public static class TetMesh.NodeStepList
extends java.lang.Object
| Constructor and Description | 
|---|
TetMesh.NodeStepList()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(TetMesh.Node node,
   int step)
Appends the specified node and step to this list. 
 | 
void | 
clear()
Removes all nodes (and steps) from this list. 
 | 
int | 
nnode()
Returns the number of nodes (and steps) in this list. 
 | 
TetMesh.Node[] | 
nodes()
Returns (by reference) the array of nodes in this list. 
 | 
int[] | 
steps()
Returns (by reference) the array of steps in this list. 
 | 
void | 
trim()
Trims this list so that its array length equals the number of nodes. 
 | 
public final void add(TetMesh.Node node, int step)
node - the node to append.public final void trim()
public final void clear()
public final int nnode()
public final TetMesh.Node[] nodes()
public final int[] steps()