This class supervises the construction of an EggData structure from a VRML file.
More...
#include "vrmlToEggConverter.h"
List of all members.
Public Member Functions |
|
| VRMLToEggConverter (const VRMLToEggConverter ©) |
| virtual bool | convert_file (const Filename &filename) |
| | Handles the reading of the input file and converting it to egg.
|
| virtual string | get_extension () const |
| | Returns the common extension of the file type this converter supports.
|
| virtual string | get_name () const |
| | Returns the English name of the file type this converter supports.
|
| virtual SomethingToEggConverter * | make_copy () |
| | Allocates and returns a new copy of the converter.
|
| virtual bool | supports_compressed () const |
| | Returns true if this file type can transparently load compressed files (with a .pz extension), false otherwise.
|
Detailed Description
This class supervises the construction of an EggData structure from a VRML file.
Definition at line 34 of file vrmlToEggConverter.h.
Member Function Documentation
The documentation for this class was generated from the following files: