#include <vtkEnSightMasterServerReader.h>
Definition at line 29 of file 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) |
int | CanReadFile (const char *fname) |
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 () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual void | SetPieceCaseFileName (const char *) |
Protected Attributes | |
char * | PieceCaseFileName |
int | MaxNumberOfPieces |
int | CurrentPiece |
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 vtkTypeMacro 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 vtkTypeMacro 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.
int vtkEnSightMasterServerReader::CanReadFile | ( | const char * | casefilename | ) |
Returns true if the file pointed to by casefilename appears to be a valid EnSight case file.
Reimplemented from vtkGenericEnSightReader.
virtual int vtkEnSightMasterServerReader::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkGenericEnSightReader.
virtual int vtkEnSightMasterServerReader::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkGenericEnSightReader.
virtual void vtkEnSightMasterServerReader::SetPieceCaseFileName | ( | const char * | ) | [protected, virtual] |
char* vtkEnSightMasterServerReader::PieceCaseFileName [protected] |
Definition at line 62 of file vtkEnSightMasterServerReader.h.
int vtkEnSightMasterServerReader::MaxNumberOfPieces [protected] |
Definition at line 64 of file vtkEnSightMasterServerReader.h.
int vtkEnSightMasterServerReader::CurrentPiece [protected] |
Definition at line 65 of file vtkEnSightMasterServerReader.h.