 |
VTK
9.0.1
|
Go to the documentation of this file.
32 #ifndef vtkDistanceToCamera_h
33 #define vtkDistanceToCamera_h
36 #include "vtkRenderingCoreModule.h"
60 vtkSetMacro(ScreenSize,
double);
61 vtkGetMacro(ScreenSize,
double);
68 vtkSetMacro(Scaling,
bool);
69 vtkGetMacro(Scaling,
bool);
70 vtkBooleanMacro(Scaling,
bool);
78 vtkSetStringMacro(DistanceArrayName);
79 vtkGetStringMacro(DistanceArrayName);
96 int LastRendererSize[2];
97 double LastCameraPosition[3];
98 double LastCameraFocalPoint[3];
99 double LastCameraViewUp[3];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
double LastCameraParallelScale
vtkMTimeType GetMTime() override
The modified time of this filter.
Superclass for algorithms that produce output of the same type as input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDistanceToCamera * New()
~vtkDistanceToCamera() override
void SetRenderer(vtkRenderer *ren)
The renderer which will ultimately render these points.
a simple class to control print indentation
calculates distance from points to the camera.
abstract specification for renderers
vtkTypeUInt32 vtkMTimeType