33 #ifndef vtkVolumeReader_h
34 #define vtkVolumeReader_h
36 #include "vtkIOImageModule.h"
39 VTK_ABI_NAMESPACE_BEGIN
50 vtkSetFilePathMacro(FilePrefix);
51 vtkGetFilePathMacro(FilePrefix);
58 vtkSetFilePathMacro(FilePattern);
59 vtkGetFilePathMacro(FilePattern);
66 vtkSetVector2Macro(ImageRange,
int);
67 vtkGetVectorMacro(ImageRange,
int, 2);
74 vtkSetVector3Macro(DataSpacing,
double);
75 vtkGetVectorMacro(DataSpacing,
double, 3);
82 vtkSetVector3Macro(DataOrigin,
double);
83 vtkGetVectorMacro(DataOrigin,
double, 3);
98 double DataSpacing[3];
106 VTK_ABI_NAMESPACE_END
a simple class to control print indentation
topologically and geometrically regular array of data
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.