HDK
|
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/usd/sdf/path.h"
#include <iosfwd>
#include <vector>
Go to the source code of this file.
Classes | |
class | UsdStagePopulationMask |
Functions | |
USD_API std::ostream & | operator<< (std::ostream &, UsdStagePopulationMask const &) |
Stream a text representation of a mask. More... | |
void | swap (UsdStagePopulationMask &l, UsdStagePopulationMask &r) |
Swap the contents of masks l and r . More... | |
USD_API size_t | hash_value (UsdStagePopulationMask const &) |
USD_API size_t hash_value | ( | UsdStagePopulationMask const & | ) |
USD_API std::ostream& operator<< | ( | std::ostream & | , |
UsdStagePopulationMask const & | |||
) |
Stream a text representation of a mask.
|
inline |
Swap the contents of masks l
and r
.
Definition at line 208 of file stagePopulationMask.h.