22 #ifndef vtkRemoteWriterHelper_h
23 #define vtkRemoteWriterHelper_h
27 #include "vtkRemotingServerManagerModule.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;