|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CAsyncFileManager Class ReferenceCAsyncFileManager is a class that manage file loading in a seperate thread.
More...
#include <async_file_manager.h>
Inheritance diagram for NL3D::CAsyncFileManager:
List of all members.
Detailed Description
CAsyncFileManager is a class that manage file loading in a seperate thread.
-
Author:
-
Matthieu Besson , Nevrax France
-
Date:
-
2002
Definition at line 47 of file async_file_manager.h.
Constructor & Destructor Documentation
NL3D::CAsyncFileManager::CAsyncFileManager |
( |
|
) |
[private] |
|
Member Function Documentation
bool NL3D::CAsyncFileManager::cancelLoadMesh |
( |
const std::string & |
sMeshName |
) |
|
|
void NL3D::CAsyncFileManager::cancelSignal |
( |
bool * |
pSgn |
) |
|
|
CAsyncFileManager & NL3D::CAsyncFileManager::getInstance |
( |
|
) |
[static] |
|
void NL3D::CAsyncFileManager::loadFile |
( |
const std::string & |
fileName, |
|
|
uint8 ** |
pPtr |
|
) |
|
|
void NL3D::CAsyncFileManager::loadFiles |
( |
const std::vector< std::string > & |
vFileNames, |
|
|
const std::vector< uint8 ** > & |
vPtrs |
|
) |
|
|
void NL3D::CAsyncFileManager::loadIG |
( |
const std::string & |
igName, |
|
|
CInstanceGroup ** |
ppIG |
|
) |
|
|
void NL3D::CAsyncFileManager::loadIGUser |
( |
const std::string & |
igName, |
|
|
UInstanceGroup ** |
ppIG |
|
) |
|
|
void NL3D::CAsyncFileManager::loadMesh |
( |
const std::string & |
sMeshName, |
|
|
IShape ** |
ppShp, |
|
|
IDriver * |
pDriver |
|
) |
|
|
void NL3D::CAsyncFileManager::signal |
( |
bool * |
pSgn |
) |
|
|
void NL3D::CAsyncFileManager::terminate |
( |
|
) |
[static] |
|
Member Data Documentation
CAsyncFileManager * NL3D::CAsyncFileManager::_Singleton = NULL [static, private]
|
|
The documentation for this class was generated from the following files:
|
|