HDK
|
#include <changes.h>
Public Types | |
enum | TargetType { TargetTypeConnection = 1 << 0, TargetTypeRelationshipTarget = 1 << 1 } |
Public Attributes | |
SdfPathSet | didChangeSignificantly |
SdfPathSet | didChangeSpecs |
Must rebuild the prim/property stacks at each path. More... | |
SdfPathSet | didChangePrims |
std::map< SdfPath, int, SdfPath::FastLessThan > | didChangeTargets |
Must rebuild the connections/targets at each path. More... | |
std::vector< std::pair < SdfPath, SdfPath > > | didChangePath |
bool | didMaybeChangeLayers = false |
Layers used in the composition may have changed. More... | |
Friends | |
class | PcpCache |
class | PcpChanges |
|
friend |
SdfPathSet PcpCacheChanges::didChangePrims |
SdfPathSet PcpCacheChanges::didChangeSignificantly |
SdfPathSet PcpCacheChanges::didChangeSpecs |
std::map<SdfPath, int, SdfPath::FastLessThan> PcpCacheChanges::didChangeTargets |
bool PcpCacheChanges::didMaybeChangeLayers = false |