#include <MeshJoin.h>
Public Members | |||
Void | Init (Int numVertices) | ||
Void | StartGroup () | ||
Void | AddTriangle (Face *addFace) | ||
Void | EndGroup () | ||
Int | Finished () | ||
Protected Members | |||
Bool | EdgesMatch ( FacePtr face1, Edge edge1, FacePtr face2, Edge edge2 ) | ||
Void | SetFaceChainVertices (Face *f, Int edge, Int i) | ||
FacePtr* | vertexFaces | ||
Edge* | vertexEdges | ||
Int | numVertices | ||
Int | surfaceVertices |
Definition at line 59 of file MeshJoin.h.
Void MeshJoin::AddTriangle (Face * addFace) |
Definition at line 61 of file MeshJoin.cc.
Bool MeshJoin::EdgesMatch (FacePtr face1, Edge edge1, FacePtr face2, Edge edge2) [protected]
|
Definition at line 43 of file MeshJoin.cc.
Void MeshJoin::EndGroup () |
Definition at line 198 of file MeshJoin.cc.
Int MeshJoin::Finished () |
Definition at line 247 of file MeshJoin.cc.
Void MeshJoin::Init (Int numVertices) |
Definition at line 25 of file MeshJoin.cc.
Void MeshJoin::SetFaceChainVertices (Face * f, Int edge, Int i) [protected]
|
Definition at line 178 of file MeshJoin.cc.
Void MeshJoin::StartGroup () |
Definition at line 33 of file MeshJoin.cc.
Int MeshJoin::numVertices [protected]
|
Definition at line 79 of file MeshJoin.h.
Int MeshJoin::surfaceVertices [protected]
|
Definition at line 80 of file MeshJoin.h.
Edge * MeshJoin::vertexEdges [protected]
|
Definition at line 78 of file MeshJoin.h.
FacePtr * MeshJoin::vertexFaces [protected]
|
Definition at line 77 of file MeshJoin.h.