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