Actor for displaying coordinate system axes.
More...
#include <src/PlusRendering/vtkPlusToolAxesActor.h>
Actor for displaying coordinate system axes.
The actor's UserTransform shall be the tool to world transform.
Definition at line 33 of file vtkPlusToolAxesActor.h.
◆ Superclass
◆ vtkPlusToolAxesActor()
vtkPlusToolAxesActor::vtkPlusToolAxesActor |
( |
| ) |
|
|
protected |
◆ ~vtkPlusToolAxesActor()
vtkPlusToolAxesActor::~vtkPlusToolAxesActor |
( |
| ) |
|
|
protected |
◆ ExtendMaxBounds()
void vtkPlusToolAxesActor::ExtendMaxBounds |
( |
vtkActor * |
actor, |
|
|
double * |
bounds |
|
) |
| |
|
protected |
◆ GetActors()
void vtkPlusToolAxesActor::GetActors |
( |
vtkPropCollection * |
ac | ) |
|
|
virtual |
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.
Definition at line 149 of file vtkPlusToolAxesActor.cxx.
◆ GetBounds() [1/2]
void vtkPlusToolAxesActor::GetBounds |
( |
double |
bounds[6] | ) |
|
◆ GetBounds() [2/2]
double * vtkPlusToolAxesActor::GetBounds |
( |
| ) |
|
◆ GetClassName()
virtual const char* vtkPlusToolAxesActor::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetMTime()
vtkMTimeType vtkPlusToolAxesActor::GetMTime |
( |
| ) |
|
◆ GetRedrawMTime()
vtkMTimeType vtkPlusToolAxesActor::GetRedrawMTime |
( |
| ) |
|
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.
Definition at line 331 of file vtkPlusToolAxesActor.cxx.
◆ GetShaftLength()
virtual double vtkPlusToolAxesActor::GetShaftLength |
( |
| ) |
|
|
virtual |
◆ GetShowLabels()
virtual bool vtkPlusToolAxesActor::GetShowLabels |
( |
| ) |
|
|
virtual |
◆ GetShowName()
virtual bool vtkPlusToolAxesActor::GetShowName |
( |
| ) |
|
|
virtual |
◆ HasTranslucentPolygonalGeometry()
int vtkPlusToolAxesActor::HasTranslucentPolygonalGeometry |
( |
| ) |
|
|
virtual |
◆ IsA()
virtual int vtkPlusToolAxesActor::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPlusToolAxesActor::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkPlusToolAxesActor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
◆ ReleaseGraphicsResources()
void vtkPlusToolAxesActor::ReleaseGraphicsResources |
( |
vtkWindow * |
win | ) |
|
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
Definition at line 273 of file vtkPlusToolAxesActor.cxx.
◆ RenderOpaqueGeometry()
int vtkPlusToolAxesActor::RenderOpaqueGeometry |
( |
vtkViewport * |
viewport | ) |
|
|
virtual |
◆ RenderOverlay()
int vtkPlusToolAxesActor::RenderOverlay |
( |
vtkViewport * |
viewport | ) |
|
|
virtual |
◆ RenderTranslucentPolygonalGeometry()
int vtkPlusToolAxesActor::RenderTranslucentPolygonalGeometry |
( |
vtkViewport * |
viewport | ) |
|
|
virtual |
◆ SafeDownCast()
◆ SetName()
void vtkPlusToolAxesActor::SetName |
( |
const std::string & |
name | ) |
|
Set the name of the coordinate frame that is displayed as a label in the origin.
Definition at line 411 of file vtkPlusToolAxesActor.cxx.
◆ SetShaftLength()
void vtkPlusToolAxesActor::SetShaftLength |
( |
double |
shaftLength | ) |
|
◆ SetShowLabels()
virtual void vtkPlusToolAxesActor::SetShowLabels |
( |
bool |
| ) |
|
|
virtual |
◆ SetShowName()
virtual void vtkPlusToolAxesActor::SetShowName |
( |
bool |
| ) |
|
|
virtual |
◆ ShowLabelsOff()
virtual void vtkPlusToolAxesActor::ShowLabelsOff |
( |
| ) |
|
|
virtual |
◆ ShowLabelsOn()
virtual void vtkPlusToolAxesActor::ShowLabelsOn |
( |
| ) |
|
|
virtual |
◆ ShowNameOff()
virtual void vtkPlusToolAxesActor::ShowNameOff |
( |
| ) |
|
|
virtual |
◆ ShowNameOn()
virtual void vtkPlusToolAxesActor::ShowNameOn |
( |
| ) |
|
|
virtual |
◆ UpdateProps()
void vtkPlusToolAxesActor::UpdateProps |
( |
| ) |
|
|
protected |
◆ Axes
◆ NameLabelActor
vtkCaptionActor2D* vtkPlusToolAxesActor::NameLabelActor |
|
protected |
◆ ShaftLength
double vtkPlusToolAxesActor::ShaftLength |
|
protected |
◆ ShowLabels
bool vtkPlusToolAxesActor::ShowLabels |
|
protected |
◆ ShowName
bool vtkPlusToolAxesActor::ShowName |
|
protected |
The documentation for this class was generated from the following files: