24 #ifndef vtkBoundedPlaneSource_h 25 #define vtkBoundedPlaneSource_h 27 #include "vtkPVVTKExtensionsPointsModule.h" 28 #include "vtkPolyDataAlgorithm.h" 34 void PrintSelf(ostream& os, vtkIndent indent);
41 vtkSetVector3Macro(Center,
double);
42 vtkGetVector3Macro(Center,
double);
49 vtkSetVector3Macro(Normal,
double);
50 vtkGetVector3Macro(Normal,
double);
57 vtkSetVector6Macro(BoundingBox,
double);
58 vtkGetVector6Macro(BoundingBox,
double);
65 vtkSetClampMacro(Resolution,
int, 1, VTK_INT_MAX);
66 vtkGetMacro(Resolution,
int);
73 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
77 double BoundingBox[6];
a plane source bounded by a bounding box.