Go to the documentation of this file.
10 #ifndef vtk_m_rendering_ColorBarAnnotation_h
11 #define vtk_m_rendering_ColorBarAnnotation_h
13 #include <vtkm/rendering/vtkm_rendering_export.h>
47 void SetFieldName(
const std::string& fieldName);
66 #endif // vtk_m_rendering_ColorBarAnnotation_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Color Table for coloring arbitrary fields.
Definition: cont/ColorTable.h:89
VTKM_CONT void SetColorTable(const vtkm::cont::ColorTable &colorTable)
Definition: ColorBarAnnotation.h:41
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
bool Horizontal
Definition: ColorBarAnnotation.h:32
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::cont::ColorTable ColorTable
Definition: ColorBarAnnotation.h:29
vtkm::Bounds Position
Definition: ColorBarAnnotation.h:31
Definition: AxisAnnotation2D.h:29
Represent an axis-aligned 3D bounds in space.
Definition: Bounds.h:29
vtkm::rendering::AxisAnnotation2D Axis
Definition: ColorBarAnnotation.h:30
Definition: WorldAnnotator.h:27
double Float64
Definition: Types.h:155
std::string FieldName
Definition: ColorBarAnnotation.h:33
Definition: ColorBarAnnotation.h:26
VTKM_CONT void SetRange(vtkm::Float64 l, vtkm::Float64 h, vtkm::IdComponent numTicks)
Definition: ColorBarAnnotation.h:50
Represent a continuous scalar range of values.
Definition: Range.h:31