Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkParallelFactory Class Reference

#include <vtkParallelFactory.h>

Inheritance diagram for vtkParallelFactory:

Inheritance graph
[legend]
Collaboration diagram for vtkParallelFactory:

Collaboration graph
[legend]
List of all members.

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 ()

Detailed Description

Date:
2001/10/11 13:38:00
Revision:
1.6
Tests:
vtkParallelFactory (Tests)

Definition at line 38 of file vtkParallelFactory.h.


Constructor & Destructor Documentation

vtkParallelFactory::vtkParallelFactory   [protected]
 

vtkParallelFactory::~vtkParallelFactory   [inline, protected]
 

Definition at line 49 of file vtkParallelFactory.h.


Member Function Documentation

virtual const char* vtkParallelFactory::GetClassName   [virtual]
 

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.

int vtkParallelFactory::IsTypeOf const char *    type [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 *    type [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.

vtkParallelFactory* vtkParallelFactory::SafeDownCast vtkObject   o [static]
 

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.

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.

Reimplemented from vtkObjectFactory.

virtual const char* vtkParallelFactory::GetDescription   [virtual]
 

Return a descriptive string describing the factory.

Reimplemented from vtkObjectFactory.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:38:38 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001