VTK-m
2.0
|
#include <BoundingBoxAnnotation.h>
Public Member Functions | |
BoundingBoxAnnotation () | |
virtual | ~BoundingBoxAnnotation () |
const VTKM_CONT vtkm::Bounds & | GetExtents () const |
VTKM_CONT void | SetExtents (const vtkm::Bounds &extents) |
const VTKM_CONT vtkm::rendering::Color & | GetColor () 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 |
vtkm::rendering::BoundingBoxAnnotation::BoundingBoxAnnotation | ( | ) |
|
virtual |
|
inline |
|
inline |
|
virtual |
|
inline |
|
inline |
|
private |
|
private |