HE_Mesh  6.0.1
wblut.geom.WB_MeshGraph Class Reference

Classes

class  WB_GraphEdge
 
class  WB_GraphVertex
 

Public Member Functions

 WB_MeshGraph (final WB_Mesh mesh)
 
 WB_MeshGraph (final WB_Mesh mesh, final double offset)
 
 WB_MeshGraph (final HE_Mesh mesh)
 
 WB_MeshGraph (final HE_Mesh mesh, final double offset)
 
 WB_MeshGraph (final List<?extends WB_Coord > points, final WB_Triangulation3D triangulation)
 
 WB_MeshGraph (final WB_Coord[] points, final WB_Triangulation3D triangulation)
 
 WB_MeshGraph (final WB_Coord[] points, final WB_Triangulation2D triangulation)
 
int getVertexIndex (final int i)
 
void computePathsToVertex (final int i)
 
int[] getShortestPathBetweenVertices (final int source, final int target)
 
double getShortestDistanceBetweenVertices (final int source, final int target)
 
WB_Network getFrame (final int i)
 
WB_Network getFrame (final int i, final int maxnodes)
 
WB_Network getFrame (final int i, final int maxnodes, final double offset)
 
WB_Network getFrame (final int i, final int maxnodes, final int cuttail)
 

Static Public Member Functions

static void main (final String[] args)
 
static List< WB_MeshGraphgetAllGraphs (final HE_Mesh mesh)
 

Private Attributes

final WB_GraphVertex[] vertices
 
int lastSource
 

Constructor & Destructor Documentation

wblut.geom.WB_MeshGraph.WB_MeshGraph ( final HE_Mesh  mesh)
Parameters
mesh
wblut.geom.WB_MeshGraph.WB_MeshGraph ( final List<?extends WB_Coord points,
final WB_Triangulation3D  triangulation 
)
wblut.geom.WB_MeshGraph.WB_MeshGraph ( final WB_Coord[]  points,
final WB_Triangulation3D  triangulation 
)
wblut.geom.WB_MeshGraph.WB_MeshGraph ( final WB_Coord[]  points,
final WB_Triangulation2D  triangulation 
)

Member Function Documentation

WB_Network wblut.geom.WB_MeshGraph.getFrame ( final int  i,
final int  maxnodes,
final int  cuttail 
)
double wblut.geom.WB_MeshGraph.getShortestDistanceBetweenVertices ( final int  source,
final int  target 
)
int [] wblut.geom.WB_MeshGraph.getShortestPathBetweenVertices ( final int  source,
final int  target 
)
int wblut.geom.WB_MeshGraph.getVertexIndex ( final int  i)
Parameters
i
Returns

References wblut.geom.WB_MeshGraph.WB_GraphVertex.index.

Member Data Documentation

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

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