35 #ifndef vtkDistanceToCamera_h 36 #define vtkDistanceToCamera_h 38 #include "vtkRenderingCoreModule.h" 64 vtkGetMacro(ScreenSize,
double);
72 vtkGetMacro(Scaling,
bool);
81 vtkSetStringMacro(DistanceArrayName);
102 int LastRendererSize[2];
103 double LastCameraPosition[3];
104 double LastCameraFocalPoint[3];
105 double LastCameraViewUp[3];
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract specification for renderers
a simple class to control print indentation
double LastCameraParallelScale
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce output of the same type as input.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkPointSetAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
calculates distance from points to the camera.