#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 *) |
Definition at line 92 of file vtkVRMLImporter.h.
|
|
|
|
|
Definition at line 117 of file vtkVRMLImporter.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. Definition at line 95 of file vtkVRMLImporter.h. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Needed by the yacc/lex grammar used |
|
|
|
|
|
|
|
|
|
Definition at line 118 of file vtkVRMLImporter.h. |
|
Reimplemented from vtkImporter. |
|
Definition at line 121 of file vtkVRMLImporter.h. |
|
Definition at line 122 of file vtkVRMLImporter.h. |
|
Definition at line 123 of file vtkVRMLImporter.h. |
|
Definition at line 124 of file vtkVRMLImporter.h. |