MeshKit
1.0
|
#include <Global.hpp>
Public Member Functions | |
int | getNumNodes () const |
Vertex * | getVertex (int i) const |
Public Attributes | |
int | index |
vector< Vertex * > | connect |
vector< Edge * > | connEdges |
vector< vector< int > > | vertexloops |
vector< vector< int > > | edgeloops |
iBase_EntityHandle | gFaceHandle |
int | src_tgt_link |
Definition at line 75 of file Global.hpp.
int getNumNodes | ( | ) | const [inline] |
Definition at line 76 of file Global.hpp.
Definition at line 80 of file Global.hpp.
Definition at line 85 of file Global.hpp.
Definition at line 86 of file Global.hpp.
vector<vector<int> > edgeloops |
Definition at line 88 of file Global.hpp.
iBase_EntityHandle gFaceHandle |
Definition at line 89 of file Global.hpp.
int index |
Definition at line 84 of file Global.hpp.
int src_tgt_link |
Definition at line 90 of file Global.hpp.
vector<vector<int> > vertexloops |
Definition at line 87 of file Global.hpp.