#include <basic/geometry/VRML_Reader.h>
Inherits ReaderBase.
Inherited by VRML_20_Reader.
Inheritance diagram for VRML_Reader:
Public Member Functions | |
VRML_Reader () | |
virtual | ~VRML_Reader () |
virtual bool | Read () |
void | SetFilename (std::string filename) |
const ObjectBase * | GetTheObject () const |
Public Attributes | |
std::vector< VrmlNode * > | m_Nodes |
Protected Attributes | |
std::string | filename |
std::vector< IGS_Object * > | m_Objects |
GL_Group | m_Group |
Definition at line 48 of file VRML_Reader.h.
|
Definition at line 34 of file VRML_Reader.cpp. |
|
Definition at line 47 of file VRML_Reader.cpp. References m_Nodes. |
|
Definition at line 98 of file VRML_Reader.cpp. References ObjectGroup::AddObject(), ObjectGroup::Clear(), ObjectBase::Create(), m_Group, and m_Objects. Referenced by ServerBase::AddObstacle(), DH_Link::DeSerialize(), and ServerBase::ParseObstacleFile(). Here is the call graph for this function: ![]() |
|
Reimplemented in VRML_20_Reader. Definition at line 80 of file VRML_Reader.cpp. |
|
Definition at line 86 of file VRML_Reader.cpp. Referenced by ServerBase::AddObstacle(), DH_Link::DeSerialize(), and ServerBase::ParseObstacleFile(). |
|
Definition at line 89 of file VRML_Reader.h. Referenced by VRML_20_Reader::Read(). |
|
Definition at line 93 of file VRML_Reader.h. Referenced by GetTheObject(). |
|
Definition at line 77 of file VRML_Reader.h. Referenced by VRML_20_Reader::Read(), and ~VRML_Reader(). |
|
Definition at line 92 of file VRML_Reader.h. Referenced by GetTheObject(), and VRML_20_Reader::Read(). |