#include <AxisAnnotation3D.h>
|
| AxisAnnotation3D () |
|
| ~AxisAnnotation3D () |
|
| AxisAnnotation3D (const AxisAnnotation3D &)=delete |
|
AxisAnnotation3D & | operator= (const AxisAnnotation3D &)=delete |
|
VTKM_CONT void | SetMoreOrLessTickAdjustment (int offset) |
|
VTKM_CONT void | SetColor (vtkm::rendering::Color c) |
|
VTKM_CONT void | SetAxis (int a) |
|
void | SetTickInvert (bool x, bool y, bool z) |
|
VTKM_CONT void | SetMajorTickSize (vtkm::Float64 size, vtkm::Float64 offset) |
| offset of 0 means the tick is inside the frame offset of 1 means the tick is outside the frame offset of 0.5 means the tick is centered on the frame More...
|
|
VTKM_CONT void | SetMinorTickSize (vtkm::Float64 size, vtkm::Float64 offset) |
|
VTKM_CONT void | SetWorldPosition (const vtkm::Vec3f_64 &point0, const vtkm::Vec3f_64 &point1) |
|
VTKM_CONT void | SetWorldPosition (vtkm::Float64 x0, vtkm::Float64 y0, vtkm::Float64 z0, vtkm::Float64 x1, vtkm::Float64 y1, vtkm::Float64 z1) |
|
void | SetLabelFontScale (vtkm::Float64 s) |
|
void | SetLabelFontOffset (vtkm::Float32 off) |
|
void | SetRange (const vtkm::Range &range) |
|
void | SetRange (vtkm::Float64 lower, vtkm::Float64 upper) |
|
virtual void | Render (const vtkm::rendering::Camera &camera, const vtkm::rendering::WorldAnnotator &worldAnnotator, vtkm::rendering::Canvas &canvas) override |
|
| AxisAnnotation () |
|
virtual | ~AxisAnnotation () |
|
◆ AxisAnnotation3D() [1/2]
vtkm::rendering::AxisAnnotation3D::AxisAnnotation3D |
( |
| ) |
|
◆ ~AxisAnnotation3D()
vtkm::rendering::AxisAnnotation3D::~AxisAnnotation3D |
( |
| ) |
|
◆ AxisAnnotation3D() [2/2]
vtkm::rendering::AxisAnnotation3D::AxisAnnotation3D |
( |
const AxisAnnotation3D & |
| ) |
|
|
delete |
◆ operator=()
◆ Render()
◆ SetAxis()
VTKM_CONT void vtkm::rendering::AxisAnnotation3D::SetAxis |
( |
int |
a | ) |
|
|
inline |
◆ SetColor()
◆ SetLabelFontOffset()
void vtkm::rendering::AxisAnnotation3D::SetLabelFontOffset |
( |
vtkm::Float32 |
off | ) |
|
|
inline |
◆ SetLabelFontScale()
void vtkm::rendering::AxisAnnotation3D::SetLabelFontScale |
( |
vtkm::Float64 |
s | ) |
|
◆ SetMajorTickSize()
offset of 0 means the tick is inside the frame offset of 1 means the tick is outside the frame offset of 0.5 means the tick is centered on the frame
◆ SetMinorTickSize()
◆ SetMoreOrLessTickAdjustment()
VTKM_CONT void vtkm::rendering::AxisAnnotation3D::SetMoreOrLessTickAdjustment |
( |
int |
offset | ) |
|
|
inline |
◆ SetRange() [1/2]
void vtkm::rendering::AxisAnnotation3D::SetRange |
( |
const vtkm::Range & |
range | ) |
|
|
inline |
◆ SetRange() [2/2]
◆ SetTickInvert()
void vtkm::rendering::AxisAnnotation3D::SetTickInvert |
( |
bool |
x, |
|
|
bool |
y, |
|
|
bool |
z |
|
) |
| |
◆ SetWorldPosition() [1/2]
◆ SetWorldPosition() [2/2]
◆ Axis
int vtkm::rendering::AxisAnnotation3D::Axis |
|
protected |
◆ Color
◆ FontOffset
◆ FontScale
◆ Invert
◆ Labels
◆ LineWidth
◆ MoreOrLessTickAdjustment
int vtkm::rendering::AxisAnnotation3D::MoreOrLessTickAdjustment |
|
protected |
◆ Point0
◆ Point1
◆ Range
◆ TickMajorOffset
◆ TickMajorSize
◆ TickMinorOffset
◆ TickMinorSize
The documentation for this class was generated from the following file: