20 #ifndef vtkPVEnSightMasterServerReader_h 21 #define vtkPVEnSightMasterServerReader_h 23 #include "vtkGenericEnSightReader.h" 24 #include "vtkPVVTKExtensionsDefaultModule.h" 26 class vtkMultiProcessController;
27 class vtkPVEnSightMasterServerReaderInternal;
31 :
public vtkGenericEnSightReader
36 void PrintSelf(ostream& os, vtkIndent indent);
48 virtual vtkMultiProcessController* GetController();
49 virtual void SetController(vtkMultiProcessController* controller);
55 virtual int CanReadFile(
const char*);
62 vtkGetMacro(NumberOfPieces,
int);
69 virtual int RequestInformation(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
70 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
71 int ParseMasterServerFile();
73 void SuperclassExecuteInformation(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
74 void SuperclassExecuteData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
84 vtkPVEnSightMasterServerReaderInternal*
Internal;
vtkPVEnSightMasterServerReaderInternal * Internal
vtkMultiProcessController * Controller
vtkPVEnSightMasterServerTranslator * ExtentTranslator