#include <VRMLParser.H>
Public Member Functions | |
VRMLParser (const std::string &filename, bool getCameraFromFile=true, bool addModelsToDrawMgr=true, bool loadInSecondThread=true) | |
virtual | ~VRMLParser () |
void | parseAndCreateModels () |
void | addAllModelsToDrawMgr () |
int | getNumModels () |
ModelObjRef | getModel (int index=0) |
float | getPercentageDoneLoading () |
void | checkForThreadComplete (EventRef e) |
Static Public Attributes | |
static VRMLParserRef | _parserLoadingInThread |
IS3D::VRMLParser::VRMLParser | ( | const std::string & | filename, | |
bool | getCameraFromFile = true , |
|||
bool | addModelsToDrawMgr = true , |
|||
bool | loadInSecondThread = true | |||
) |
virtual IS3D::VRMLParser::~VRMLParser | ( | ) | [virtual] |
void IS3D::VRMLParser::parseAndCreateModels | ( | ) |
void IS3D::VRMLParser::addAllModelsToDrawMgr | ( | ) |
int IS3D::VRMLParser::getNumModels | ( | ) |
ModelObjRef IS3D::VRMLParser::getModel | ( | int | index = 0 |
) |
float IS3D::VRMLParser::getPercentageDoneLoading | ( | ) |
void IS3D::VRMLParser::checkForThreadComplete | ( | EventRef | e | ) |