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

 CLandscapeFaceVectorManager ()
 Constructor. More...

 ~CLandscapeFaceVectorManager ()
void purge ()
CLandscapeFaceVectorcreateFaceVector (uint numTri)
void deleteFaceVector (CLandscapeFaceVector *fv)

Private Attributes

std::vector< CLandscapeFaceVector * > _Blocks


Detailed Description

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

Author:
Lionel Berenguier , Nevrax France
Date:
2001

Definition at line 74 of file landscape_face_vector_manager.h.


Constructor & Destructor Documentation

NL3D::CLandscapeFaceVectorManager::CLandscapeFaceVectorManager  
 

Constructor.

Definition at line 72 of file landscape_face_vector_manager.cpp.

References _Blocks, and NL3D_FACE_VECTOR_NUMBLOCK.

NL3D::CLandscapeFaceVectorManager::~CLandscapeFaceVectorManager  
 

Definition at line 79 of file landscape_face_vector_manager.cpp.

References purge.


Member Function Documentation

CLandscapeFaceVector * NL3D::CLandscapeFaceVectorManager::createFaceVector uint    numTri
 

Definition at line 103 of file landscape_face_vector_manager.cpp.

References _Blocks, and NLMISC::getPowerOf2.

void NL3D::CLandscapeFaceVectorManager::deleteFaceVector CLandscapeFaceVector   fv
 

Definition at line 132 of file landscape_face_vector_manager.cpp.

References _Blocks, and nlassert.

void NL3D::CLandscapeFaceVectorManager::purge  
 

Definition at line 85 of file landscape_face_vector_manager.cpp.

References _Blocks, and NL3D_FACE_VECTOR_NUMBLOCK.

Referenced by ~CLandscapeFaceVectorManager.


Member Data Documentation

std::vector<CLandscapeFaceVector*> NL3D::CLandscapeFaceVectorManager::_Blocks [private]
 

Definition at line 91 of file landscape_face_vector_manager.h.

Referenced by CLandscapeFaceVectorManager, createFaceVector, deleteFaceVector, and purge.


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