Blender V2.61 - r43446
Public Attributes

VertexIt Struct Reference

#include <BSP_TMesh.h>

List of all members.

Public Attributes

DerivedMeshdm
Objectob
int pos
BSP_TMeshmesh
BSP_TVertexpos
MT_Transform trans

Detailed Description

Here's the vertex iterator structure used to walk through the blender vertex structure.

some iterator functions to describe the mesh to the BSP module. This class defines 2 C style iterators over a CSG mesh, one for vertices and 1 for faces. They conform to the iterator interface defined in CSG_BooleanOps.h

Definition at line 62 of file MOD_boolean_util.c.


Member Data Documentation

Definition at line 63 of file MOD_boolean_util.c.

Referenced by VertexIt_Construct(), VertexIt_Done(), and VertexIt_Fill().

Definition at line 124 of file BSP_TMesh.h.

Referenced by VertexIt_Construct(), VertexIt_Done(), and VertexIt_Reset().

Definition at line 64 of file MOD_boolean_util.c.

Referenced by VertexIt_Construct(), and VertexIt_Fill().

Definition at line 125 of file BSP_TMesh.h.

Definition at line 126 of file BSP_TMesh.h.

Referenced by VertexIt_Construct(), and VertexIt_Fill().


The documentation for this struct was generated from the following files: