25 #ifndef vtkViewNodeFactory_h
26 #define vtkViewNodeFactory_h
29 #include "vtkRenderingSceneGraphModule.h"
66 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 *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkViewNodeFactory * New()
~vtkViewNodeFactory() override
void RegisterOverride(const char *name, vtkViewNode *(*func)())
Give a function pointer to a class that will manufacture a vtkViewNode when given a class name string...
a node within a VTK scene graph