22 #ifndef vtkRemoteWriterHelper_h 23 #define vtkRemoteWriterHelper_h 56 vtkSetMacro(OutputDestination, vtkTypeUInt32);
57 vtkGetMacro(OutputDestination, vtkTypeUInt32);
66 vtkSetMacro(TryWritingInBackground,
bool);
67 vtkGetMacro(TryWritingInBackground,
bool);
68 vtkBooleanMacro(TryWritingInBackground,
bool);
93 vtkSetClampMacro(State,
int, START, END);
94 vtkGetMacro(State,
int);
118 static void Wait(
const std::string& fileName);
147 bool TryWritingInBackground =
false;
#define VTKREMOTINGSERVERMANAGER_EXPORT
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Run-time VTK interpreter.
Helper to write data on client or data-server-root.
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void operator=(const vtkObjectBase &)