|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   34 #include "vtkFiltersGeneralModule.h"  
   54   void SetModelBounds(
double xmin, 
double xmax, 
double ymin, 
double ymax, 
double zmin, 
double zmax);
 
   55   void SetModelBounds(
const double bounds[6]);
 
   56   vtkGetVectorMacro(ModelBounds, 
double, 6);
 
   68   void SetFocalPoint(
double x[3]);
 
   75     this->SetFocalPoint(xyz);
 
   77   vtkGetVectorMacro(FocalPoint, 
double, 3);
 
  104   vtkGetMacro(Radius, 
double);
 
  152   double ModelBounds[6];
 
  153   double FocalPoint[3];
 
  
void SetFocalPoint(double x, double y, double z)
vtkTypeBool TranslationMode
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
generate a 2D cursor representation
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.