9 #ifndef vtkExtractsDeliveryHelper_h 10 #define vtkExtractsDeliveryHelper_h 32 vtkSetMacro(ProcessIsProducer,
bool);
33 vtkGetMacro(ProcessIsProducer,
bool);
43 void ClearAllExtracts();
48 void RemoveExtractConsumer(
const char* key);
57 vtkSetMacro(NumberOfVisualizationProcesses,
int);
58 vtkGetMacro(NumberOfVisualizationProcesses,
int);
59 vtkSetMacro(NumberOfSimulationProcesses,
int);
60 vtkGetMacro(NumberOfSimulationProcesses,
int);
75 typedef std::map<std::string, std::pair<vtkSmartPointer<vtkTrivialProducer>,
bool>>
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKREMOTINGLIVE_EXPORT
void operator=(const vtkObjectBase &)