|
HDK
|
#include "pxr/pxr.h"#include "pxr/usd/usd/api.h"#include "pxr/usd/sdf/path.h"#include <iosfwd>#include <vector>
Include dependency graph for stagePopulationMask.h:
This graph shows which files directly or indirectly include this file: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 191 of file stagePopulationMask.h.