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

Vertex Struct Reference

List of all members.

Public Member Functions

 Vertex (uint32 _index, const void *_attributes)
 Vertex ()

Public Attributes

const void * attributes
uint32 index

Constructor & Destructor Documentation

Vertex::Vertex  )  [inline]
 

Definition at line 61 of file cmodfix.cpp.

References attributes, and index.

00061              :
00062         index(0), attributes(NULL) {};

Vertex::Vertex uint32  _index,
const void *  _attributes
[inline]
 

Definition at line 64 of file cmodfix.cpp.

00064                                                    :
00065         index(_index), attributes(_attributes) {};


Member Data Documentation

const void* Vertex::attributes
 

Definition at line 68 of file cmodfix.cpp.

Referenced by Vertex().

uint32 Vertex::index
 

Definition at line 65 of file cmodfix.cpp.

Referenced by Vertex().


The documentation for this struct was generated from the following file:
Generated on Sat Jan 14 22:33:41 2006 for Celestia by  doxygen 1.4.1