MeshKit  1.0
Face Struct Reference

#include <Global.hpp>

List of all members.

Public Member Functions

int getNumNodes () const
VertexgetVertex (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

Detailed Description

Definition at line 75 of file Global.hpp.


Member Function Documentation

int getNumNodes ( ) const [inline]

Definition at line 76 of file Global.hpp.

Vertex* getVertex ( int  i) const [inline]

Definition at line 80 of file Global.hpp.


Member Data Documentation

vector<Vertex*> connect

Definition at line 85 of file Global.hpp.

vector<Edge*> connEdges

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.

Definition at line 90 of file Global.hpp.

vector<vector<int> > vertexloops

Definition at line 87 of file Global.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines