|
VTK
|
#include <vtkParallelFactory.h>


Public Types | |
| typedef vtkObjectFactory | Superclass |
Public Member Functions | |
| 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 Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkParallelFactory * | SafeDownCast (vtkObject *o) |
| static vtkParallelFactory * | New () |
Protected Member Functions | |
| vtkParallelFactory () | |
| ~vtkParallelFactory () | |
Definition at line 30 of file vtkParallelFactory.h.
Reimplemented from vtkObjectFactory.
Definition at line 34 of file vtkParallelFactory.h.
| vtkParallelFactory::vtkParallelFactory | ( | ) | [protected] |
| vtkParallelFactory::~vtkParallelFactory | ( | ) | [inline, protected] |
Definition at line 41 of file vtkParallelFactory.h.
| virtual const char* vtkParallelFactory::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObjectFactory.
| static int vtkParallelFactory::IsTypeOf | ( | const char * | name | ) | [static] |
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.
| virtual int vtkParallelFactory::IsA | ( | const char * | name | ) | [virtual] |
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.
| static vtkParallelFactory* vtkParallelFactory::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObjectFactory.
| static vtkParallelFactory* vtkParallelFactory::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
| void vtkParallelFactory::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Print ObjectFactory to stream.
Reimplemented from vtkObjectFactory.
| virtual const char* vtkParallelFactory::GetVTKSourceVersion | ( | ) | [virtual] |
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.
| virtual const char* vtkParallelFactory::GetDescription | ( | ) | [virtual] |
Return a descriptive string describing the factory.
Implements vtkObjectFactory.
1.7.5.1