Blender V2.61 - r43446
|
#include "CTR_TaggedIndex.h"
#include "MT_Vector3.h"
#include "MT_Plane3.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | BSP_MVertex |
class | BSP_MEdge |
class | BSP_MFace |
Typedefs | |
typedef CTR_TaggedIndex< 24, 0x00ffffff > | BSP_VertexInd |
typedef CTR_TaggedIndex< 24, 0x00ffffff > | BSP_EdgeInd |
typedef CTR_TaggedIndex< 24, 0x00ffffff > | BSP_FaceInd |
typedef CTR_TaggedIndex< 24, 0x00ffffff > | BSP_FragInd |
typedef std::vector < BSP_VertexInd > | BSP_VertexList |
typedef std::vector< BSP_EdgeInd > | BSP_EdgeList |
typedef std::vector< BSP_FaceInd > | BSP_FaceList |
Enumerations | |
enum | BSP_Classification { e_unclassified = 0, e_classified_in = 1, e_classified_out = 2, e_classified_on = 4, e_classified_spanning = 7 } |
Definition in file BSP_MeshPrimitives.h.
typedef CTR_TaggedIndex<24,0x00ffffff> BSP_EdgeInd |
Definition at line 43 of file BSP_MeshPrimitives.h.
typedef std::vector<BSP_EdgeInd> BSP_EdgeList |
Definition at line 49 of file BSP_MeshPrimitives.h.
typedef CTR_TaggedIndex<24,0x00ffffff> BSP_FaceInd |
Definition at line 44 of file BSP_MeshPrimitives.h.
typedef std::vector<BSP_FaceInd> BSP_FaceList |
Definition at line 50 of file BSP_MeshPrimitives.h.
typedef CTR_TaggedIndex<24,0x00ffffff> BSP_FragInd |
Definition at line 45 of file BSP_MeshPrimitives.h.
typedef CTR_TaggedIndex<24,0x00ffffff> BSP_VertexInd |
Definition at line 42 of file BSP_MeshPrimitives.h.
typedef std::vector<BSP_VertexInd> BSP_VertexList |
Definition at line 48 of file BSP_MeshPrimitives.h.
enum BSP_Classification |
Enum representing classification of primitives with respect to a hyperplane.
Definition at line 57 of file BSP_MeshPrimitives.h.