Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

NVMeshMender::VertexAttribute Struct Reference

#include <NVMeshMender.h>

List of all members.

Public Types

typedef std::vector< int > IntVector
typedef std::vector< float > FloatVector

Public Member Functions

VertexAttributeoperator= (const VertexAttribute &rhs)
 VertexAttribute (const char *pName="")
 VertexAttribute (const VertexAttribute &rhs)
bool operator== (const VertexAttribute &rhs)
bool operator< (const VertexAttribute &rhs)

Public Attributes

std::string Name_
IntVector intVector_
FloatVector floatVector_


Detailed Description

Definition at line 186 of file NVMeshMender.h.


Member Typedef Documentation

typedef std::vector< float > NVMeshMender::VertexAttribute::FloatVector
 

Definition at line 194 of file NVMeshMender.h.

typedef std::vector< int > NVMeshMender::VertexAttribute::IntVector
 

Definition at line 190 of file NVMeshMender.h.


Constructor & Destructor Documentation

NVMeshMender::VertexAttribute::VertexAttribute const char *  pName = ""  )  [inline]
 

Definition at line 205 of file NVMeshMender.h.

NVMeshMender::VertexAttribute::VertexAttribute const VertexAttribute rhs  )  [inline]
 

Definition at line 207 of file NVMeshMender.h.


Member Function Documentation

bool NVMeshMender::VertexAttribute::operator< const VertexAttribute rhs  )  [inline]
 

Definition at line 217 of file NVMeshMender.h.

References Name_.

VertexAttribute& NVMeshMender::VertexAttribute::operator= const VertexAttribute rhs  )  [inline]
 

Definition at line 197 of file NVMeshMender.h.

References floatVector_, intVector_, and Name_.

bool NVMeshMender::VertexAttribute::operator== const VertexAttribute rhs  )  [inline]
 

Definition at line 212 of file NVMeshMender.h.

References Name_.


Member Data Documentation

FloatVector NVMeshMender::VertexAttribute::floatVector_
 

Definition at line 195 of file NVMeshMender.h.

Referenced by operator=().

IntVector NVMeshMender::VertexAttribute::intVector_
 

Definition at line 191 of file NVMeshMender.h.

Referenced by operator=().

std::string NVMeshMender::VertexAttribute::Name_
 

Definition at line 188 of file NVMeshMender.h.

Referenced by NVMeshMender::Munge(), operator<(), operator=(), and operator==().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 6 15:39:32 2006 for rcssserver3d by  doxygen 1.4.4