Go to the documentation of this file.
10 #ifndef vtk_m_rendering_ColorBarAnnotation_h
11 #define vtk_m_rendering_ColorBarAnnotation_h
45 void SetFieldName(
const std::string& fieldName);
64 #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
#define VTKM_RENDERING_EXPORT
Definition: vtkm_rendering_export.h:44
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
bool Horizontal
Definition: ColorBarAnnotation.h:32
void SetColorTable(const vtkm::cont::ColorTable &colorTable)
Definition: ColorBarAnnotation.h:39
Represents the image space that is the target of rendering.
Definition: Canvas.h:35
void SetRange(vtkm::Float64 l, vtkm::Float64 h, vtkm::IdComponent numTicks)
Definition: ColorBarAnnotation.h:48
#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
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
std::string FieldName
Definition: ColorBarAnnotation.h:33
Specifies the viewport for a rendering.
Definition: Camera.h:37
Definition: ColorBarAnnotation.h:26
Represent a continuous scalar range of values.
Definition: Range.h:31