Go to the documentation of this file.
10 #ifndef vtk_m_rendering_BoundingBoxAnnotation_h
11 #define vtk_m_rendering_BoundingBoxAnnotation_h
51 #endif // vtk_m_rendering_BoundingBoxAnnotation_h
Representation of a color.
Definition: Color.h:29
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_RENDERING_EXPORT
Definition: vtkm_rendering_export.h:44
void SetColor(vtkm::rendering::Color c)
Definition: BoundingBoxAnnotation.h:44
Definition: BoundingBoxAnnotation.h:23
void SetExtents(const vtkm::Bounds &extents)
Definition: BoundingBoxAnnotation.h:38
const vtkm::rendering::Color & GetColor() const
Definition: BoundingBoxAnnotation.h:41
vtkm::Bounds Extents
Definition: BoundingBoxAnnotation.h:27
vtkm::Float32 Color
Definition: Wireframer.h:115
const vtkm::Bounds & GetExtents() const
Definition: BoundingBoxAnnotation.h:35
#define VTKM_CONT
Definition: ExportMacros.h:57
Represent an axis-aligned 3D bounds in space.
Definition: Bounds.h:29
Definition: WorldAnnotator.h:27
Specifies the viewport for a rendering.
Definition: Camera.h:37
vtkm::rendering::Color Color
Definition: BoundingBoxAnnotation.h:26