12 #ifndef vtkBoundedPlaneSource_h
13 #define vtkBoundedPlaneSource_h
15 #include "vtkPVVTKExtensionsPointsModule.h"
29 vtkSetVector3Macro(Center,
double);
30 vtkGetVector3Macro(Center,
double);
37 vtkSetVector3Macro(Normal,
double);
38 vtkGetVector3Macro(Normal,
double);
45 vtkSetVector6Macro(BoundingBox,
double);
46 vtkGetVector6Macro(BoundingBox,
double);
58 vtkSetClampMacro(RefinementMode,
int, USE_RESOLUTION, USE_CELL_SIZE);
59 vtkGetMacro(RefinementMode,
int);
66 vtkSetClampMacro(Resolution,
int, 1, VTK_INT_MAX);
67 vtkGetMacro(Resolution,
int);
75 vtkSetMacro(CellSize,
double);
76 vtkGetMacro(CellSize,
double);
85 vtkSetClampMacro(Padding,
double, 0, VTK_DOUBLE_MAX);
86 vtkGetMacro(Padding,
double);
97 double BoundingBox[6];