19 #ifndef vtkDistanceToCamera_h
20 #define vtkDistanceToCamera_h
23 #include "vtkRenderingCoreModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
48 vtkSetMacro(ScreenSize,
double);
49 vtkGetMacro(ScreenSize,
double);
56 vtkSetMacro(Scaling,
bool);
57 vtkGetMacro(Scaling,
bool);
58 vtkBooleanMacro(Scaling,
bool);
66 vtkSetStringMacro(DistanceArrayName);
67 vtkGetStringMacro(DistanceArrayName);
84 int LastRendererSize[2];
85 double LastCameraPosition[3];
86 double LastCameraFocalPoint[3];
87 double LastCameraViewUp[3];
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
a simple class to control print indentation
double LastCameraParallelScale
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()
calculates distance from points to the camera.