34#include <NDEVR/Model.h>
42 class NDEVR_DESIGN_API BoundingBoxModel :
public Model
53 BoundingBoxModel(
const Model& this_model);
59 static constexpr StringView TypeName() {
return "bounding_box"; }
65 Buffer<Model> targets()
const;
73 void attachTo(
const Buffer<Model>& models);
81 void attachTo(
const Model& model);
101 void setToHighlight(
const void* lock =
nullptr);
108 void setColor(
const RGBColor& color,
const void* lock =
nullptr);
A core class that represents a node on model hierarchy.
The primary namespace for the NDEVR SDK.