 |
VTK
9.1.0
|
Go to the documentation of this file.
45 #ifndef vtkVolumeReader_h
46 #define vtkVolumeReader_h
48 #include "vtkIOImageModule.h"
77 vtkSetVector2Macro(ImageRange,
int);
78 vtkGetVectorMacro(ImageRange,
int, 2);
85 vtkSetVector3Macro(DataSpacing,
double);
86 vtkGetVectorMacro(DataSpacing,
double, 3);
93 vtkSetVector3Macro(DataOrigin,
double);
94 vtkGetVectorMacro(DataOrigin,
double, 3);
109 double DataSpacing[3];
110 double DataOrigin[3];
vtkSetFilePathMacro(FilePrefix)
Specify file prefix for the image file(s).
virtual vtkImageData * GetImage(int ImageNumber)=0
Other objects make use of this method.
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.
vtkGetFilePathMacro(FilePattern)
The snprintf format used to build filename from FilePrefix and number.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkGetFilePathMacro(FilePrefix)
Specify file prefix for the image file(s).
vtkSetFilePathMacro(FilePattern)
The snprintf format used to build filename from FilePrefix and number.
~vtkVolumeReader() override