27#ifndef vtkAffineRepresentation_h 
   28#define vtkAffineRepresentation_h 
   31#include "vtkInteractionWidgetsModule.h"  
   35VTK_ABI_NAMESPACE_BEGIN
 
   63  vtkSetClampMacro(Tolerance, 
int, 1, 100);
 
   64  vtkGetMacro(Tolerance, 
int);
 
   93#if !defined(VTK_LEGACY_REMOVE) 
abstract class for representing affine transformation widgets
 
virtual void GetTransform(vtkTransform *t)=0
Retrieve a linear transform characterizing the affine transformation generated by this widget.
 
vtkAffineRepresentation()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
 
void ShallowCopy(vtkProp *prop) override
Methods to make this class properly act like a vtkWidgetRepresentation.
 
~vtkAffineRepresentation() override
 
a simple class to control print indentation
 
abstract superclass for all actors, volumes and annotations
 
#define VTK_DEPRECATED_IN_9_2_0(reason)