Parser for VRML97 format.
More...
#include <VRMLParser.h>
Parser for VRML97 format.
The VRMLParser class reads a VRML97 file and extract its nodes.
§ VRMLParser() [1/2]
| 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() [2/2]
| VRMLParser::VRMLParser |
( |
| ) |
|
§ ~VRMLParser()
| VRMLParser::~VRMLParser |
( |
| ) |
|
§ checkEOF()
| void VRMLParser::checkEOF |
( |
| ) |
|
§ load()
| void VRMLParser::load |
( |
const std::string & |
filename | ) |
|
§ readNode()
This method returns the top node of the next node tree written in the file.
§ setProtoInstanceActualNodeExtractionMode()
| void VRMLParser::setProtoInstanceActualNodeExtractionMode |
( |
bool |
isOn | ) |
|
The documentation for this class was generated from the following files: