32 #ifndef vtkDistanceToCamera_h
33 #define vtkDistanceToCamera_h
35 #include "vtkRenderingCoreModule.h"
61 vtkGetMacro(ScreenSize,
double);
69 vtkGetMacro(Scaling,
bool);
90 int LastRendererSize[2];
91 double LastCameraPosition[3];
92 double LastCameraFocalPoint[3];
93 double LastCameraViewUp[3];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract specification for renderers
vtkTypeUInt64 vtkMTimeType
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
double LastCameraParallelScale
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.