VTK-m  2.0
Public Member Functions | Private Attributes | List of all members
vtkm::rendering::BoundingBoxAnnotation Class Reference

#include <BoundingBoxAnnotation.h>

Public Member Functions

 BoundingBoxAnnotation ()
 
virtual ~BoundingBoxAnnotation ()
 
const VTKM_CONT vtkm::BoundsGetExtents () const
 
VTKM_CONT void SetExtents (const vtkm::Bounds &extents)
 
const VTKM_CONT vtkm::rendering::ColorGetColor () const
 
VTKM_CONT void SetColor (vtkm::rendering::Color c)
 
virtual void Render (const vtkm::rendering::Camera &, const WorldAnnotator &annotator)
 

Private Attributes

vtkm::rendering::Color Color
 
vtkm::Bounds Extents
 

Constructor & Destructor Documentation

◆ BoundingBoxAnnotation()

vtkm::rendering::BoundingBoxAnnotation::BoundingBoxAnnotation ( )

◆ ~BoundingBoxAnnotation()

virtual vtkm::rendering::BoundingBoxAnnotation::~BoundingBoxAnnotation ( )
virtual

Member Function Documentation

◆ GetColor()

const VTKM_CONT vtkm::rendering::Color& vtkm::rendering::BoundingBoxAnnotation::GetColor ( ) const
inline

◆ GetExtents()

const VTKM_CONT vtkm::Bounds& vtkm::rendering::BoundingBoxAnnotation::GetExtents ( ) const
inline

◆ Render()

virtual void vtkm::rendering::BoundingBoxAnnotation::Render ( const vtkm::rendering::Camera ,
const WorldAnnotator annotator 
)
virtual

◆ SetColor()

VTKM_CONT void vtkm::rendering::BoundingBoxAnnotation::SetColor ( vtkm::rendering::Color  c)
inline

◆ SetExtents()

VTKM_CONT void vtkm::rendering::BoundingBoxAnnotation::SetExtents ( const vtkm::Bounds extents)
inline

Member Data Documentation

◆ Color

vtkm::rendering::Color vtkm::rendering::BoundingBoxAnnotation::Color
private

◆ Extents

vtkm::Bounds vtkm::rendering::BoundingBoxAnnotation::Extents
private

The documentation for this class was generated from the following file: