20#ifndef vtkAxesTransformRepresentation_h
21#define vtkAxesTransformRepresentation_h
23#include "vtkInteractionWidgetsModule.h"
27VTK_ABI_NAMESPACE_BEGIN
93 vtkSetClampMacro(Tolerance,
int, 1, 100);
94 vtkGetMacro(Tolerance,
int);
103 vtkSetStringMacro(LabelFormat);
104 vtkGetStringMacro(LabelFormat);
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 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