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];
calculates distance from points to the camera.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
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.
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
Superclass for algorithms that produce only polydata as output.
abstract specification for renderers
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType