| 
    VTK
   
    
   
   | 
  
  
  
 
#include <vtkIOMPIImageObjectFactory.h>


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