35#ifndef vtkDistanceToCamera_h
36#define vtkDistanceToCamera_h
39#include "vtkRenderingCoreModule.h"
63 vtkSetMacro(ScreenSize,
double);
64 vtkGetMacro(ScreenSize,
double);
71 vtkSetMacro(Scaling,
bool);
72 vtkGetMacro(Scaling,
bool);
73 vtkBooleanMacro(Scaling,
bool);
81 vtkSetStringMacro(DistanceArrayName);
82 vtkGetStringMacro(DistanceArrayName);
99 int LastRendererSize[2];
100 double LastCameraPosition[3];
101 double LastCameraFocalPoint[3];
102 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