|
HDK
|
#include "pxr/pxr.h"#include "pxr/usd/pcp/api.h"#include "pxr/usd/pcp/expressionVariablesSource.h"#include "pxr/usd/sdf/declareHandles.h"#include "pxr/usd/ar/resolverContext.h"#include <iosfwd>
Include dependency graph for layerStackIdentifier.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PcpLayerStackIdentifier |
| struct | PcpLayerStackIdentifier::Hash |
Functions | |
| PXR_NAMESPACE_OPEN_SCOPE | SDF_DECLARE_HANDLES (SdfLayer) |
| template<typename HashState > | |
| void | TfHashAppend (HashState &h, const PcpLayerStackIdentifier &x) |
| size_t | hash_value (const PcpLayerStackIdentifier &x) |
| PCP_API std::ostream & | operator<< (std::ostream &, const PcpLayerStackIdentifier &) |
| PCP_API std::ostream & | PcpIdentifierFormatBaseName (std::ostream &) |
| PCP_API std::ostream & | PcpIdentifierFormatRealPath (std::ostream &) |
| PCP_API std::ostream & | PcpIdentifierFormatIdentifier (std::ostream &) |
|
inline |
Definition at line 123 of file layerStackIdentifier.h.
| PCP_API std::ostream& operator<< | ( | std::ostream & | , |
| const PcpLayerStackIdentifier & | |||
| ) |
| PCP_API std::ostream& PcpIdentifierFormatBaseName | ( | std::ostream & | ) |
Manipulator to cause the next PcpLayerStackIdentifier written to the ostream to write the base name of its layers, rather than the full identifier.
| PCP_API std::ostream& PcpIdentifierFormatIdentifier | ( | std::ostream & | ) |
Manipulator to cause the next PcpLayerStackIdentifier written to the ostream to write the identifier of its layers. This is the default state; this manipulator is only to nullify one of the above manipulators.
| PCP_API std::ostream& PcpIdentifierFormatRealPath | ( | std::ostream & | ) |
Manipulator to cause the next PcpLayerStackIdentifier written to the ostream to write the real path of its layers, rather than the identifier.
| PXR_NAMESPACE_OPEN_SCOPE SDF_DECLARE_HANDLES | ( | SdfLayer | ) |
|
inline |
Definition at line 116 of file layerStackIdentifier.h.