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/classNL3D_1_1CMRMMesh.html | 325 ++++++++++++++++++++++++++++ 1 file changed, 325 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CMRMMesh.html (limited to 'docs/doxygen/nel/classNL3D_1_1CMRMMesh.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CMRMMesh.html b/docs/doxygen/nel/classNL3D_1_1CMRMMesh.html new file mode 100644 index 00000000..5347ae62 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CMRMMesh.html @@ -0,0 +1,325 @@ + + + + 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::CMRMMesh Class Reference

An internal mesh representation for MRM. +More... +

+#include <mrm_mesh.h> +

+

Inheritance diagram for NL3D::CMRMMesh: +

+ +NL3D::CMRMMeshGeom + +List of all members. + + + + + + + + + + + + +

Public Methods

 CMRMMesh ()
 Constructor. More...


Public Attributes

std::vector< CVector > Vertices
std::vector< CMesh::CSkinWeightSkinWeights
std::vector< CMesh::CInterfaceLinkInterfaceLinks
std::vector< CVectorH > Attributes [NL3D_MRM_MAX_ATTRIB]
sint NumAttributes
std::vector< CMRMFaceFaces
std::vector< CMRMBlendShapeBlendShapes
 List of BlendShapes. More...

+

Detailed Description

+An internal mesh representation for MRM. +

+USER DO NOT USE IT!!

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

+ +

+Definition at line 115 of file mrm_mesh.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CMRMMesh::CMRMMesh  
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 43 of file mrm_mesh.cpp. +

+References NumAttributes. +

+Referenced by NL3D::CMRMMeshGeom::operator=.

+


Member Data Documentation

+

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

+ +

+Definition at line 125 of file mrm_mesh.h.

+

+ + + + +
+ + +
std::vector<CMRMBlendShape> NL3D::CMRMMesh::BlendShapes +
+
+ + + + + +
+   + + +

+List of BlendShapes. +

+ +

+Definition at line 133 of file mrm_mesh.h.

+

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

+ +

+Definition at line 129 of file mrm_mesh.h. +

+Referenced by NL3D::CMRMMeshGeom::operator=.

+

+ + + + +
+ + +
std::vector<CMesh::CInterfaceLink> NL3D::CMRMMesh::InterfaceLinks +
+
+ + + + + +
+   + + +

+ +

+Definition at line 123 of file mrm_mesh.h.

+

+ + + + +
+ + +
sint NL3D::CMRMMesh::NumAttributes +
+
+ + + + + +
+   + + +

+ +

+Definition at line 127 of file mrm_mesh.h. +

+Referenced by CMRMMesh.

+

+ + + + +
+ + +
std::vector<CMesh::CSkinWeight> NL3D::CMRMMesh::SkinWeights +
+
+ + + + + +
+   + + +

+ +

+Definition at line 121 of file mrm_mesh.h.

+

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

+ +

+Definition at line 119 of file mrm_mesh.h.

+


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