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
static vtkDistanceToCamera * New()
virtual vtkMTimeType GetMTime()
The modified time of this filter.
void SetRenderer(vtkRenderer *ren)
The renderer which will ultimately render these points.
vtkTypeUInt64 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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
Superclass for algorithms that produce only polydata as output.