|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   33 #include "vtkFiltersGeneralModule.h"  
   52   void SetModelBounds(
double xmin, 
double xmax, 
double ymin, 
double ymax, 
double zmin, 
double zmax);
 
   53   void SetModelBounds(
const double bounds[6]);
 
   54   vtkGetVectorMacro(ModelBounds, 
double, 6);
 
   65   void SetFocalPoint(
double x[3]);
 
   72     this->SetFocalPoint(xyz);
 
   74   vtkGetVectorMacro(FocalPoint, 
double, 3);
 
  164   double ModelBounds[6];
 
  165   double FocalPoint[3];
 
  
generate a 3D cursor representation
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.
vtkPolyData * GetFocus()
Get the focus for this filter.
a simple class to control print indentation
vtkTypeBool TranslationMode
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetFocalPoint(double x, double y, double z)
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.