Public Member Functions | |
| Vertex (uint32 _index, const void *_attributes) | |
| Vertex () | |
Public Attributes | |
| const void * | attributes |
| uint32 | index |
|
|
Definition at line 61 of file cmodfix.cpp. References attributes, and index. 00061 : 00062 index(0), attributes(NULL) {};
|
|
||||||||||||
|
Definition at line 64 of file cmodfix.cpp. 00064 : 00065 index(_index), attributes(_attributes) {};
|
|
|
Definition at line 68 of file cmodfix.cpp. Referenced by Vertex(). |
|
|
Definition at line 65 of file cmodfix.cpp. Referenced by Vertex(). |
1.4.1