VTK-m
2.2
|
#include <ColorBarAnnotation.h>
Public Member Functions | |
ColorBarAnnotation () | |
void | SetColorTable (const vtkm::cont::ColorTable &colorTable) |
void | SetRange (const vtkm::Range &range, vtkm::IdComponent numTicks) |
void | SetFieldName (const std::string &fieldName) |
void | SetRange (vtkm::Float64 l, vtkm::Float64 h, vtkm::IdComponent numTicks) |
void | SetPosition (const vtkm::Bounds &position) |
void | Render (const vtkm::rendering::Camera &camera, const vtkm::rendering::WorldAnnotator &worldAnnotator, vtkm::rendering::Canvas &canvas) |
Protected Attributes | |
vtkm::cont::ColorTable | ColorTable |
vtkm::rendering::AxisAnnotation2D | Axis |
vtkm::Bounds | Position |
bool | Horizontal |
std::string | FieldName |
vtkm::rendering::ColorBarAnnotation::ColorBarAnnotation | ( | ) |
void vtkm::rendering::ColorBarAnnotation::Render | ( | const vtkm::rendering::Camera & | camera, |
const vtkm::rendering::WorldAnnotator & | worldAnnotator, | ||
vtkm::rendering::Canvas & | canvas | ||
) |
|
inline |
void vtkm::rendering::ColorBarAnnotation::SetFieldName | ( | const std::string & | fieldName | ) |
void vtkm::rendering::ColorBarAnnotation::SetPosition | ( | const vtkm::Bounds & | position | ) |
void vtkm::rendering::ColorBarAnnotation::SetRange | ( | const vtkm::Range & | range, |
vtkm::IdComponent | numTicks | ||
) |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |