25 #ifndef vtkNetworkImageSource_h 26 #define vtkNetworkImageSource_h 28 #include "vtkImageAlgorithm.h" 29 #include "vtkPVClientServerCoreDefaultModule.h" 39 void PrintSelf(ostream& os, vtkIndent indent);
45 vtkSetStringMacro(FileName);
46 vtkGetStringMacro(FileName);
63 int ReadImageFromFile(
const char* filename);
64 int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
65 vtkInformationVector* outputVector);
66 int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
67 vtkInformationVector* outputVector);
Store messages for the interpreter.
vtkTimeStamp UpdateImageTime
an image source that can read an image file on one process and ensure that it's available on some oth...