Go to the documentation of this file.
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];
double LastCameraParallelScale
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
calculates distance from points to the camera.
abstract specification for renderers
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.