15 #ifndef vtkCPXMLPWriterPipeline_h 16 #define vtkCPXMLPWriterPipeline_h 40 vtkSetClampMacro(OutputFrequency,
int, 1, VTK_INT_MAX);
41 vtkGetMacro(OutputFrequency,
int);
45 vtkSetClampMacro(PaddingAmount,
int, 1, 10);
46 vtkGetMacro(PaddingAmount,
int);
49 vtkSetMacro(Path, std::string);
50 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.