#include <vtkKitwareObjectFactory.h>
Inheritance diagram for vtkKitwareObjectFactory:


This is an object factory used to create Kitware patented objects. There is a KitwareFactory.dsp and KitwareFactory.dsw file to create the factory dll with the microsoft compiler. Once the Factory is created, put the resulting dll in VTK_AUTOLOAD_PATH.
Definition at line 48 of file vtkKitwareObjectFactory.h.
| Public Types | |
| typedef vtkObjectFactory | Superclass | 
| Public Methods | |
| virtual const char * | GetClassName () | 
| virtual int | IsA (const char *type) | 
| void | PrintSelf (ostream &os, vtkIndent indent) | 
| virtual const char * | GetVTKSourceVersion () | 
| Static Public Methods | |
| vtkKitwareObjectFactory * | New () | 
| int | IsTypeOf (const char *type) | 
| vtkKitwareObjectFactory * | SafeDownCast (vtkObject *o) | 
| Protected Methods | |
| vtkKitwareObjectFactory () | |
| virtual vtkObject * | CreateObject (const char *vtkclassname) | 
| 
 | 
| 
 Reimplemented from vtkObjectFactory. Definition at line 52 of file vtkKitwareObjectFactory.h. | 
| 
 | 
| 
 Definition at line 56 of file vtkKitwareObjectFactory.h. | 
| 
 | 
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. Definition at line 51 of file vtkKitwareObjectFactory.h. | 
| 
 | 
| 
 Reimplemented from vtkObjectFactory. | 
| 
 | 
| Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObjectFactory. | 
| 
 | 
| Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObjectFactory. | 
| 
 | 
| 
 Reimplemented from vtkObjectFactory. | 
| 
 | ||||||||||||
| Print ObjectFactory to stream. Reimplemented from vtkObjectFactory. | 
| 
 | 
| All sub-classes of vtkObjectFactory should must return the version of VTK they were built with. This should be implemented with the macro VTK_SOURCE_VERSION and NOT a call to vtkVersion::GetVTKSourceVersion. As the version needs to be compiled into the file as a string constant. This is critical to determine possible incompatible dynamic factory loads. Implements vtkObjectFactory. | 
| 
 | 
| This method is provided by sub-classes of vtkObjectFactory. It should create the named vtk object or return 0 if that object is not supported by the factory implementation. Reimplemented from vtkObjectFactory. |