Go to the documentation of this file.
31 #ifndef vtkDistanceToCamera_h
32 #define vtkDistanceToCamera_h
81 int LastRendererSize[2];
82 double LastCameraPosition[3];
83 double LastCameraFocalPoint[3];
84 double LastCameraViewUp[3];
double LastCameraParallelScale
#define vtkGetObjectMacro(name, type)
static vtkDistanceToCamera * New()
#define vtkTypeMacro(thisClass, superclass)
void SetRenderer(vtkRenderer *ren)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkGetMacro(name, type)
virtual unsigned long GetMTime()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
calculates distance from points to the camera.
abstract specification for renderers
#define VTKRENDERINGCORE_EXPORT
Superclass for algorithms that produce only polydata as output.