From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_NL3D__CMRMEdge.html | 295 +++++++++++++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CMRMEdge.html (limited to 'docs/doxygen/nel/class_NL3D__CMRMEdge.html') diff --git a/docs/doxygen/nel/class_NL3D__CMRMEdge.html b/docs/doxygen/nel/class_NL3D__CMRMEdge.html new file mode 100644 index 00000000..e804ac78 --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CMRMEdge.html @@ -0,0 +1,295 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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_builder.h> +

+Inheritance diagram for NL3D::CMRMEdge

Inheritance graph
+ + + +
[legend]
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(s):
+ Lionel Berenguier , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 90 of file mrm_builder.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NL3D::CMRMEdge::CMRMEdge ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 93 of file mrm_builder.h.

+

+ + + + +
+ + + + + + + + + + +
+NL3D::CMRMEdge::CMRMEdge ( + +sint a, +
+sint b ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 94 of file mrm_builder.h.

+


Member Function Documentation

+

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

+ +

+Definition at line 100 of file mrm_builder.h.

+

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

+ +

+Definition at line 95 of file mrm_builder.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+sint NL3D::CMRMEdge::v0 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file mrm_builder.h.

+

+ + + + +
+ + + + + +
+sint NL3D::CMRMEdge::v1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file mrm_builder.h.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1