HDK
|
#include "pxr/pxr.h"
#include "pxr/usd/sdf/api.h"
#include "pxr/usd/sdf/assetPath.h"
#include "pxr/usd/sdf/layerOffset.h"
#include "pxr/usd/sdf/path.h"
#include "pxr/base/tf/hash.h"
#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | SdfPayload |
Typedefs | |
typedef std::vector< SdfPayload > | SdfPayloadVector |
Functions | |
SDF_API std::ostream & | operator<< (std::ostream &out, const SdfPayload &payload) |
Writes the string representation of SdfPayload to out. More... | |
typedef std::vector<SdfPayload> SdfPayloadVector |
SDF_API std::ostream& operator<< | ( | std::ostream & | out, |
const SdfPayload & | payload | ||
) |
Writes the string representation of SdfPayload to out.