148#ifndef vtkAxesActor_h
149#define vtkAxesActor_h
152#include "vtkRenderingAnnotationModule.h"
155VTK_ABI_NAMESPACE_BEGIN
235 vtkGetVectorMacro(TotalLength,
double, 3);
244 vtkGetVectorMacro(NormalizedShaftLength,
double, 3);
254 vtkGetVectorMacro(NormalizedTipLength,
double, 3);
264 this->SetNormalizedLabelPosition(v[0], v[1], v[2]);
267 vtkGetVectorMacro(NormalizedLabelPosition,
double, 3);
274 vtkSetClampMacro(ConeResolution,
int, 3, 128);
275 vtkGetMacro(ConeResolution,
int);
276 vtkSetClampMacro(SphereResolution,
int, 3, 128);
277 vtkGetMacro(SphereResolution,
int);
278 vtkSetClampMacro(CylinderResolution,
int, 3, 128);
279 vtkGetMacro(CylinderResolution,
int);
287 vtkGetMacro(ConeRadius,
double);
289 vtkGetMacro(SphereRadius,
double);
291 vtkGetMacro(CylinderRadius,
double);
302 vtkGetMacro(ShaftType,
int);
313 vtkGetMacro(TipType,
int);
362 vtkSetStringMacro(XAxisLabelText);
363 vtkGetStringMacro(XAxisLabelText);
364 vtkSetStringMacro(YAxisLabelText);
365 vtkGetStringMacro(YAxisLabelText);
366 vtkSetStringMacro(ZAxisLabelText);
367 vtkGetStringMacro(ZAxisLabelText);
412 double TotalLength[3];
413 double NormalizedShaftLength[3];
414 double NormalizedTipLength[3];
415 double NormalizedLabelPosition[3];
represents an object (geometry & properties) in a rendered scene
vtkCaptionActor2D * GetXAxisCaptionActor2D()
Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example)
void SetTipTypeToSphere()
Set the type of the tip to a cone, sphere, or user defined geometry.
vtkLineSource * LineSource
void SetShaftTypeToLine()
Set the type of the shaft to a cylinder, line, or user defined geometry.
vtkCaptionActor2D * GetZAxisCaptionActor2D()
void SetNormalizedShaftLength(double v[3])
Set the normalized (0-1) length of the shaft.
vtkPolyData * UserDefinedShaft
void SetNormalizedTipLength(double x, double y, double z)
Set the normalized (0-1) length of the tip.
int RenderTranslucentPolygonalGeometry(vtkViewport *viewport) override
Support the standard render methods.
vtkSphereSource * SphereSource
vtkCylinderSource * CylinderSource
static vtkAxesActor * New()
void SetNormalizedShaftLength(double x, double y, double z)
Set the normalized (0-1) length of the shaft.
void SetShaftType(int type)
Set the type of the shaft to a cylinder, line, or user defined geometry.
vtkProperty * GetZAxisShaftProperty()
Get the shaft properties.
double * GetBounds() override
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
void SetTotalLength(double v[3])
Set the total length of the axes in 3 dimensions.
vtkProperty * GetXAxisTipProperty()
Get the tip properties.
void SetUserDefinedShaft(vtkPolyData *)
Set the user defined shaft polydata.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
vtkCaptionActor2D * GetYAxisCaptionActor2D()
void SetTipTypeToUserDefined()
Set the type of the tip to a cone, sphere, or user defined geometry.
void ShallowCopy(vtkProp *prop) override
Shallow copy of an axes actor.
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
vtkPolyData * UserDefinedTip
vtkProperty * GetXAxisShaftProperty()
Get the shaft properties.
vtkProperty * GetYAxisShaftProperty()
Get the shaft properties.
vtkCaptionActor2D * ZAxisLabel
vtkCaptionActor2D * XAxisLabel
vtkConeSource * ConeSource
void SetShaftTypeToCylinder()
Set the type of the shaft to a cylinder, line, or user defined geometry.
void SetTipTypeToCone()
Set the type of the tip to a cone, sphere, or user defined geometry.
vtkCaptionActor2D * YAxisLabel
void GetBounds(double bounds[6])
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
void SetShaftTypeToUserDefined()
Set the type of the shaft to a cylinder, line, or user defined geometry.
int RenderOpaqueGeometry(vtkViewport *viewport) override
Support the standard render methods.
void SetUserDefinedTip(vtkPolyData *)
Set the user defined tip polydata.
void SetNormalizedLabelPosition(double x, double y, double z)
Set the normalized (0-1) position of the label along the length of the shaft.
void SetNormalizedLabelPosition(double v[3])
Set the normalized (0-1) position of the label along the length of the shaft.
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
void SetTotalLength(double x, double y, double z)
Set the total length of the axes in 3 dimensions.
vtkProperty * GetYAxisTipProperty()
Get the tip properties.
void SetNormalizedTipLength(double v[3])
Set the normalized (0-1) length of the tip.
void GetActors(vtkPropCollection *) override
For some exporters and other other operations we must be able to collect all the actors or volumes.
void SetTipType(int type)
Set the type of the tip to a cone, sphere, or user defined geometry.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkProperty * GetZAxisTipProperty()
Get the tip properties.
draw text label associated with a point
generate a polygonal cylinder centered at the origin
a simple class to control print indentation
create a line defined by two end points
concrete dataset represents vertices, lines, polygons, and triangle strips
represents an 3D object for placement in a rendered scene
abstract superclass for all actors, volumes and annotations
represent surface properties of a geometric object
abstract specification for renderers
create a polygonal sphere centered at the origin
abstract specification for Viewports
window superclass for vtkRenderWindow
vtkTypeUInt32 vtkMTimeType
#define VTK_SIZEHINT(...)