31 #ifndef vtkDistanceToCamera_h
32 #define vtkDistanceToCamera_h
55 vtkSetMacro(ScreenSize,
double);
56 vtkGetMacro(ScreenSize,
double);
61 vtkSetMacro(Scaling,
bool);
62 vtkGetMacro(Scaling,
bool);
63 vtkBooleanMacro(Scaling,
bool);
81 int LastRendererSize[2];
82 double LastCameraPosition[3];
83 double LastCameraFocalPoint[3];
84 double LastCameraViewUp[3];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract specification for renderers
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
double LastCameraParallelScale
#define VTKRENDERINGCORE_EXPORT
calculates distance from points to the camera.