|
ParaView
|
parallel aware vtkConvertSelection subclass. More...
#include <vtkPConvertSelection.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetController (vtkMultiProcessController *) |
| virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
| static vtkPConvertSelection * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPConvertSelection * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPConvertSelection () | |
| ~vtkPConvertSelection () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| vtkMultiProcessController * | Controller |
parallel aware vtkConvertSelection subclass.
vtkPConvertSelection is a parallel aware vtkConvertSelection subclass.
Definition at line 28 of file vtkPConvertSelection.h.
| vtkPConvertSelection::vtkPConvertSelection | ( | ) | [protected] |
| vtkPConvertSelection::~vtkPConvertSelection | ( | ) | [protected] |
| static vtkPConvertSelection* vtkPConvertSelection::New | ( | ) | [static] |
Reimplemented from vtkConvertSelection.
| virtual const char* vtkPConvertSelection::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkConvertSelection.
| static int vtkPConvertSelection::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkConvertSelection.
| virtual int vtkPConvertSelection::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkConvertSelection.
| static vtkPConvertSelection* vtkPConvertSelection::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkConvertSelection.
| void vtkPConvertSelection::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkConvertSelection.
| void vtkPConvertSelection::SetController | ( | vtkMultiProcessController * | ) |
Get/Set the parallel controller.
| virtual vtkMultiProcessController* vtkPConvertSelection::GetController | ( | ) | [virtual] |
Get/Set the parallel controller.
| virtual int vtkPConvertSelection::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkConvertSelection.
Definition at line 51 of file vtkPConvertSelection.h.
1.7.5.1