#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 | OverrideInformation | 
Defines | |
| #define | VTK_CREATE_CREATE_FUNCTION(classname) | 
| #define | VTK_FACTORY_INTERFACE_EXPORT | 
| #define | VTK_FACTORY_INTERFACE_IMPLEMENT(factoryName) | 
      
  | 
  
| 
 Value: static vtkObject* vtkObjectFactoryCreate##classname() \ { return classname::New(); } Definition at line 261 of file vtkObjectFactory.h.  | 
  
      
  | 
  
| 
 
 Definition at line 271 of file vtkObjectFactory.h.  | 
  
      
  | 
  
| 
 Value: extern "C" \ VTK_FACTORY_INTERFACE_EXPORT \ const char* vtkGetFactoryCompilerUsed() \ { \ return VTK_CXX_COMPILER; \ } \ extern "C" \ VTK_FACTORY_INTERFACE_EXPORT \ const char* vtkGetFactoryVersion() \ { \ return VTK_SOURCE_VERSION; \ } \ extern "C" \ VTK_FACTORY_INTERFACE_EXPORT \ vtkObjectFactory* vtkLoad() \ { \ return factoryName ::New(); \ } Definition at line 279 of file vtkObjectFactory.h.  |