|
ParaView
|
#include <vtkPVEnSightMasterServerTranslator.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | GetProcessId () |
| virtual void | SetProcessId (int) |
Static Public Member Functions | |
| static vtkPVEnSightMasterServerTranslator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVEnSightMasterServerTranslator * | SafeDownCast (vtkObject *o) |
Protected Attributes | |
| int | ProcessId |
| int | PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints) |
| vtkPVEnSightMasterServerTranslator () | |
| ~vtkPVEnSightMasterServerTranslator () | |
Definition at line 24 of file vtkPVEnSightMasterServerTranslator.h.
| vtkPVEnSightMasterServerTranslator::vtkPVEnSightMasterServerTranslator | ( | ) | [protected] |
Translates the piece matching ProcessId to the whole extent, and all other pieces to empty.
| vtkPVEnSightMasterServerTranslator::~vtkPVEnSightMasterServerTranslator | ( | ) | [protected] |
Translates the piece matching ProcessId to the whole extent, and all other pieces to empty.
| static vtkPVEnSightMasterServerTranslator* vtkPVEnSightMasterServerTranslator::New | ( | ) | [static] |
Reimplemented from vtkExtentTranslator.
| virtual const char* vtkPVEnSightMasterServerTranslator::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkExtentTranslator.
| static int vtkPVEnSightMasterServerTranslator::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkExtentTranslator.
| virtual int vtkPVEnSightMasterServerTranslator::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkExtentTranslator.
| static vtkPVEnSightMasterServerTranslator* vtkPVEnSightMasterServerTranslator::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkExtentTranslator.
| void vtkPVEnSightMasterServerTranslator::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkExtentTranslator.
| virtual int vtkPVEnSightMasterServerTranslator::GetProcessId | ( | ) | [virtual] |
Get/Set the piece that should provide the data. All other pieces should provide empty data.
| virtual void vtkPVEnSightMasterServerTranslator::SetProcessId | ( | int | ) | [virtual] |
Get/Set the piece that should provide the data. All other pieces should provide empty data.
| int vtkPVEnSightMasterServerTranslator::PieceToExtentThreadSafe | ( | int | piece, |
| int | numPieces, | ||
| int | ghostLevel, | ||
| int * | wholeExtent, | ||
| int * | resultExtent, | ||
| int | splitMode, | ||
| int | byPoints | ||
| ) | [virtual] |
Translates the piece matching ProcessId to the whole extent, and all other pieces to empty.
Reimplemented from vtkExtentTranslator.
int vtkPVEnSightMasterServerTranslator::ProcessId [protected] |
Definition at line 50 of file vtkPVEnSightMasterServerTranslator.h.
1.7.5.1