Public Member Functions | |
VertexIndex () | |
VertexIndex (const VertexIndex &index) | |
VertexIndex & | operator= (const VertexIndex &index) |
void | operator++ () |
boolean | operator< (int32 count) |
boolean | operator== (const VertexIndex &index) const |
boolean | operator!= (const VertexIndex &index) const |
int32 | GetValue () const |
void | SetValue (int32 value) |
Private Attributes | |
int32 | fValue |
Delauney::VertexIndex::VertexIndex | ( | ) | [inline] |
Delauney::VertexIndex::VertexIndex | ( | const VertexIndex & | index | ) | [inline] |
int32 Delauney::VertexIndex::GetValue | ( | ) | const [inline] |
boolean Delauney::VertexIndex::operator!= | ( | const VertexIndex & | index | ) | const [inline] |
void Delauney::VertexIndex::operator++ | ( | ) | [inline] |
boolean Delauney::VertexIndex::operator< | ( | int32 | count | ) | [inline] |
VertexIndex& Delauney::VertexIndex::operator= | ( | const VertexIndex & | index | ) | [inline] |
boolean Delauney::VertexIndex::operator== | ( | const VertexIndex & | index | ) | const [inline] |
void Delauney::VertexIndex::SetValue | ( | int32 | value | ) | [inline] |
int32 Delauney::VertexIndex::fValue [private] |