Types of changes per layer stack.
More...
#include <changes.h>
Types of changes per layer stack.
Definition at line 37 of file changes.h.
◆ PcpLayerStackChanges()
◆ PcpChanges
◆ PcpLayerStack
◆ didChangeExpressionVariables
| bool didChangeExpressionVariables |
Must rebuild expression variables.
Definition at line 49 of file changes.h.
◆ didChangeLayerOffsets
| bool didChangeLayerOffsets |
Must rebuild the layer offsets.
Definition at line 43 of file changes.h.
◆ didChangeLayers
Must rebuild the layer tree. Implies didChangeLayerOffsets.
Definition at line 40 of file changes.h.
◆ didChangeRelocates
Must rebuild the relocation tables.
Definition at line 46 of file changes.h.
◆ didChangeSignificantly
| bool didChangeSignificantly |
A significant layer stack change means the composed opinions of the layer stack may have changed in arbitrary ways.
This represents a coarse invalidation. By way of contrast, an example of an insignificant change is adding or removing a layer empty of opinions.
Definition at line 56 of file changes.h.
◆ newExpressionVariables
New expression variables for this layer stack.
Definition at line 74 of file changes.h.
◆ newIncrementalRelocatesSourceToTarget
◆ newIncrementalRelocatesTargetToSource
◆ newRelocatesErrors
| PcpErrorVector newRelocatesErrors |
◆ newRelocatesPrimPaths
| SdfPathVector newRelocatesPrimPaths |
◆ newRelocatesSourceToTarget
◆ newRelocatesTargetToSource
New relocation maps for this layer stack.
If didChangeRelocates is true, these fields will be populated as part of determining the changes to this layer stack. However, we do not immediately apply those changes to the layer stack; we store them here and commit them in Apply().
Definition at line 63 of file changes.h.
◆ pathsAffectedByRelocationChanges
| SdfPathSet pathsAffectedByRelocationChanges |
Paths that are affected by the above relocation changes.
Definition at line 71 of file changes.h.
The documentation for this class was generated from the following file: