32#ifndef vtkAxesTransformRepresentation_h
33#define vtkAxesTransformRepresentation_h
35#include "vtkInteractionWidgetsModule.h"
103 vtkSetClampMacro(Tolerance,
int,1,100);
104 vtkGetMacro(Tolerance,
int);
113 vtkSetStringMacro(LabelFormat);
120 enum {Outside=0,
OnOrigin,OnX,OnY,OnZ,OnXEnd,OnYEnd,OnZEnd};
132 vtkSetClampMacro(InteractionState,
int,Outside,OnZEnd);
166 this->SetLabelScale(
scale);
215 double LastEventPosition[3];
represents an object (geometry & properties) in a rendered scene
implicit function for a bounding box
generate a cylinder centered at 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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.