|
HDK
|
#include "pxr/pxr.h"#include "pxr/usdImaging/usdImaging/api.h"#include "pxr/usdImaging/usdImaging/version.h"#include "pxr/usdImaging/usdImaging/collectionCache.h"#include "pxr/usdImaging/usdImaging/primvarDescCache.h"#include "pxr/usdImaging/usdImaging/resolvedAttributeCache.h"#include "pxr/usdImaging/usdImaging/instancerContext.h"#include "pxr/imaging/cameraUtil/conformWindow.h"#include "pxr/imaging/hd/coordSys.h"#include "pxr/imaging/hd/sceneDelegate.h"#include "pxr/imaging/hd/selection.h"#include "pxr/imaging/hd/version.h"#include "pxr/imaging/pxOsd/subdivTags.h"#include "pxr/usd/sdf/path.h"#include "pxr/usd/sdf/pathTable.h"#include "pxr/usd/usd/attribute.h"#include "pxr/usd/usd/notice.h"#include "pxr/usd/usd/prim.h"#include "pxr/usd/usd/stage.h"#include "pxr/usd/usdGeom/cube.h"#include "pxr/usd/usdGeom/sphere.h"#include "pxr/usd/usdGeom/xformCache.h"#include "pxr/base/vt/value.h"#include "pxr/base/gf/range3d.h"#include "pxr/base/gf/interval.h"#include "pxr/base/tf/declarePtrs.h"#include "pxr/base/tf/hashmap.h"#include "pxr/base/tf/hashset.h"#include "pxr/base/tf/denseHashSet.h"#include <tbb/spin_rw_mutex.h>#include <map>#include <string>
Include dependency graph for delegate.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UsdImagingDelegate |
Typedefs | |
| typedef std::vector< UsdPrim > | UsdPrimVector |
| using | UsdImagingPrimAdapterSharedPtr = std::shared_ptr< UsdImagingPrimAdapter > |
Functions | |
| PXR_NAMESPACE_OPEN_SCOPE | TF_DECLARE_WEAK_PTRS (UsdImagingDelegate) |
| using UsdImagingPrimAdapterSharedPtr = std::shared_ptr<UsdImagingPrimAdapter> |
Definition at line 60 of file delegate.h.
| typedef std::vector<UsdPrim> UsdPrimVector |
Definition at line 54 of file delegate.h.
| PXR_NAMESPACE_OPEN_SCOPE TF_DECLARE_WEAK_PTRS | ( | UsdImagingDelegate | ) |