V-ART
|
#include <meshobject.h>
Public Member Functions | |
VertexTriplet (unsigned int vi, unsigned int ti, unsigned int ni) | |
bool | operator< (VertexTriplet indexes) const |
Public Attributes | |
unsigned int | vertexIndex |
unsigned int | textIndex |
unsigned int | normIndex |
Definition at line 216 of file meshobject.h.
|
inline |
Definition at line 218 of file meshobject.h.
|
inline |
Definition at line 220 of file meshobject.h.
References normIndex, textIndex, and vertexIndex.
unsigned int VART::MeshObject::VertexTriplet::normIndex |
Definition at line 230 of file meshobject.h.
Referenced by operator<().
unsigned int VART::MeshObject::VertexTriplet::textIndex |
Definition at line 229 of file meshobject.h.
Referenced by operator<().
unsigned int VART::MeshObject::VertexTriplet::vertexIndex |
Definition at line 228 of file meshobject.h.
Referenced by operator<().