#include <vtkEnSightMasterServerReader.h>
Inheritance diagram for vtkEnSightMasterServerReader:
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) |
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 |
|
Reimplemented from vtkGenericEnSightReader. Definition at line 32 of file vtkEnSightMasterServerReader.h. |
|
|
|
|
|
Reimplemented from vtkGenericEnSightReader. |
|
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. |
|
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. |
|
Reimplemented from vtkGenericEnSightReader. |
|
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. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkGenericEnSightReader. |
|
Determine which file should be read for piece |
|
Get the file name that will be read. |
|
Set or get the current piece. |
|
Set or get the current piece. |
|
This method is the old style execute method Reimplemented from vtkGenericEnSightReader. |
|
Reimplemented from vtkGenericEnSightReader. |
|
|
|
Definition at line 58 of file vtkEnSightMasterServerReader.h. |
|
Definition at line 60 of file vtkEnSightMasterServerReader.h. |
|
Definition at line 61 of file vtkEnSightMasterServerReader.h. |