51#ifndef vtkDistanceToCamera_h
52#define vtkDistanceToCamera_h
55#include "vtkRenderingCoreModule.h"
79 vtkSetMacro(ScreenSize,
double);
80 vtkGetMacro(ScreenSize,
double);
87 vtkSetMacro(Scaling,
bool);
88 vtkGetMacro(Scaling,
bool);
89 vtkBooleanMacro(Scaling,
bool);
97 vtkSetStringMacro(DistanceArrayName);
98 vtkGetStringMacro(DistanceArrayName);
115 int LastRendererSize[2];
116 double LastCameraPosition[3];
117 double LastCameraFocalPoint[3];
118 double LastCameraViewUp[3];
calculates distance from points to the camera.
static vtkDistanceToCamera * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double LastCameraParallelScale
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