#include <vtkAxesActor.h>
Inheritance diagram for vtkAxesActor:
vtkAxesActor is a hybrid 2D/3D actor used to represent 3D axes in a scene. The user can define the geometry to use for the shaft or the tip, and the user can set the text for the three axes. The text will appear to follow the camera since it is implemented by means of vtkCaptionActor2D. All of the functionality of the underlying vtkCaptionActor2D objects are accessable so that, for instance, the font attributes of the axes text can be manipulated through vtkTextProperty. Since this class inherits from vtkProp3D, one can apply a user transform to the underlying geometry and the positioning of the labels. For example, a rotation transform could be used to generate a left-handed axes representation.
Definition at line 69 of file vtkAxesActor.h.
|
Reimplemented from vtkProp3D. Definition at line 73 of file vtkAxesActor.h. |
|
Definition at line 247 of file vtkAxesActor.h. |
|
Definition at line 254 of file vtkAxesActor.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkProp3D. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkProp3D. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkProp3D. |
|
Reimplemented from vtkProp3D. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkProp3D. |
|
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process. Reimplemented from vtkProp. |
|
Support the standard render methods. Reimplemented from vtkProp. |
|
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process. Reimplemented from vtkProp. |
|
For some exporters and other other operations we must be able to collect all the actors or volumes. These methods are used in that process. Reimplemented from vtkProp. |
|
Shallow copy of an axes actor. Overloads the virtual vtkProp method. Reimplemented from vtkProp3D. |
|
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. Reimplemented from vtkProp. |
|
Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). (The method GetBounds(double bounds[6]) is available from the superclass.) Reimplemented from vtkProp3D. |
|
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. Implements vtkProp3D. |
|
Get the actors mtime plus consider its properties and texture if set. Reimplemented from vtkProp3D. |
|
Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc. Reimplemented from vtkProp. |
|
Set the total length of the axes in 3 dimensions. Definition at line 115 of file vtkAxesActor.h. |
|
Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc. |
|
Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc. |
|
Return the mtime of anything that would cause the rendered image to appear differently. Usually this involves checking the mtime of the prop plus anything else it depends on such as properties, textures etc. |
|
Set the normalized (0-1) length of the shaft. Definition at line 123 of file vtkAxesActor.h. |
|
Set the normalized (0-1) length of the shaft. |
|
Set the normalized (0-1) length of the shaft. |
|
Set the normalized (0-1) length of the shaft. |
|
Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft. Definition at line 132 of file vtkAxesActor.h. |
|
Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft. |
|
Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft. |
|
Set the normalized (0-1) length of the tip. Normally, this would be 1 - the normalized length of the shaft. |
|
Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible. Definition at line 141 of file vtkAxesActor.h. |
|
Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible. |
|
Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible. |
|
Set the normalized (0-1) position of the label along the length of the shaft. A value > 1 is permissible. |
|
Set/get the resolution of the pieces of the axes actor. |
|
Set/get the resolution of the pieces of the axes actor. |
|
Set/get the resolution of the pieces of the axes actor. |
|
Set/get the resolution of the pieces of the axes actor. |
|
Set/get the resolution of the pieces of the axes actor. |
|
Set/get the resolution of the pieces of the axes actor. |
|
Set/get the radius of the pieces of the axes actor. |
|
Set/get the radius of the pieces of the axes actor. |
|
Set/get the radius of the pieces of the axes actor. |
|
Set/get the radius of the pieces of the axes actor. |
|
Set/get the radius of the pieces of the axes actor. |
|
Set/get the radius of the pieces of the axes actor. |
|
Set the type of the shaft to a cylinder, line, or user defined geometry. |
|
Set the type of the shaft to a cylinder, line, or user defined geometry. Definition at line 171 of file vtkAxesActor.h. References CYLINDER_SHAFT. |
|
Set the type of the shaft to a cylinder, line, or user defined geometry. Definition at line 173 of file vtkAxesActor.h. References LINE_SHAFT. |
|
Set the type of the shaft to a cylinder, line, or user defined geometry. Definition at line 175 of file vtkAxesActor.h. References USER_DEFINED_SHAFT. |
|
Set the type of the shaft to a cylinder, line, or user defined geometry. |
|
Set the type of the tip to a cone, sphere, or user defined geometry. |
|
Set the type of the tip to a cone, sphere, or user defined geometry. Definition at line 183 of file vtkAxesActor.h. References CONE_TIP. |
|
Set the type of the tip to a cone, sphere, or user defined geometry. Definition at line 185 of file vtkAxesActor.h. References SPHERE_TIP. |
|
Set the type of the tip to a cone, sphere, or user defined geometry. Definition at line 187 of file vtkAxesActor.h. References USER_DEFINED_TIP. |
|
Set the type of the tip to a cone, sphere, or user defined geometry. |
|
Set the user defined tip polydata. |
|
Set the user defined tip polydata. |
|
Set the user defined shaft polydata. |
|
Set the user defined shaft polydata. |
|
Get the tip properties. |
|
Get the tip properties. |
|
Get the tip properties. |
|
Get the shaft properties. |
|
Get the shaft properties. |
|
Get the shaft properties. |
|
Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example) Definition at line 221 of file vtkAxesActor.h. |
|
Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example) Definition at line 223 of file vtkAxesActor.h. |
|
Retrieve handles to the X, Y and Z axis (so that you can set their text properties for example) Definition at line 225 of file vtkAxesActor.h. |
|
Set/get the label text. |
|
Set/get the label text. |
|
Set/get the label text. |
|
Set/get the label text. |
|
Set/get the label text. |
|
Set/get the label text. |
|
Enable/disable drawing the axis labels. |
|
Enable/disable drawing the axis labels. |
|
Enable/disable drawing the axis labels. |
|
Enable/disable drawing the axis labels. |
|
|
|
Definition at line 266 of file vtkAxesActor.h. |
|
Definition at line 267 of file vtkAxesActor.h. |
|
Definition at line 268 of file vtkAxesActor.h. |
|
Definition at line 269 of file vtkAxesActor.h. |
|
Definition at line 271 of file vtkAxesActor.h. |
|
Definition at line 272 of file vtkAxesActor.h. |
|
Definition at line 273 of file vtkAxesActor.h. |
|
Definition at line 275 of file vtkAxesActor.h. |
|
Definition at line 276 of file vtkAxesActor.h. |
|
Definition at line 277 of file vtkAxesActor.h. |
|
Definition at line 281 of file vtkAxesActor.h. |
|
Definition at line 282 of file vtkAxesActor.h. |
|
Definition at line 283 of file vtkAxesActor.h. |
|
Definition at line 284 of file vtkAxesActor.h. |
|
Definition at line 286 of file vtkAxesActor.h. |
|
Definition at line 287 of file vtkAxesActor.h. |
|
Definition at line 289 of file vtkAxesActor.h. |
|
Definition at line 290 of file vtkAxesActor.h. |
|
Definition at line 292 of file vtkAxesActor.h. |
|
Definition at line 293 of file vtkAxesActor.h. |
|
Definition at line 294 of file vtkAxesActor.h. |
|
Definition at line 296 of file vtkAxesActor.h. |
|
Definition at line 297 of file vtkAxesActor.h. |
|
Definition at line 298 of file vtkAxesActor.h. |
|
Definition at line 300 of file vtkAxesActor.h. |
|
Definition at line 303 of file vtkAxesActor.h. |
|
Definition at line 304 of file vtkAxesActor.h. |
|
Definition at line 305 of file vtkAxesActor.h. |
|
Definition at line 307 of file vtkAxesActor.h. |
|
Definition at line 308 of file vtkAxesActor.h. |
|
Definition at line 309 of file vtkAxesActor.h. |