# 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::CLandscapeFaceVector Class Reference

Fast Allocate blocks of faces, according to the size of the block. More...

#include <landscape_face_vector_manager.h>

List of all members.

Public Methods

 CLandscapeFaceVector ()
 CLandscapeFaceVector (const CLandscapeFaceVector &o)
CLandscapeFaceVector & operator= (const CLandscapeFaceVector &o)
 ~CLandscapeFaceVector ()

Public Attributes

uint32TriPtr
 Array of triangles indices. More...

uint32 NumTri
 Number of triangles. More...


Private Attributes

sint _BlockId
CLandscapeFaceVector * _Next

Friends

class CLandscapeFaceVectorManager


Detailed Description

Fast Allocate blocks of faces, according to the size of the block.

Author:
Lionel Berenguier , Nevrax France
Date:
2001

Definition at line 46 of file landscape_face_vector_manager.h.


Constructor & Destructor Documentation

NL3D::CLandscapeFaceVector::CLandscapeFaceVector  
 

Definition at line 45 of file landscape_face_vector_manager.cpp.

References _BlockId, _Next, NumTri, and TriPtr.

NL3D::CLandscapeFaceVector::CLandscapeFaceVector const CLandscapeFaceVector &    o
 

Definition at line 53 of file landscape_face_vector_manager.cpp.

References nlstop.

NL3D::CLandscapeFaceVector::~CLandscapeFaceVector  
 

Definition at line 64 of file landscape_face_vector_manager.cpp.


Member Function Documentation

CLandscapeFaceVector & NL3D::CLandscapeFaceVector::operator= const CLandscapeFaceVector &    o
 

Definition at line 58 of file landscape_face_vector_manager.cpp.

References nlstop.


Friends And Related Function Documentation

friend class CLandscapeFaceVectorManager [friend]
 

Definition at line 61 of file landscape_face_vector_manager.h.


Member Data Documentation

sint NL3D::CLandscapeFaceVector::_BlockId [private]
 

Definition at line 62 of file landscape_face_vector_manager.h.

Referenced by CLandscapeFaceVector.

CLandscapeFaceVector* NL3D::CLandscapeFaceVector::_Next [private]
 

Definition at line 63 of file landscape_face_vector_manager.h.

Referenced by CLandscapeFaceVector.

uint32 NL3D::CLandscapeFaceVector::NumTri
 

Number of triangles.

Definition at line 58 of file landscape_face_vector_manager.h.

Referenced by CLandscapeFaceVector.

uint32* NL3D::CLandscapeFaceVector::TriPtr
 

Array of triangles indices.

Definition at line 56 of file landscape_face_vector_manager.h.

Referenced by CLandscapeFaceVector.


The documentation for this class was generated from the following files: