44 #ifndef __vtkVolumeReader_h
45 #define __vtkVolumeReader_h
57 vtkSetStringMacro(FilePrefix);
58 vtkGetStringMacro(FilePrefix);
63 vtkSetStringMacro(FilePattern);
64 vtkGetStringMacro(FilePattern);
69 vtkSetVector2Macro(ImageRange,
int);
70 vtkGetVectorMacro(ImageRange,
int,2);
75 vtkSetVector3Macro(DataSpacing,
double);
76 vtkGetVectorMacro(DataSpacing,
double,3);
81 vtkSetVector3Macro(DataOrigin,
double);
82 vtkGetVectorMacro(DataOrigin,
double,3);
95 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)