32 #ifndef vtkDistanceToCamera_h 33 #define vtkDistanceToCamera_h 35 #include "vtkRenderingCoreModule.h" 61 vtkGetMacro(ScreenSize,
double);
69 vtkGetMacro(Scaling,
bool);
78 vtkSetStringMacro(DistanceArrayName);
89 ~vtkDistanceToCamera() VTK_OVERRIDE;
94 vtkInformationVector *) VTK_OVERRIDE;
99 int LastRendererSize[2];
100 double LastCameraPosition[3];
101 double LastCameraFocalPoint[3];
102 double LastCameraViewUp[3];
103 double LastCameraParallelScale;
104 char* DistanceArrayName;
107 vtkDistanceToCamera(const vtkDistanceToCamera&) VTK_DELETE_FUNCTION;
108 void operator=(const vtkDistanceToCamera&) VTK_DELETE_FUNCTION;
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
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.