Go to the documentation of this file.
28 #ifndef vtkViewNodeFactory_h
29 #define vtkViewNodeFactory_h
31 #include "vtkRenderingSceneGraphModule.h"
69 vtkInternals *Internals;
abstract base class for most VTK objects
vtkViewNode * CreateNode(vtkObject *)
Creates and returns a vtkViewNode for the provided renderable.
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.
static vtkViewNodeFactory * New()
factory that chooses vtkViewNodes to create
a simple class to control print indentation
vtkViewNode * CreateNode(const char *)
Creates and returns a vtkViewNode for the provided class name.
a node within a VTK scene graph
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.