HE_Mesh2014  2.0.11
Classes | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
wblut.geom.WB_MeshGraph Class Reference

Classes

class  WB_GEdge
 
class  WB_GVertex
 

Public Member Functions

 WB_MeshGraph (final WB_Mesh mesh)
 
int getVertex (final int i)
 
void computePaths (final int i)
 
int[] getShortestPath (final int source, final int target)
 
WB_Frame getFrame (final int i)
 
WB_Frame getFrame (final int i, final int maxnodes)
 
WB_Frame getFrame (final int i, final int maxnodes, final int cuttail)
 

Static Public Member Functions

static void main (final String[] args)
 

Private Attributes

final WB_GVertex[] vertices
 
int lastSource
 

Constructor & Destructor Documentation

wblut.geom.WB_MeshGraph.WB_MeshGraph ( final WB_Mesh  mesh)
Parameters
mesh

Member Function Documentation

void wblut.geom.WB_MeshGraph.computePaths ( final int  i)
Parameters
i
WB_Frame wblut.geom.WB_MeshGraph.getFrame ( final int  i)
Parameters
i
Returns
WB_Frame wblut.geom.WB_MeshGraph.getFrame ( final int  i,
final int  maxnodes 
)
Parameters
i
maxnodes
Returns
WB_Frame wblut.geom.WB_MeshGraph.getFrame ( final int  i,
final int  maxnodes,
final int  cuttail 
)
int [] wblut.geom.WB_MeshGraph.getShortestPath ( final int  source,
final int  target 
)
Parameters
source
target
Returns
int wblut.geom.WB_MeshGraph.getVertex ( final int  i)
Parameters
i
Returns
static void wblut.geom.WB_MeshGraph.main ( final String[]  args)
static
Parameters
args

Member Data Documentation

int wblut.geom.WB_MeshGraph.lastSource
private
final WB_GVertex [] wblut.geom.WB_MeshGraph.vertices
private

The documentation for this class was generated from the following file: