#include <vtkDummyController.h>
Inheritance diagram for vtkDummyController:
This is a dummy controller which can be used by applications which always require a controller but are also compile on systems without threads or mpi.
Definition at line 41 of file vtkDummyController.h.
Public Types | |
typedef vtkMultiProcessController | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetLocalProcessId () |
virtual void | SingleMethodExecute () |
virtual void | MultipleMethodExecute () |
virtual void | Barrier () |
virtual void | CreateOutputWindow () |
virtual void | Initialize (int *, char ***, int) |
virtual void | Initialize (int *, char ***) |
virtual void | Finalize () |
virtual void | Finalize (int) |
Static Public Member Functions | |
vtkDummyController * | New () |
int | IsTypeOf (const char *type) |
vtkDummyController * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkDummyController () | |
~vtkDummyController () |
|
Reimplemented from vtkMultiProcessController. Definition at line 45 of file vtkDummyController.h. |
|
Definition at line 72 of file vtkDummyController.h. |
|
Definition at line 73 of file vtkDummyController.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkMultiProcessController. |
|
Reimplemented from vtkMultiProcessController. |
|
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 vtkMultiProcessController. |
|
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 vtkMultiProcessController. |
|
Reimplemented from vtkMultiProcessController. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkMultiProcessController. |
|
This method is for setting up the processes. Definition at line 50 of file vtkDummyController.h. |
|
This method is for setting up the processes. Definition at line 51 of file vtkDummyController.h. |
|
This method is for setting up the processes. Implements vtkMultiProcessController. Definition at line 52 of file vtkDummyController.h. |
|
This method is for setting up the processes. Implements vtkMultiProcessController. Definition at line 53 of file vtkDummyController.h. |
|
This method always returns 0. Reimplemented from vtkMultiProcessController. Definition at line 57 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 60 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 63 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 66 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 69 of file vtkDummyController.h. |