3#include <NDEVR/Model.h>
6 class DesignObjectLookup;
20 void setUseGrips(
bool use_grips);
21 void setUseVertexHighlights(
bool use);
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition SelectionEffect.h:15
bool m_use_grips
Definition SelectionEffect.h:27
Buffer< Model > selected_models
Definition SelectionEffect.h:31
Dictionary< UUID, UUID > m_bounding_box
Definition SelectionEffect.h:29
Dictionary< UUID, UUID > m_grips_box
Definition SelectionEffect.h:30
bool m_use_vertex_hightlights
Definition SelectionEffect.h:28
Definition DesignObjectLookup.h:61
Definition Dictionary.h:48
Definition SelectionEffect.h:8
virtual void removeSelectionEffect(Model &model, DesignObjectLookup *lookup)=0
virtual void applySelectionEffect(Model &model, DesignObjectLookup *lookup)=0