Go to the documentation of this file.
26 #ifndef vtkJSONImageWriter_h
27 #define vtkJSONImageWriter_h
29 #include "vtkIOImageModule.h"
43 vtkSetStringMacro(FileName);
51 vtkSetStringMacro(ArrayName);
60 vtkGetMacro(Slice,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
Generic algorithm superclass for image algs.
Writes vtkImageData to a JSON file.
static vtkJSONImageWriter * New()
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void Write()
The main interface which triggers the writer to start.