#include <vtkEnSightMasterServerReader.h>
Public Types | |
typedef vtkGenericEnSightReader | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | DetermineFileName (int piece) |
virtual char * | GetPieceCaseFileName () |
virtual void | SetCurrentPiece (int) |
virtual int | GetCurrentPiece () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkEnSightMasterServerReader * | SafeDownCast (vtkObject *o) |
static vtkEnSightMasterServerReader * | New () |
Protected Member Functions | |
vtkEnSightMasterServerReader () | |
~vtkEnSightMasterServerReader () | |
void | Execute () |
void | ExecuteInformation () |
virtual void | SetPieceCaseFileName (const char *) |
Protected Attributes | |
char * | PieceCaseFileName |
int | MaxNumberOfPieces |
int | CurrentPiece |
Definition at line 29 of file vtkEnSightMasterServerReader.h.
Reimplemented from vtkGenericEnSightReader.
Definition at line 32 of file vtkEnSightMasterServerReader.h.
vtkEnSightMasterServerReader::vtkEnSightMasterServerReader | ( | ) | [protected] |
vtkEnSightMasterServerReader::~vtkEnSightMasterServerReader | ( | ) | [protected] |
virtual const char* vtkEnSightMasterServerReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGenericEnSightReader.
static int vtkEnSightMasterServerReader::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkGenericEnSightReader.
virtual int vtkEnSightMasterServerReader::IsA | ( | const char * | name | ) | [virtual] |
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 vtkGenericEnSightReader.
static vtkEnSightMasterServerReader* vtkEnSightMasterServerReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkGenericEnSightReader.
void vtkEnSightMasterServerReader::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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 vtkGenericEnSightReader.
static vtkEnSightMasterServerReader* vtkEnSightMasterServerReader::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkGenericEnSightReader.
int vtkEnSightMasterServerReader::DetermineFileName | ( | int | piece | ) |
Determine which file should be read for piece
virtual char* vtkEnSightMasterServerReader::GetPieceCaseFileName | ( | ) | [virtual] |
Get the file name that will be read.
virtual void vtkEnSightMasterServerReader::SetCurrentPiece | ( | int | ) | [virtual] |
Set or get the current piece.
virtual int vtkEnSightMasterServerReader::GetCurrentPiece | ( | ) | [virtual] |
Set or get the current piece.
void vtkEnSightMasterServerReader::Execute | ( | ) | [protected, virtual] |
This method is the old style execute method
Reimplemented from vtkGenericEnSightReader.
void vtkEnSightMasterServerReader::ExecuteInformation | ( | ) | [protected, virtual] |
Reimplemented from vtkGenericEnSightReader.
virtual void vtkEnSightMasterServerReader::SetPieceCaseFileName | ( | const char * | ) | [protected, virtual] |
char* vtkEnSightMasterServerReader::PieceCaseFileName [protected] |
Definition at line 58 of file vtkEnSightMasterServerReader.h.
int vtkEnSightMasterServerReader::MaxNumberOfPieces [protected] |
Definition at line 60 of file vtkEnSightMasterServerReader.h.
int vtkEnSightMasterServerReader::CurrentPiece [protected] |
Definition at line 61 of file vtkEnSightMasterServerReader.h.