Blender  V2.59
Classes | Typedefs
BOP_Mesh.h File Reference
#include "BOP_Vertex.h"
#include "BOP_Edge.h"
#include "BOP_Face.h"
#include "DNA_listBase.h"

Go to the source code of this file.

Classes

struct  EdgeEntry
class  BOP_Mesh

Typedefs

typedef vector< BOP_Vertex * > BOP_Vertexs
typedef vector< BOP_Edge * > BOP_Edges
typedef vector< BOP_Vertex * >
::iterator 
BOP_IT_Vertexs
typedef vector< BOP_Edge * >
::iterator 
BOP_IT_Edges
typedef struct EdgeEntry EdgeEntry

Detailed Description

Definition in file BOP_Mesh.h.


Typedef Documentation

typedef vector<BOP_Edge *> BOP_Edges

Definition at line 45 of file BOP_Mesh.h.

typedef vector<BOP_Edge *>::iterator BOP_IT_Edges

Definition at line 47 of file BOP_Mesh.h.

typedef vector<BOP_Vertex *>::iterator BOP_IT_Vertexs

Definition at line 46 of file BOP_Mesh.h.

typedef vector<BOP_Vertex *> BOP_Vertexs

Definition at line 44 of file BOP_Mesh.h.

typedef struct EdgeEntry EdgeEntry