#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 45 of file vtkDummyController.h.
Public Types | |
typedef vtkMultiProcessController | Superclass |
Public Methods | |
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 Methods | |
vtkDummyController * | New () |
int | IsTypeOf (const char *type) |
vtkDummyController * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkDummyController () | |
~vtkDummyController () |
|
Reimplemented from vtkMultiProcessController. Definition at line 49 of file vtkDummyController.h. |
|
Definition at line 76 of file vtkDummyController.h. |
|
Definition at line 77 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 54 of file vtkDummyController.h. |
|
This method is for setting up the processes. Definition at line 55 of file vtkDummyController.h. |
|
This method is for setting up the processes. Implements vtkMultiProcessController. Definition at line 56 of file vtkDummyController.h. |
|
This method is for setting up the processes. Implements vtkMultiProcessController. Definition at line 57 of file vtkDummyController.h. |
|
This method always returns 0. Reimplemented from vtkMultiProcessController. Definition at line 61 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 64 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 67 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 70 of file vtkDummyController.h. |
|
Does nothing. Implements vtkMultiProcessController. Definition at line 73 of file vtkDummyController.h. |