# 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::CMRMMeshGeom Class Reference

An internal mesh representation for MRM, with geomoprh information. More...

#include <mrm_mesh.h>

Inheritance diagram for NL3D::CMRMMeshGeom:

NL3D::CMRMMesh List of all members.

Public Methods

CMRMMeshGeom & operator= (const CMRMMesh &o)
 CMRMMeshGeom ()
 Constructor. More...


Public Attributes

std::vector< CMRMFaceCoarserFaces
 Same size than Faces, but points onto coarser Mesh verices. NB: MaterialId means nothing here. More...


Detailed Description

An internal mesh representation for MRM, with geomoprh information.

USER DO NOT USE IT.

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

Definition at line 151 of file mrm_mesh.h.


Constructor & Destructor Documentation

NL3D::CMRMMeshGeom::CMRMMeshGeom   [inline]
 

Constructor.

Definition at line 168 of file mrm_mesh.h.

Referenced by operator=.


Member Function Documentation

CMRMMeshGeom& NL3D::CMRMMeshGeom::operator= const CMRMMesh   o [inline]
 

Definition at line 158 of file mrm_mesh.h.

References NL3D::CMRMMesh::CMRMMesh, CMRMMeshGeom, CoarserFaces, and NL3D::CMRMMesh::Faces.


Member Data Documentation

std::vector<CMRMFace> NL3D::CMRMMeshGeom::CoarserFaces
 

Same size than Faces, but points onto coarser Mesh verices. NB: MaterialId means nothing here.

Definition at line 155 of file mrm_mesh.h.

Referenced by operator=.


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