28 #ifndef vtkViewNodeFactory_h
29 #define vtkViewNodeFactory_h
31 #include "vtkRenderingSceneGraphModule.h"
69 vtkInternals *Internals;
a simple class to control print indentation
abstract base class for most VTK objects
factory that chooses vtkViewNodes to create
vtkViewNode * CreateNode(vtkObject *)
Creates and returns a vtkViewNode for the provided renderable.
vtkViewNode * CreateNode(const char *)
Creates and returns a vtkViewNode for the provided class name.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkViewNodeFactory * New()
void RegisterOverride(const char *name, vtkViewNode *(*func)())
Give a functin pointer to a class that will manufacture a vtkViewNode when given a class name string.
a node within a VTK scene graph