Anchor | viskores::rendering::TextAnnotation | protected |
Angle | viskores::rendering::TextAnnotationScreen | protected |
Bottom | viskores::rendering::TextAnnotation | static |
GetText() const | viskores::rendering::TextAnnotation | |
HCenter | viskores::rendering::TextAnnotation | static |
HorizontalAlignment enum name | viskores::rendering::TextAnnotation | |
Left | viskores::rendering::TextAnnotation | static |
Position | viskores::rendering::TextAnnotationScreen | protected |
Render(const viskores::rendering::Camera &camera, const viskores::rendering::WorldAnnotator &annotator, viskores::rendering::Canvas &canvas) const override | viskores::rendering::TextAnnotationScreen | virtual |
Right | viskores::rendering::TextAnnotation | static |
Scale | viskores::rendering::TextAnnotation | protected |
SetAlignment(HorizontalAlignment h, VerticalAlignment v) | viskores::rendering::TextAnnotation | |
SetPosition(const viskores::Vec2f_32 &position) | viskores::rendering::TextAnnotationScreen | |
SetPosition(viskores::Float32 posx, viskores::Float32 posy) | viskores::rendering::TextAnnotationScreen | |
SetRawAnchor(const viskores::Vec2f_32 &anchor) | viskores::rendering::TextAnnotation | |
SetRawAnchor(viskores::Float32 h, viskores::Float32 v) | viskores::rendering::TextAnnotation | |
SetScale(viskores::Float32 scale) | viskores::rendering::TextAnnotation | |
SetText(const std::string &text) | viskores::rendering::TextAnnotation | |
Text | viskores::rendering::TextAnnotation | protected |
TextAnnotation(const std::string &text, const viskores::rendering::Color &color, viskores::Float32 scalar) | viskores::rendering::TextAnnotation | |
TextAnnotationScreen(const std::string &text, const viskores::rendering::Color &color, viskores::Float32 scale, const viskores::Vec2f_32 &position, viskores::Float32 angleDegrees=0) | viskores::rendering::TextAnnotationScreen | |
TextColor | viskores::rendering::TextAnnotation | protected |
Top | viskores::rendering::TextAnnotation | static |
VCenter | viskores::rendering::TextAnnotation | static |
VerticalAlignment enum name | viskores::rendering::TextAnnotation | |
~TextAnnotation() | viskores::rendering::TextAnnotation | virtual |