 |
VTK
9.0.1
|
Go to the documentation of this file.
25 #ifndef vtkViewNodeFactory_h
26 #define vtkViewNodeFactory_h
29 #include "vtkRenderingSceneGraphModule.h"
66 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 function pointer to a class that will manufacture a vtkViewNode when given a class name string...
static vtkViewNodeFactory * New()
factory that chooses vtkViewNodes to create
~vtkViewNodeFactory() override
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkViewNode * CreateNode(const char *)
a node within a VTK scene graph