26 #ifndef vtkJSONImageWriter_h 27 #define vtkJSONImageWriter_h 29 #include "vtkIOImageModule.h" 43 vtkSetStringMacro(FileName);
44 vtkGetStringMacro(FileName);
51 vtkSetStringMacro(ArrayName);
52 vtkGetStringMacro(ArrayName);
59 vtkSetMacro(Slice,
int);
60 vtkGetMacro(Slice,
int);
a simple class to control print indentation
Writes vtkImageData to a JSON file.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.