All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpCacheChanges Class Reference

Types of changes per cache. More...

Public Types

enum  TargetType { TargetTypeConnection = 1 << 0, TargetTypeRelationshipTarget = 1 << 1 }
 

Public Attributes

SdfPathSet didChangeSignificantly
 Must rebuild the indexes at and below each path. More...
 
SdfPathSet didChangeSpecs
 Must rebuild the prim/property stacks at each path. More...
 
SdfPathSet didChangePrims
 Must rebuild the prim indexes at each path. More...
 
std::map< SdfPath, int,
SdfPath::FastLessThan > 
didChangeTargets
 Must rebuild the connections/targets at each path. More...
 
std::vector< std::pair
< SdfPath, SdfPath > > 
didChangePath
 Must update the path on every namespace object at and below each given path. More...
 
bool didMaybeChangeLayers = false
 Layers used in the composition may have changed. More...
 

Friends

class PcpCache
 
class PcpChanges
 

Detailed Description

Types of changes per cache.

Definition at line 97 of file changes.h.

Member Data Documentation

std::vector<std::pair<SdfPath, SdfPath> > didChangePath

Must update the path on every namespace object at and below each given path.

The first path is the old path to the object and the second path is the new path. The order of the vector matters and indicates the order in which the namespace edits occur.

Definition at line 123 of file changes.h.

SdfPathSet didChangePrims

Must rebuild the prim indexes at each path.

This implies rebuilding the prim stack at each path.

Definition at line 114 of file changes.h.

SdfPathSet didChangeSignificantly

Must rebuild the indexes at and below each path.

This implies rebuilding the prim/property stacks at and below each path.

Definition at line 107 of file changes.h.

SdfPathSet didChangeSpecs

Must rebuild the prim/property stacks at each path.

Definition at line 110 of file changes.h.

std::map<SdfPath, int, SdfPath::FastLessThan> didChangeTargets

Must rebuild the connections/targets at each path.

Definition at line 117 of file changes.h.

bool didMaybeChangeLayers = false

Layers used in the composition may have changed.

Definition at line 126 of file changes.h.


The documentation for this class was generated from the following file: