39 #ifndef vtkAxesActor_h
40 #define vtkAxesActor_h
43 #include "vtkRenderingAnnotationModule.h"
45 VTK_ABI_NAMESPACE_BEGIN
124 void SetTotalLength(
double x,
double y,
double z);
125 vtkGetVectorMacro(TotalLength,
double, 3);
133 void SetNormalizedShaftLength(
double x,
double y,
double z);
134 vtkGetVectorMacro(NormalizedShaftLength,
double, 3);
143 void SetNormalizedTipLength(
double x,
double y,
double z);
144 vtkGetVectorMacro(NormalizedTipLength,
double, 3);
154 this->SetNormalizedLabelPosition(v[0], v[1], v[2]);
156 void SetNormalizedLabelPosition(
double x,
double y,
double z);
157 vtkGetVectorMacro(NormalizedLabelPosition,
double, 3);
164 vtkSetClampMacro(ConeResolution,
int, 3, 128);
165 vtkGetMacro(ConeResolution,
int);
166 vtkSetClampMacro(SphereResolution,
int, 3, 128);
167 vtkGetMacro(SphereResolution,
int);
168 vtkSetClampMacro(CylinderResolution,
int, 3, 128);
169 vtkGetMacro(CylinderResolution,
int);
177 vtkGetMacro(ConeRadius,
double);
179 vtkGetMacro(SphereRadius,
double);
181 vtkGetMacro(CylinderRadius,
double);
188 void SetShaftType(
int type);
192 vtkGetMacro(ShaftType,
int);
199 void SetTipType(
int type);
203 vtkGetMacro(TipType,
int);
252 vtkSetStringMacro(XAxisLabelText);
253 vtkGetStringMacro(XAxisLabelText);
254 vtkSetStringMacro(YAxisLabelText);
255 vtkGetStringMacro(YAxisLabelText);
256 vtkSetStringMacro(ZAxisLabelText);
257 vtkGetStringMacro(ZAxisLabelText);
302 double TotalLength[3];
303 double NormalizedShaftLength[3];
304 double NormalizedTipLength[3];
305 double NormalizedLabelPosition[3];
336 VTK_ABI_NAMESPACE_END
abstract superclass for all actors, volumes and annotations
vtkCaptionActor2D * GetXAxisCaptionActor2D()
Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example) ...
represents an object (geometry & properties) in a rendered scene
void SetTotalLength(double v[3])
Set the total length of the axes in 3 dimensions.
vtkPolyData * UserDefinedTip
generate a polygonal cylinder centered at the origin
double * GetBounds() override=0
Return a reference to the Prop3D's composite transform.
vtkTypeUInt32 vtkMTimeType
abstract specification for Viewports
represent surface properties of a geometric object
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual vtkTypeBool HasTranslucentPolygonalGeometry()
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
virtual int RenderOverlay(vtkViewport *)
vtkCaptionActor2D * GetYAxisCaptionActor2D()
vtkCaptionActor2D * GetZAxisCaptionActor2D()
abstract specification for renderers
vtkLineSource * LineSource
represents an 3D object for placement in a rendered scene
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkSphereSource * SphereSource
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
window superclass for vtkRenderWindow
create a polygonal sphere centered at the origin
a simple class to control print indentation
vtkCaptionActor2D * ZAxisLabel
vtkConeSource * ConeSource
void ShallowCopy(vtkProp *prop) override
Shallow copy of this vtkProp3D.
vtkCaptionActor2D * YAxisLabel
#define VTK_SIZEHINT(...)
create a line defined by two end points
void SetShaftTypeToUserDefined()
Set the type of the shaft to a cylinder, line, or user defined geometry.
void SetShaftTypeToLine()
Set the type of the shaft to a cylinder, line, or user defined geometry.
vtkCylinderSource * CylinderSource
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
void SetTipTypeToCone()
Set the type of the tip to a cone, sphere, or user defined geometry.
vtkCaptionActor2D * XAxisLabel
draw text label associated with a point
void SetNormalizedLabelPosition(double v[3])
Set the normalized (0-1) position of the label along the length of the shaft.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void SetShaftTypeToCylinder()
Set the type of the shaft to a cylinder, line, or user defined geometry.
void SetNormalizedTipLength(double v[3])
Set the normalized (0-1) length of the tip.
vtkPolyData * UserDefinedShaft
virtual void GetActors(vtkPropCollection *)
For some exporters and other other operations we must be able to collect all the actors or volumes...
void SetTipTypeToUserDefined()
Set the type of the tip to a cone, sphere, or user defined geometry.
void SetTipTypeToSphere()
Set the type of the tip to a cone, sphere, or user defined geometry.
void SetNormalizedShaftLength(double v[3])
Set the normalized (0-1) length of the shaft.