|
HDK
|
#include "pxr/pxr.h"#include "pxr/usd/sdf/api.h"#include "pxr/usd/sdf/path.h"#include "pxr/base/tf/pointerAndBits.h"#include "pxr/base/tf/functionRef.h"#include <algorithm>#include <utility>#include <vector>
Include dependency graph for pathTable.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SdfPathTable< MappedType > |
| class | SdfPathTable< MappedType >::Iterator< ValType, EntryPtr > |
| struct | SdfPathTable< MappedType >::NodeHandle |
Functions | |
| PXR_NAMESPACE_OPEN_SCOPE SDF_API void | Sdf_VisitPathTableInParallel (void **, size_t, TfFunctionRef< void(void *&)>) |
| PXR_NAMESPACE_OPEN_SCOPE SDF_API void Sdf_VisitPathTableInParallel | ( | void ** | , |
| size_t | , | ||
| TfFunctionRef< void(void *&)> | |||
| ) |