Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
class | BOP_Mesh |
Typedefs | |
typedef std::vector< BOP_Vertex * > | BOP_Vertexs |
typedef std::vector< BOP_Edge * > | BOP_Edges |
typedef std::vector < BOP_Vertex * >::iterator | BOP_IT_Vertexs |
typedef std::vector< BOP_Edge * > ::iterator | BOP_IT_Edges |
Definition in file BOP_Mesh.h.
Definition at line 44 of file BOP_Mesh.h.
typedef std::vector<BOP_Edge *>::iterator BOP_IT_Edges |
Definition at line 46 of file BOP_Mesh.h.
typedef std::vector<BOP_Vertex *>::iterator BOP_IT_Vertexs |
Definition at line 45 of file BOP_Mesh.h.
typedef std::vector<BOP_Vertex *> BOP_Vertexs |
Definition at line 43 of file BOP_Mesh.h.