VTK
|
reader for compund EnSight files More...
#include <vtkEnSightMasterServerReader.h>
reader for compund EnSight files
Definition at line 30 of file vtkEnSightMasterServerReader.h.
Reimplemented from vtkGenericEnSightReader.
Definition at line 33 of file vtkEnSightMasterServerReader.h.
vtkEnSightMasterServerReader::vtkEnSightMasterServerReader | ( | ) | [protected] |
vtkEnSightMasterServerReader::~vtkEnSightMasterServerReader | ( | ) | [protected] |
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkGenericEnSightReader.
virtual vtkObjectBase* vtkEnSightMasterServerReader::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkGenericEnSightReader.
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.
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 63 of file vtkEnSightMasterServerReader.h.
int vtkEnSightMasterServerReader::MaxNumberOfPieces [protected] |
Definition at line 65 of file vtkEnSightMasterServerReader.h.
int vtkEnSightMasterServerReader::CurrentPiece [protected] |
Definition at line 66 of file vtkEnSightMasterServerReader.h.