#include <vtkVRMLImporter.h>
Inheritance diagram for vtkVRMLImporter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkObject * | GetVRMLDEFObject (const char *name) |
void | enterNode (const char *) |
void | exitNode () |
void | enterField (const char *) |
void | exitField () |
void | useNode (const char *) |
Static Public Methods | |
vtkVRMLImporter * | New () |
int | IsTypeOf (const char *type) |
vtkVRMLImporter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkVRMLImporter () | |
~vtkVRMLImporter () | |
vtkVRMLImporter (const vtkVRMLImporter &) | |
void | operator= (const vtkVRMLImporter &) |
int | ImportBegin () |
void | ImportActors (vtkRenderer *) |
void | ImportCameras (vtkRenderer *) |
void | ImportLights (vtkRenderer *) |
void | ImportProperties (vtkRenderer *) |
|
Needed by the yacc/lex grammar used |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImporter. |
|
In the VRML spec you can DEF and USE nodes (name them), This routine will return the associated VTK object which was created as a result of the DEF mechanism Send in the name from the VRML file, get the VTK object. You will have to check and correctly cast the object since this only returns vtkObjects. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImporter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImporter. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImporter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImporter. |