#include <vtkPVEnSightMasterServerReader.h>
Inherits vtkGenericEnSightReader.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | CanReadFile (const char *) |
| Return whether we can read the file given. More...
|
|
|
virtual vtkMultiProcessController * | GetController () |
| This class uses MPI communication mechanisms to verify the integrity of all case files in the master file. More...
|
|
virtual void | SetController (vtkMultiProcessController *controller) |
| This class uses MPI communication mechanisms to verify the integrity of all case files in the master file. More...
|
|
|
virtual int | GetNumberOfPieces () |
| Get the number of pieces in the file. More...
|
|
◆ Superclass
◆ vtkPVEnSightMasterServerReader()
vtkPVEnSightMasterServerReader::vtkPVEnSightMasterServerReader |
( |
| ) |
|
|
protected |
◆ ~vtkPVEnSightMasterServerReader()
vtkPVEnSightMasterServerReader::~vtkPVEnSightMasterServerReader |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVEnSightMasterServerReader::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVEnSightMasterServerReader::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVEnSightMasterServerReader::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVEnSightMasterServerReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ GetController()
virtual vtkMultiProcessController* vtkPVEnSightMasterServerReader::GetController |
( |
| ) |
|
|
virtual |
This class uses MPI communication mechanisms to verify the integrity of all case files in the master file.
The get method interface must use vtkMultiProcessController instead of vtkMPIController because Tcl wrapping requires the class's wrapper to be defined, but it is not defined if MPI is not on. In client-server mode, we may still need to create an instance of this class on the client process even if MPI is not compiled in.
◆ SetController()
virtual void vtkPVEnSightMasterServerReader::SetController |
( |
vtkMultiProcessController * |
controller | ) |
|
|
virtual |
This class uses MPI communication mechanisms to verify the integrity of all case files in the master file.
The get method interface must use vtkMultiProcessController instead of vtkMPIController because Tcl wrapping requires the class's wrapper to be defined, but it is not defined if MPI is not on. In client-server mode, we may still need to create an instance of this class on the client process even if MPI is not compiled in.
◆ CanReadFile()
virtual int vtkPVEnSightMasterServerReader::CanReadFile |
( |
const char * |
| ) |
|
|
virtual |
Return whether we can read the file given.
◆ GetNumberOfPieces()
virtual int vtkPVEnSightMasterServerReader::GetNumberOfPieces |
( |
| ) |
|
|
virtual |
Get the number of pieces in the file.
Valid after UpdateInformation.
◆ RequestInformation()
virtual int vtkPVEnSightMasterServerReader::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ RequestData()
virtual int vtkPVEnSightMasterServerReader::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ ParseMasterServerFile()
int vtkPVEnSightMasterServerReader::ParseMasterServerFile |
( |
| ) |
|
|
protected |
◆ SuperclassExecuteInformation()
void vtkPVEnSightMasterServerReader::SuperclassExecuteInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
◆ SuperclassExecuteData()
void vtkPVEnSightMasterServerReader::SuperclassExecuteData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
◆ Controller
vtkMultiProcessController* vtkPVEnSightMasterServerReader::Controller |
|
protected |
◆ NumberOfPieces
int vtkPVEnSightMasterServerReader::NumberOfPieces |
|
protected |
◆ Internal
vtkPVEnSightMasterServerReaderInternal* vtkPVEnSightMasterServerReader::Internal |
|
protected |
◆ ExtentTranslator
◆ InformationError
int vtkPVEnSightMasterServerReader::InformationError |
|
protected |
The documentation for this class was generated from the following file: