# 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: