Mesh Namespace Reference


Classes

class  Obj
 The Obj class is an object with a set of surfaces. More...
class  Surf
 The class Surf defines data structures Toplogical Operators to represent a surface. More...
class  Face
 The class Face implements the face topological entity of Tops. More...
class  Hedge
 The Hedge class represents Half-edge topological entity of surface. More...
class  Edge
 The Edge class represents the edge topological entity of the surface. More...
class  Vertex
 The Vertex class represents the vertex entity, This class stores a pointer to a Point which contains geometry and attribute information. More...
class  Point
 The Point class contains geometry and attribute information. More...
class  Error
 The class Error is used to handle errors of Tops. More...

Typedefs

typedef double Real
typedef std::set< Surf * > SurfContainer
 Use the class set to store the surfaces of mesh.
typedef std::set< Face * > FaceContainer
 Use the class set to store the faces of mesh.
typedef std::set< Edge * > EdgeContainer
 Use the class set to store the edge of mesh.
typedef std::set< Vertex * > VertexContainer
 Use the class set to store the vertices of mesh.
typedef SurfContainer::iterator SurfIter
 Define a iterator to access the surfaces of mesh.
typedef FaceContainer::iterator FaceIter
 Define a iterator to access the faces of mesh.
typedef EdgeContainer::iterator EdgeIter
 Define a iterator to access the edge of mesh.
typedef VertexContainer::iterator VertexIter
 Define a iterator to access the vertices of mesh.


Typedef Documentation

std::set< Edge * > Mesh::EdgeContainer
 

Use the class set to store the edge of mesh.

Definition at line 54 of file mesh.h.

EdgeContainer::iterator Mesh::EdgeIter
 

Define a iterator to access the edge of mesh.

Definition at line 78 of file mesh.h.

std::set< Face * > Mesh::FaceContainer
 

Use the class set to store the faces of mesh.

Definition at line 48 of file mesh.h.

FaceContainer::iterator Mesh::FaceIter
 

Define a iterator to access the faces of mesh.

Definition at line 72 of file mesh.h.

typedef double Mesh::Real
 

Definition at line 26 of file mesh.h.

std::set< Surf * > Mesh::SurfContainer
 

Use the class set to store the surfaces of mesh.

Definition at line 42 of file mesh.h.

SurfContainer::iterator Mesh::SurfIter
 

Define a iterator to access the surfaces of mesh.

Definition at line 66 of file mesh.h.

std::set< Vertex * > Mesh::VertexContainer
 

Use the class set to store the vertices of mesh.

Definition at line 60 of file mesh.h.

VertexContainer::iterator Mesh::VertexIter
 

Define a iterator to access the vertices of mesh.

Definition at line 84 of file mesh.h.


Generated on Fri Feb 24 12:23:23 2006 for TOPs by  doxygen 1.4.6-NO