#include <vtkParallelFactory.h>
Inheritance diagram for vtkParallelFactory:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetVTKSourceVersion () |
virtual const char * | GetDescription () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkParallelFactory * | SafeDownCast (vtkObject *o) |
vtkParallelFactory * | New () |
Protected Methods | |
vtkParallelFactory () | |
~vtkParallelFactory () |
Definition at line 38 of file vtkParallelFactory.h.
|
|
|
Definition at line 49 of file vtkParallelFactory.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObjectFactory. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkObjectFactory. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
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. Reimplemented from vtkObjectFactory. |
|
Return a descriptive string describing the factory. Reimplemented from vtkObjectFactory. |