Used as a way to construct a simple selection list that allows for selection highlighting without creating/destroying transforms.
More...
#include <ProxyShape.h>
|
typedef TfHashSet< SdfPath,
SdfPath::Hash > | SdfPathHashSet |
| | a hash set of SdfPaths
|
| |
Used as a way to construct a simple selection list that allows for selection highlighting without creating/destroying transforms.
| AL::usdmaya::nodes::SelectionList::SelectionList |
( |
const SelectionList & |
sl | ) |
|
|
default |
copy ctor
- Parameters
-
| sl | the selection list to copy |
| void AL::usdmaya::nodes::SelectionList::add |
( |
SdfPath |
path | ) |
|
|
inline |
adds a path to the selection
- Parameters
-
| bool AL::usdmaya::nodes::SelectionList::isSelected |
( |
const SdfPath & |
path | ) |
const |
|
inline |
toggles the path in the selection
- Parameters
-
| const SdfPathHashSet& AL::usdmaya::nodes::SelectionList::paths |
( |
| ) |
const |
|
inline |
the paths in the selection list
- Returns
- the selected paths
| void AL::usdmaya::nodes::SelectionList::remove |
( |
SdfPath |
path | ) |
|
|
inline |
removes the path from the selection
- Parameters
-
| size_t AL::usdmaya::nodes::SelectionList::size |
( |
| ) |
const |
|
inline |
the paths in the selection list
- Returns
- the selected paths
| void AL::usdmaya::nodes::SelectionList::toggle |
( |
SdfPath |
path | ) |
|
|
inline |
toggles the path in the selection
- Parameters
-
The documentation for this class was generated from the following file: