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

Inheritance diagram for NL3D::CAsyncFileManager::CIGLoad:

NLMISC::IRunnable List of all members.

Public Methods

 CIGLoad (const std::string &meshName, CInstanceGroup **ppIG)
void run (void)

Private Attributes

std::string _IGName
CInstanceGroup ** _ppIG

Constructor & Destructor Documentation

NL3D::CAsyncFileManager::CIGLoad::CIGLoad const std::string &    meshName,
CInstanceGroup **    ppIG
 

Definition at line 316 of file async_file_manager.cpp.

References _IGName, and _ppIG.


Member Function Documentation

void NL3D::CAsyncFileManager::CIGLoad::run void    [virtual]
 

Implements NLMISC::IRunnable.

Definition at line 323 of file async_file_manager.cpp.

References _IGName, _ppIG, and nlwarning.


Member Data Documentation

std::string NL3D::CAsyncFileManager::CIGLoad::_IGName [private]
 

Definition at line 93 of file async_file_manager.h.

Referenced by CIGLoad, and run.

CInstanceGroup** NL3D::CAsyncFileManager::CIGLoad::_ppIG [private]
 

Definition at line 94 of file async_file_manager.h.

Referenced by CIGLoad, and run.


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