28 #ifndef vtkDistanceToCamera_h
29 #define vtkDistanceToCamera_h
32 #include "vtkRenderingCoreModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
57 vtkSetMacro(ScreenSize,
double);
58 vtkGetMacro(ScreenSize,
double);
65 vtkSetMacro(Scaling,
bool);
66 vtkGetMacro(Scaling,
bool);
67 vtkBooleanMacro(Scaling,
bool);
75 vtkSetStringMacro(DistanceArrayName);
76 vtkGetStringMacro(DistanceArrayName);
93 int LastRendererSize[2];
94 double LastCameraPosition[3];
95 double LastCameraFocalPoint[3];
96 double LastCameraViewUp[3];
105 VTK_ABI_NAMESPACE_END
calculates distance from points to the camera.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double LastCameraParallelScale
static vtkDistanceToCamera * New()
vtkMTimeType GetMTime() override
The modified time of this filter.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetRenderer(vtkRenderer *ren)
The renderer which will ultimately render these points.
~vtkDistanceToCamera() override
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
abstract specification for renderers
vtkTypeUInt32 vtkMTimeType