11 #ifndef vtkBoundedVolumeSource_h
12 #define vtkBoundedVolumeSource_h
15 #include "vtkPVVTKExtensionsPointsModule.h"
31 vtkSetVector3Macro(Origin,
double);
32 vtkGetVector3Macro(Origin,
double);
40 vtkSetVector3Macro(Scale,
double);
41 vtkGetVector3Macro(Scale,
double);
53 vtkSetClampMacro(RefinementMode,
int, USE_RESOLUTION, USE_CELL_SIZE);
54 vtkGetMacro(RefinementMode,
int);
61 vtkSetVector3Macro(Resolution,
int);
62 vtkGetVector3Macro(Resolution,
int);
70 vtkSetMacro(CellSize,
double);
71 vtkGetMacro(CellSize,
double);
79 vtkSetClampMacro(Padding,
double, 0, VTK_DOUBLE_MAX);
80 vtkGetMacro(Padding,
double);
88 static bool SetImageParameters(