Parser for VRML97 format.
More...
#include <VRMLParser.h>
Parser for VRML97 format.
The VRMLParser class reads a VRML97 file and extract its nodes.
VRMLParser::VRMLParser |
( |
const std::string & |
filename | ) |
|
Constructor. This version of constructor do 'load' mehtod after constructing the object.
- Parameters
-
filename | file name of a target VRML97 file. |
VRMLParser::VRMLParser |
( |
| ) |
|
VRMLParser::~VRMLParser |
( |
| ) |
|
void VRMLParser::checkEOF |
( |
| ) |
|
void VRMLParser::load |
( |
const std::string & |
filename | ) |
|
This method returns the top node of the next node tree written in the file.
void VRMLParser::setProtoInstanceActualNodeExtractionMode |
( |
bool |
isOn | ) |
|
The documentation for this class was generated from the following files: