GLC_BSRepToWorld : Create an GLC_World from BSRep file. More...
#include <glc_bsreptoworld.h>
Public Member Functions | |
Constructor / Destructor | |
| GLC_BSRepToWorld () | |
| virtual | ~GLC_BSRepToWorld () |
Set Functions | |
| GLC_World * | CreateWorldFromBSRep (QFile &file) |
| Create and return an GLC_World* from an input BSRep File. | |
GLC_BSRepToWorld : Create an GLC_World from BSRep file.
An GLC_BSRepToWorld extract the only mesh from an .BSRep file
Definition at line 38 of file glc_bsreptoworld.h.
| GLC_BSRepToWorld::GLC_BSRepToWorld | ( | ) |
Definition at line 28 of file glc_bsreptoworld.cpp.
| GLC_BSRepToWorld::~GLC_BSRepToWorld | ( | ) | [virtual] |
Definition at line 33 of file glc_bsreptoworld.cpp.
| GLC_World * GLC_BSRepToWorld::CreateWorldFromBSRep | ( | QFile & | file | ) |
Create and return an GLC_World* from an input BSRep File.
Definition at line 38 of file glc_bsreptoworld.cpp.
References GLC_FileFormatException::FileNotFound.
Referenced by GLC_FileLoader::createWorldFromFile().