#include "vtkObject.h"
Include dependency graph for vtkObjectFactory.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | vtkObjectFactory |
abstract base class for vtkObjectFactories. More... | |
struct | vtkObjectFactory::OverrideInformation |
Defines | |
#define | VTK_CREATE_CREATE_FUNCTION(classname) |
|
Value: static vtkObject* vtkObjectFactoryCreate##classname() \ { return classname::New(); } Definition at line 209 of file vtkObjectFactory.h. |