44 #ifndef vtkVolumeReader_h
45 #define vtkVolumeReader_h
58 vtkSetStringMacro(FilePrefix);
59 vtkGetStringMacro(FilePrefix);
64 vtkSetStringMacro(FilePattern);
65 vtkGetStringMacro(FilePattern);
70 vtkSetVector2Macro(ImageRange,
int);
71 vtkGetVectorMacro(ImageRange,
int,2);
76 vtkSetVector3Macro(DataSpacing,
double);
77 vtkGetVectorMacro(DataSpacing,
double,3);
82 vtkSetVector3Macro(DataOrigin,
double);
83 vtkGetVectorMacro(DataOrigin,
double,3);
96 double DataSpacing[3];
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)
#define VTKIOIMAGE_EXPORT