54 #ifndef vtkDistanceToCamera_h
55 #define vtkDistanceToCamera_h
58 #include "vtkRenderingCoreModule.h"
82 vtkSetMacro(ScreenSize,
double);
83 vtkGetMacro(ScreenSize,
double);
90 vtkSetMacro(Scaling,
bool);
91 vtkGetMacro(Scaling,
bool);
92 vtkBooleanMacro(Scaling,
bool);
100 vtkSetStringMacro(DistanceArrayName);
101 vtkGetStringMacro(DistanceArrayName);
118 int LastRendererSize[2];
119 double LastCameraPosition[3];
120 double LastCameraFocalPoint[3];
121 double LastCameraViewUp[3];
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