Blender V2.61 - r43446
Classes | Functions

BSP_CSGMesh_CFIterator.h File Reference

#include "BSP_CSGMesh.h"
#include "../extern/CSG_BooleanOps.h"

Go to the source code of this file.

Classes

struct  BSP_CSGMesh_VertexIt
struct  BSP_CSGMesh_FaceIt

Functions

void BSP_CSGMesh_VertexIt_Destruct (CSG_VertexIteratorDescriptor *iterator)
int BSP_CSGMesh_VertexIt_Done (CSG_IteratorPtr it)
void BSP_CSGMesh_VertexIt_Fill (CSG_IteratorPtr it, CSG_IVertex *vert)
void BSP_CSGMesh_VertexIt_Step (CSG_IteratorPtr it)
void BSP_CSGMesh_VertexIt_Reset (CSG_IteratorPtr it)
void BSP_CSGMeshVertexIt_Construct (BSP_CSGMesh *mesh, CSG_VertexIteratorDescriptor *output)
void BSP_CSGMesh_FaceIt_Destruct (CSG_FaceIteratorDescriptor *iterator)
int BSP_CSGMesh_FaceIt_Done (CSG_IteratorPtr it)
void BSP_CSGMesh_FaceIt_Fill (CSG_IteratorPtr it, CSG_IFace *face)
void BSP_CSGMesh_FaceIt_Step (CSG_IteratorPtr it)
void BSP_CSGMesh_FaceIt_Reset (CSG_IteratorPtr it)
void BSP_CSGMesh_FaceIt_Construct (BSP_CSGMesh *mesh, CSG_FaceIteratorDescriptor *output)

Detailed Description

Definition in file BSP_CSGMesh_CFIterator.h.


Function Documentation

void BSP_CSGMesh_FaceIt_Construct ( BSP_CSGMesh mesh,
CSG_FaceIteratorDescriptor output 
) [inline]
void BSP_CSGMesh_FaceIt_Destruct ( CSG_FaceIteratorDescriptor iterator) [inline]
int BSP_CSGMesh_FaceIt_Done ( CSG_IteratorPtr  it) [inline]
void BSP_CSGMesh_FaceIt_Fill ( CSG_IteratorPtr  it,
CSG_IFace face 
) [inline]
void BSP_CSGMesh_FaceIt_Reset ( CSG_IteratorPtr  it) [inline]
void BSP_CSGMesh_FaceIt_Step ( CSG_IteratorPtr  it) [inline]
void BSP_CSGMesh_VertexIt_Destruct ( CSG_VertexIteratorDescriptor iterator) [inline]
int BSP_CSGMesh_VertexIt_Done ( CSG_IteratorPtr  it) [inline]
void BSP_CSGMesh_VertexIt_Fill ( CSG_IteratorPtr  it,
CSG_IVertex vert 
) [inline]
void BSP_CSGMesh_VertexIt_Reset ( CSG_IteratorPtr  it) [inline]
void BSP_CSGMesh_VertexIt_Step ( CSG_IteratorPtr  it) [inline]

Definition at line 95 of file BSP_CSGMesh_CFIterator.h.

References BSP_CSGMesh_VertexIt::pos.

Referenced by BSP_CSGMeshVertexIt_Construct().

void BSP_CSGMeshVertexIt_Construct ( BSP_CSGMesh mesh,
CSG_VertexIteratorDescriptor output 
) [inline]