20#ifndef vtkAxesTransformRepresentation_h 
   21#define vtkAxesTransformRepresentation_h 
   23#include "vtkInteractionWidgetsModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
   91  vtkSetClampMacro(Tolerance, 
int, 1, 100);
 
   92  vtkGetMacro(Tolerance, 
int);
 
  101  vtkSetStringMacro(LabelFormat);
 
  102  vtkGetStringMacro(LabelFormat);
 
  130  vtkSetClampMacro(InteractionState, 
int, Outside, OnZEnd);
 
  164    this->SetLabelScale(scale);
 
  213  double LastEventPosition[3];
 
represents an object (geometry & properties) in a rendered scene
 
implicit function for a bounding box
 
generate a polygonal cylinder centered at the origin
 
dynamic, self-adjusting array of double
 
a subclass of actor that always faces the camera
 
copy oriented and scaled glyph geometry to every input point
 
abstract class for representing widget handles
 
a simple class to control print indentation
 
represent and manipulate 3D points
 
map vtkPolyData to graphics primitives
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
represent surface properties of a geometric object
 
abstract specification for Viewports
 
window superclass for vtkRenderWindow