# 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::CMRMEdge Struct Reference

An internal mesh edge Index representation for MRM building. More...

#include <mrm_internal.h>

Inheritance diagram for NL3D::CMRMEdge:

NL3D::CMRMEdgeFace List of all members.

Public Methods

 CMRMEdge ()
 CMRMEdge (sint a, sint b)
bool operator== (const CMRMEdge &o) const
bool operator< (const CMRMEdge &o) const

Public Attributes

sint v0
sint v1

Detailed Description

An internal mesh edge Index representation for MRM building.

Author:
Lionel Berenguier , Nevrax France
Date:
2000

Definition at line 149 of file mrm_internal.h.


Constructor & Destructor Documentation

NL3D::CMRMEdge::CMRMEdge   [inline]
 

Definition at line 152 of file mrm_internal.h.

Referenced by NL3D::CMRMEdgeFace::CMRMEdgeFace, operator<, and operator==.

NL3D::CMRMEdge::CMRMEdge sint    a,
sint    b
[inline]
 

Definition at line 153 of file mrm_internal.h.

References v0, and v1.


Member Function Documentation

bool NL3D::CMRMEdge::operator< const CMRMEdge &    o const [inline]
 

Definition at line 159 of file mrm_internal.h.

References CMRMEdge, min, v0, and v1.

bool NL3D::CMRMEdge::operator== const CMRMEdge &    o const [inline]
 

Definition at line 154 of file mrm_internal.h.

References CMRMEdge, v0, and v1.


Member Data Documentation

sint NL3D::CMRMEdge::v0
 

Definition at line 151 of file mrm_internal.h.

Referenced by CMRMEdge, NL3D::CMRMEdgeFace::CMRMEdgeFace, operator<, and operator==.

sint NL3D::CMRMEdge::v1
 

Definition at line 151 of file mrm_internal.h.

Referenced by CMRMEdge, NL3D::CMRMEdgeFace::CMRMEdgeFace, operator<, and operator==.


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