3 #ifndef vtkCPXMLPWriterPipeline_h 4 #define vtkCPXMLPWriterPipeline_h 28 vtkSetClampMacro(OutputFrequency,
int, 1, VTK_INT_MAX);
29 vtkGetMacro(OutputFrequency,
int);
33 vtkSetClampMacro(PaddingAmount,
int, 1, 10);
34 vtkGetMacro(PaddingAmount,
int);
37 vtkSetMacro(Path, std::string);
38 vtkGetMacro(Path, std::string);
void PrintSelf(ostream &os, vtkIndent indent) override
virtual int RequestDataDescription(vtkCPDataDescription *dataDescription)=0
Configuration Step: The coprocessor first determines if any coprocessing needs to be done at this Tim...
Generic PXML writer pipeline to write out the full Catalyst input datasets.
virtual int CoProcess(vtkCPDataDescription *dataDescription)=0
Execute the pipeline. Returns 1 for success and 0 for failure.
#define VTKPVCATALYST_EXPORT
Generic interface for operating on pipelines.
This class provides the description of the data for the coprocessor pipelines.