ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
vtkPVEnSightMasterServerTranslator Class Reference

#include <vtkPVEnSightMasterServerTranslator.h>

Inherits vtkExtentTranslator.

Public Types

typedef vtkExtentTranslator Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual int GetProcessId ()
 Get/Set the piece that should provide the data. More...
 
virtual void SetProcessId (int)
 Get/Set the piece that should provide the data. More...
 

Static Public Member Functions

static vtkPVEnSightMasterServerTranslatorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVEnSightMasterServerTranslatorSafeDownCast (vtkObject *o)
 

Protected Attributes

int ProcessId
 
int PieceToExtentThreadSafe (int piece, int numPieces, int ghostLevel, int *wholeExtent, int *resultExtent, int splitMode, int byPoints)
 Translates the piece matching ProcessId to the whole extent, and all other pieces to empty. More...
 
 vtkPVEnSightMasterServerTranslator ()
 Translates the piece matching ProcessId to the whole extent, and all other pieces to empty. More...
 
 ~vtkPVEnSightMasterServerTranslator ()
 Translates the piece matching ProcessId to the whole extent, and all other pieces to empty. More...
 

Detailed Description

Definition at line 26 of file vtkPVEnSightMasterServerTranslator.h.

Member Typedef Documentation

§ Superclass

Definition at line 31 of file vtkPVEnSightMasterServerTranslator.h.

Constructor & Destructor Documentation

§ vtkPVEnSightMasterServerTranslator()

vtkPVEnSightMasterServerTranslator::vtkPVEnSightMasterServerTranslator ( )
protected

Translates the piece matching ProcessId to the whole extent, and all other pieces to empty.

§ ~vtkPVEnSightMasterServerTranslator()

vtkPVEnSightMasterServerTranslator::~vtkPVEnSightMasterServerTranslator ( )
protected

Translates the piece matching ProcessId to the whole extent, and all other pieces to empty.

Member Function Documentation

§ New()

static vtkPVEnSightMasterServerTranslator* vtkPVEnSightMasterServerTranslator::New ( )
static

§ GetClassName()

virtual const char* vtkPVEnSightMasterServerTranslator::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkPVEnSightMasterServerTranslator::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVEnSightMasterServerTranslator::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkPVEnSightMasterServerTranslator* vtkPVEnSightMasterServerTranslator::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVEnSightMasterServerTranslator::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ GetProcessId()

virtual int vtkPVEnSightMasterServerTranslator::GetProcessId ( )
virtual

Get/Set the piece that should provide the data.

All other pieces should provide empty data.

§ SetProcessId()

virtual void vtkPVEnSightMasterServerTranslator::SetProcessId ( int  )
virtual

Get/Set the piece that should provide the data.

All other pieces should provide empty data.

§ PieceToExtentThreadSafe()

int vtkPVEnSightMasterServerTranslator::PieceToExtentThreadSafe ( int  piece,
int  numPieces,
int  ghostLevel,
int *  wholeExtent,
int *  resultExtent,
int  splitMode,
int  byPoints 
)

Translates the piece matching ProcessId to the whole extent, and all other pieces to empty.

Member Data Documentation

§ ProcessId

int vtkPVEnSightMasterServerTranslator::ProcessId
protected

Definition at line 57 of file vtkPVEnSightMasterServerTranslator.h.


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