HDK
|
#include <changeList.h>
Classes | |
struct | Entry |
Public Types | |
enum | SubLayerChangeType { SubLayerAdded, SubLayerRemoved, SubLayerOffset } |
using | EntryList = TfSmallVector< std::pair< SdfPath, Entry >, 1 > |
using | const_iterator = EntryList::const_iterator |
Friends | |
void | swap (SdfChangeList &a, SdfChangeList &b) |
A list of scene description modifications, organized by the namespace paths where the changes occur.
Definition at line 52 of file changeList.h.
Definition at line 214 of file changeList.h.
using SdfChangeList::EntryList = TfSmallVector<std::pair<SdfPath, Entry>, 1> |
Map of change entries at various paths in a layer. We store one entry in local space, since it's very common to edit just a single spec in a single round of changes.
Definition at line 205 of file changeList.h.
Enumerator | |
---|---|
SubLayerAdded | |
SubLayerRemoved | |
SubLayerOffset |
Definition at line 62 of file changeList.h.
|
default |
SDF_API SdfChangeList::SdfChangeList | ( | SdfChangeList const & | ) |
|
default |
|
inline |
Definition at line 219 of file changeList.h.
|
inline |
Definition at line 223 of file changeList.h.
|
inline |
Definition at line 231 of file changeList.h.
void SdfChangeList::DidChangeInfo | ( | const SdfPath & | path, |
const TfToken & | key, | ||
VtValue && | oldValue, | ||
const VtValue & | newValue | ||
) |
void SdfChangeList::DidChangeLayerIdentifier | ( | const std::string & | oldIdentifier | ) |
void SdfChangeList::DidChangeLayerResolvedPath | ( | ) |
void SdfChangeList::DidChangeSublayerPaths | ( | const std::string & | subLayerPath, |
SubLayerChangeType | changeType | ||
) |
void SdfChangeList::DidReloadLayerContent | ( | ) |
void SdfChangeList::DidReplaceLayerContent | ( | ) |
|
inline |
Definition at line 227 of file changeList.h.
SDF_API const_iterator SdfChangeList::FindEntry | ( | SdfPath const & | ) | const |
|
inline |
Definition at line 208 of file changeList.h.
SDF_API SdfChangeList& SdfChangeList::operator= | ( | SdfChangeList const & | ) |
|
default |
|
friend |
Definition at line 236 of file changeList.h.