11 #include "vtkPolyDataAlgorithm.h"
16 void PrintSelf(ostream& os, vtkIndent indent)
override;
83 int RequestData(vtkInformation*,
84 vtkInformationVector**,
85 vtkInformationVector*)
override;
vtkGetMacro(CellSize, double)
vtkGetVector6Macro(BoundingBox, double)
vtkSetVector3Macro(Normal, double)
vtkSetClampMacro(Padding, double, 0, VTK_DOUBLE_MAX)
vtkTypeMacro(vtkBoundedPlaneSource, vtkPolyDataAlgorithm)
vtkGetVector3Macro(Center, double)
static vtkBoundedPlaneSource * New()
vtkSetMacro(CellSize, double)
vtkSetVector3Macro(Center, double)
vtkGetVector3Macro(Normal, double)
vtkGetMacro(RefinementMode, int)
vtkGetMacro(Resolution, int)
vtkSetClampMacro(RefinementMode, int, USE_RESOLUTION, USE_CELL_SIZE)
vtkGetMacro(Padding, double)
vtkSetClampMacro(Resolution, int, 1, VTK_INT_MAX)
vtkSetVector6Macro(BoundingBox, double)
BoundingBoxTpl< PointCoordinateType > BoundingBox
Default bounding-box type.
#define QPCL_ENGINE_LIB_API