# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CMRMMesh Class Reference

An internal mesh representation for MRM. More...

#include <mrm_mesh.h>

Inheritance diagram for NL3D::CMRMMesh:

NL3D::CMRMMeshGeom List of all members.

Public Methods

 CMRMMesh ()
 Constructor. More...


Public Attributes

std::vector< CVector > Vertices
std::vector< CMesh::CSkinWeightSkinWeights
std::vector< CMesh::CInterfaceLinkInterfaceLinks
std::vector< CVectorH > Attributes [NL3D_MRM_MAX_ATTRIB]
sint NumAttributes
std::vector< CMRMFaceFaces
std::vector< CMRMBlendShapeBlendShapes
 List of BlendShapes. More...


Detailed Description

An internal mesh representation for MRM.

USER DO NOT USE IT!!

Author:
Lionel Berenguier , Nevrax France
Date:
2000
See also:
CMRMBuilder

Definition at line 115 of file mrm_mesh.h.


Constructor & Destructor Documentation

NL3D::CMRMMesh::CMRMMesh  
 

Constructor.

Definition at line 43 of file mrm_mesh.cpp.

References NumAttributes.

Referenced by NL3D::CMRMMeshGeom::operator=.


Member Data Documentation

std::vector<CVectorH> NL3D::CMRMMesh::Attributes[NL3D_MRM_MAX_ATTRIB]
 

Definition at line 125 of file mrm_mesh.h.

std::vector<CMRMBlendShape> NL3D::CMRMMesh::BlendShapes
 

List of BlendShapes.

Definition at line 133 of file mrm_mesh.h.

std::vector<CMRMFace> NL3D::CMRMMesh::Faces
 

Definition at line 129 of file mrm_mesh.h.

Referenced by NL3D::CMRMMeshGeom::operator=.

std::vector<CMesh::CInterfaceLink> NL3D::CMRMMesh::InterfaceLinks
 

Definition at line 123 of file mrm_mesh.h.

sint NL3D::CMRMMesh::NumAttributes
 

Definition at line 127 of file mrm_mesh.h.

Referenced by CMRMMesh.

std::vector<CMesh::CSkinWeight> NL3D::CMRMMesh::SkinWeights
 

Definition at line 121 of file mrm_mesh.h.

std::vector<CVector> NL3D::CMRMMesh::Vertices
 

Definition at line 119 of file mrm_mesh.h.


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