# 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

Inheritance graph
[legend]
Collaboration diagram for NL3D::CMRMMesh:

Collaboration graph
[legend]
List of all members.

Public Methods

 CMRMMesh ()
 Constructor. More...


Public Attributes

std::vector<CVector> Vertices
std::vector<CVectorH> Attributes [NL3D_MRM_MAX_ATTRIB]
sint NumAttributes
std::vector<CMRMFaceFaces

Detailed Description

An internal mesh representation for MRM.

USER DO NOT USE IT!!

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

Definition at line 90 of file mrm_mesh.h.


Constructor & Destructor Documentation

NL3D::CMRMMesh::CMRMMesh ( )
 

Constructor.

Definition at line 34 of file mrm_mesh.cpp.


Member Data Documentation

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

Definition at line 96 of file mrm_mesh.h.

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

Definition at line 100 of file mrm_mesh.h.

sint NL3D::CMRMMesh::NumAttributes
 

Definition at line 98 of file mrm_mesh.h.

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

Definition at line 94 of file mrm_mesh.h.


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