24 #include "vtkFiltersGeneralModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
44 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
45 void SetModelBounds(
const double bounds[6]);
46 vtkGetVectorMacro(ModelBounds,
double, 6);
57 void SetFocalPoint(
double x[3]);
64 this->SetFocalPoint(xyz);
66 vtkGetVectorMacro(FocalPoint,
double, 3);
156 double ModelBounds[6];
157 double FocalPoint[3];
171 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
vtkPolyData * GetFocus()
Get the focus for this filter.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetFocalPoint(double x, double y, double z)
Set/Get the position of cursor focus.
generate a 3D cursor representation
vtkTypeBool TranslationMode
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.