|
HDK
|
#include <namespaceEdits.h>
Public Attributes | |
| size_t | cacheIndex |
| Index of cache of site. More... | |
| EditType | type |
| Type of edit. More... | |
| PcpLayerStackPtr | layerStack |
| Layer stack needing fix. More... | |
| SdfPath | sitePath |
| Path of site needing fix. More... | |
| SdfPath | oldPath |
| Old path. More... | |
| SdfPath | newPath |
| New path. More... | |
Layer stack site that must respond to a namespace edit. All of the specs at the site will respond the same way.
Definition at line 64 of file namespaceEdits.h.
| size_t PcpNamespaceEdits::LayerStackSite::cacheIndex |
Index of cache of site.
Definition at line 65 of file namespaceEdits.h.
| PcpLayerStackPtr PcpNamespaceEdits::LayerStackSite::layerStack |
Layer stack needing fix.
Definition at line 67 of file namespaceEdits.h.
| SdfPath PcpNamespaceEdits::LayerStackSite::newPath |
New path.
Definition at line 70 of file namespaceEdits.h.
| SdfPath PcpNamespaceEdits::LayerStackSite::oldPath |
Old path.
Definition at line 69 of file namespaceEdits.h.
| SdfPath PcpNamespaceEdits::LayerStackSite::sitePath |
Path of site needing fix.
Definition at line 68 of file namespaceEdits.h.
| EditType PcpNamespaceEdits::LayerStackSite::type |
Type of edit.
Definition at line 66 of file namespaceEdits.h.