HDK
|
#include <selection.h>
Classes | |
struct | PrimSelectionState |
Public Types | |
enum | HighlightMode { HighlightModeSelect = 0, HighlightModeLocate, HighlightModeCount } |
Selection modes allow differentiation in selection highlight behavior. More... | |
Public Member Functions | |
virtual HD_API | ~HdSelection () |
HD_API void | AddRprim (HighlightMode const &mode, SdfPath const &renderIndexPath) |
---------------------— Population API -----------------------------— More... | |
HD_API void | AddInstance (HighlightMode const &mode, SdfPath const &renderIndexPath, VtIntArray const &instanceIndex=VtIntArray()) |
HD_API void | AddElements (HighlightMode const &mode, SdfPath const &renderIndexPath, VtIntArray const &elementIndices) |
HD_API void | AddEdges (HighlightMode const &mode, SdfPath const &renderIndexPath, VtIntArray const &edgeIndices) |
HD_API void | AddPoints (HighlightMode const &mode, SdfPath const &renderIndexPath, VtIntArray const &pointIndices) |
HD_API void | AddPoints (HighlightMode const &mode, SdfPath const &renderIndexPath, VtIntArray const &pointIndices, GfVec4f const &pointColor) |
HD_API PrimSelectionState const * | GetPrimSelectionState (HighlightMode const &mode, SdfPath const &renderIndexPath) const |
-------------------------— Query API ------------------------------— More... | |
HD_API SdfPathVector | GetAllSelectedPrimPaths () const |
HD_API SdfPathVector | GetSelectedPrimPaths (HighlightMode const &mode) const |
HD_API std::vector< GfVec4f > const & | GetSelectedPointColors () const |
HD_API bool | IsEmpty () const |
Static Public Member Functions | |
static HD_API HdSelectionSharedPtr | Merge (HdSelectionSharedPtr const &, HdSelectionSharedPtr const &) |
Protected Types | |
using | _PrimSelectionStateMap = std::unordered_map< SdfPath, PrimSelectionState, SdfPath::Hash > |
Protected Attributes | |
_PrimSelectionStateMap | _selMap [HighlightModeCount] |
std::vector< GfVec4f > | _selectedPointColors |
HdSelection holds a collection of selected items per selection mode. The items may be rprims, instances of an rprim and subprimitives of an rprim, such as elements (faces for meshes, individual curves for basis curves), edges & points. Each item is referred to by the render index path.
It current supports active and rollover selection modes, and may be inherited for customization.
Definition at line 52 of file selection.h.
|
protected |
Definition at line 161 of file selection.h.
Selection modes allow differentiation in selection highlight behavior.
Enumerator | |
---|---|
HighlightModeSelect | |
HighlightModeLocate | |
HighlightModeCount |
Definition at line 56 of file selection.h.
|
virtual |
HD_API void HdSelection::AddEdges | ( | HighlightMode const & | mode, |
SdfPath const & | renderIndexPath, | ||
VtIntArray const & | edgeIndices | ||
) |
HD_API void HdSelection::AddElements | ( | HighlightMode const & | mode, |
SdfPath const & | renderIndexPath, | ||
VtIntArray const & | elementIndices | ||
) |
HD_API void HdSelection::AddInstance | ( | HighlightMode const & | mode, |
SdfPath const & | renderIndexPath, | ||
VtIntArray const & | instanceIndex = VtIntArray() |
||
) |
HD_API void HdSelection::AddPoints | ( | HighlightMode const & | mode, |
SdfPath const & | renderIndexPath, | ||
VtIntArray const & | pointIndices | ||
) |
HD_API void HdSelection::AddPoints | ( | HighlightMode const & | mode, |
SdfPath const & | renderIndexPath, | ||
VtIntArray const & | pointIndices, | ||
GfVec4f const & | pointColor | ||
) |
HD_API void HdSelection::AddRprim | ( | HighlightMode const & | mode, |
SdfPath const & | renderIndexPath | ||
) |
---------------------— Population API -----------------------------—
HD_API SdfPathVector HdSelection::GetAllSelectedPrimPaths | ( | ) | const |
HD_API PrimSelectionState const* HdSelection::GetPrimSelectionState | ( | HighlightMode const & | mode, |
SdfPath const & | renderIndexPath | ||
) | const |
-------------------------— Query API ------------------------------—
HD_API SdfPathVector HdSelection::GetSelectedPrimPaths | ( | HighlightMode const & | mode | ) | const |
HD_API bool HdSelection::IsEmpty | ( | ) | const |
|
static |
|
protected |
Definition at line 166 of file selection.h.
|
protected |
Definition at line 163 of file selection.h.