23 #ifndef vtkBoundedVolumeSource_h 24 #define vtkBoundedVolumeSource_h 26 #include "vtkImageAlgorithm.h" 27 #include "vtkPVVTKExtensionsPointsModule.h" 34 void PrintSelf(ostream& os, vtkIndent indent);
40 vtkSetVector3Macro(Origin,
double);
41 vtkGetVector3Macro(Origin,
double);
49 vtkSetVector3Macro(Scale,
double);
50 vtkGetVector3Macro(Scale,
double);
57 vtkSetVector3Macro(Resolution,
int);
58 vtkGetVector3Macro(Resolution,
int);
65 virtual int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector,
66 vtkInformationVector* outputVector);
67 virtual void ExecuteDataWithInformation(vtkDataObject* data, vtkInformation* outInfo);
a source to generate an image volume.