ParaView
Public Member Functions | Static Public Member Functions | Protected Attributes
vtkPVEnSightMasterServerTranslator Class Reference

#include <vtkPVEnSightMasterServerTranslator.h>

Inheritance diagram for vtkPVEnSightMasterServerTranslator:
Inheritance graph
[legend]
Collaboration diagram for vtkPVEnSightMasterServerTranslator:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 24 of file vtkPVEnSightMasterServerTranslator.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 50 of file vtkPVEnSightMasterServerTranslator.h.


The documentation for this class was generated from the following file: