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_CPatchMeshData.html | 313 +++++++++++++++++++++++++++++ 1 file changed, 313 insertions(+) create mode 100644 docs/doxygen/nel/class_CPatchMeshData.html (limited to 'docs/doxygen/nel/class_CPatchMeshData.html') diff --git a/docs/doxygen/nel/class_CPatchMeshData.html b/docs/doxygen/nel/class_CPatchMeshData.html new file mode 100644 index 00000000..b4397014 --- /dev/null +++ b/docs/doxygen/nel/class_CPatchMeshData.html @@ -0,0 +1,313 @@ + + + + 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  
+

CPatchMeshData Class Reference

#include <nel_patch_mesh.h> +

+Collaboration diagram for CPatchMeshData:

Collaboration graph
+ + + + + + + + +
[legend]
List of all members. + + + + + + + + + +

Public Methods

 CPatchMeshData ()
 CPatchMeshData (const CPatchMeshData& src)
 ~CPatchMeshData ()
CPatchMeshData& operator= (const CPatchMeshData& src)

Public Attributes

std::vector<UI_PATCH>* _UIPatch
std::vector<UI_VERTEX>* _UIVertex
std::vector<int>* _MapHitToTileIndex
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+CPatchMeshData::CPatchMeshData ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file nel_patch_mesh.cpp. +

+Referenced by CPatchMeshData().

+

+ + + + +
+ + + + + + +
+CPatchMeshData::CPatchMeshData ( + +const CPatchMeshData & src ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file nel_patch_mesh.cpp.

+

+ + + + +
+ + + + + + +
+CPatchMeshData::~CPatchMeshData ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file nel_patch_mesh.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+CPatchMeshData & CPatchMeshData::operator= ( + +const CPatchMeshData & src ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 91 of file nel_patch_mesh.cpp. +

+Referenced by CPatchMeshData().

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+std::vector< int >* CPatchMeshData::_MapHitToTileIndex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 465 of file nel_patch_mesh.h.

+

+ + + + +
+ + + + + +
+std::vector< UI_PATCH >* CPatchMeshData::_UIPatch +
+
+ + + + + +
+   + + +

+ +

+Definition at line 463 of file nel_patch_mesh.h.

+

+ + + + +
+ + + + + +
+std::vector< UI_VERTEX >* CPatchMeshData::_UIVertex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 464 of file nel_patch_mesh.h.

+


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