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