Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MCMesh::MCData Struct Reference

Specifies the data structure accapted by glInterleavedArrays. More...

Collaboration diagram for MCMesh::MCData:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void copyNormalFrom (const float *n)
void copyVertexFrom (const float *n)

Public Attributes

float normal [3]
float vertex [3]

Detailed Description

Specifies the data structure accapted by glInterleavedArrays.

The structure corresponds with the type GL_N3F_V3F.

Definition at line 213 of file MarchingCubesData.h.


Member Function Documentation

void MCMesh::MCData::copyNormalFrom const float n  )  [inline]
 

Definition at line 29 of file MarchingCubesData.cpp.

References DEBUG0, and normal.

Referenced by MCMesh::_compileData().

void MCMesh::MCData::copyVertexFrom const float n  )  [inline]
 

Definition at line 35 of file MarchingCubesData.cpp.

References DEBUG0, and vertex.


Member Data Documentation

float MCMesh::MCData::normal[3]
 

Definition at line 214 of file MarchingCubesData.h.

Referenced by copyNormalFrom().

float MCMesh::MCData::vertex[3]
 

Definition at line 215 of file MarchingCubesData.h.

Referenced by MCMesh::_compileData(), MCMesh::_compileNormalsArray(), and copyVertexFrom().


The documentation for this struct was generated from the following files:
Generated on Wed Dec 15 21:20:58 2004 for vuVolume by  doxygen 1.3.9.1