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/a02952.html | 126 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 docs/doxygen/nel/a02952.html (limited to 'docs/doxygen/nel/a02952.html') diff --git a/docs/doxygen/nel/a02952.html b/docs/doxygen/nel/a02952.html new file mode 100644 index 00000000..9b0d0c40 --- /dev/null +++ b/docs/doxygen/nel/a02952.html @@ -0,0 +1,126 @@ + + +NeL: NL3D::CMRMBuilder::CAttributeKey struct Reference + + + +
+

NL3D::CMRMBuilder::CAttributeKey Struct Reference


Detailed Description

+Temp map Attribute/AttributeId . +

+ +

+Definition at line 216 of file mrm_builder.h. + + + + + + + + + +

Public Member Functions

bool operator< (const CAttributeKey &o) const

Data Fields

CVectorH Attribute
sint VertexId
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CMRMBuilder::CAttributeKey::operator< const CAttributeKey o  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 221 of file mrm_builder.h. +

+References Attribute, and VertexId. +

+

00222                 {
+00223                         if(VertexId!=o.VertexId)
+00224                                 return VertexId<o.VertexId;
+00225                         return Attribute<o.Attribute;
+00226                 }
+
+


Field Documentation

+

+ + + + +
+ + +
CVectorH NL3D::CMRMBuilder::CAttributeKey::Attribute +
+
+ + + + + +
+   + + +

+ +

+Definition at line 219 of file mrm_builder.h. +

+Referenced by NL3D::CMRMBuilder::findInsertAttributeInBaseMesh(), and operator<().

+

+ + + + +
+ + +
sint NL3D::CMRMBuilder::CAttributeKey::VertexId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 218 of file mrm_builder.h. +

+Referenced by NL3D::CMRMBuilder::findInsertAttributeInBaseMesh(), and operator<().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:56:46 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1