V-ART
Public Member Functions | Public Attributes | List of all members
VART::MeshObject::VertexTriplet Class Reference

#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
 

Detailed Description

Definition at line 216 of file meshobject.h.

Constructor & Destructor Documentation

VART::MeshObject::VertexTriplet::VertexTriplet ( unsigned int  vi,
unsigned int  ti,
unsigned int  ni 
)
inline

Definition at line 218 of file meshobject.h.

Member Function Documentation

bool VART::MeshObject::VertexTriplet::operator< ( VertexTriplet  indexes) const
inline

Definition at line 220 of file meshobject.h.

References normIndex, textIndex, and vertexIndex.

Member Data Documentation

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<().


The documentation for this class was generated from the following file: