#include <GB_VertexData.h>
Public Member Functions | |
| GB_VertexData (GB_Primitive *aprim=0, int linear_idx=-1) | |
| GB_VertexData (const GB_VertexData &v) | |
| void | assign (GB_Primitive *aprim=0, int linear_idx=-1) |
| GB_VertexData & | operator= (const GB_VertexData &v) |
| unsigned | operator== (const GB_VertexData &v) |
| int | linearIndex () const |
| int & | linearIndex () |
| GB_Primitive * | prim () const |
| GB_Primitive *& | prim () |
| int | save (ostream &os, int binary) const |
| bool | load (UT_IStream &is, const GB_Detail &gdp) |
Protected Attributes | |
| GB_Primitive * | myPrim |
| int | myLinearIndex |
Definition at line 28 of file GB_VertexData.h.
| GB_VertexData::GB_VertexData | ( | GB_Primitive * | aprim = 0, |
|
| int | linear_idx = -1 | |||
| ) | [inline] |
Definition at line 32 of file GB_VertexData.h.
| GB_VertexData::GB_VertexData | ( | const GB_VertexData & | v | ) | [inline] |
Definition at line 36 of file GB_VertexData.h.
| void GB_VertexData::assign | ( | GB_Primitive * | aprim = 0, |
|
| int | linear_idx = -1 | |||
| ) | [inline] |
Definition at line 41 of file GB_VertexData.h.
| int& GB_VertexData::linearIndex | ( | ) | [inline] |
Definition at line 62 of file GB_VertexData.h.
| int GB_VertexData::linearIndex | ( | ) | const [inline] |
Definition at line 61 of file GB_VertexData.h.
| bool GB_VertexData::load | ( | UT_IStream & | is, | |
| const GB_Detail & | gdp | |||
| ) |
| GB_VertexData& GB_VertexData::operator= | ( | const GB_VertexData & | v | ) | [inline] |
Definition at line 48 of file GB_VertexData.h.
| unsigned GB_VertexData::operator== | ( | const GB_VertexData & | v | ) | [inline] |
Definition at line 53 of file GB_VertexData.h.
| GB_Primitive*& GB_VertexData::prim | ( | ) | [inline] |
Definition at line 64 of file GB_VertexData.h.
| GB_Primitive* GB_VertexData::prim | ( | ) | const [inline] |
Definition at line 63 of file GB_VertexData.h.
| int GB_VertexData::save | ( | ostream & | os, | |
| int | binary | |||
| ) | const |
int GB_VertexData::myLinearIndex [protected] |
Definition at line 75 of file GB_VertexData.h.
GB_Primitive* GB_VertexData::myPrim [protected] |
Definition at line 74 of file GB_VertexData.h.
1.5.9