24 #ifndef PXR_IMAGING_HDSI_PINNED_CURVE_EXPANDING_SCENE_INDEX_H 25 #define PXR_IMAGING_HDSI_PINNED_CURVE_EXPANDING_SCENE_INDEX_H 27 #include "pxr/imaging/hdsi/api.h" 28 #include "pxr/imaging/hd/filteringSceneIndex.h" 30 PXR_NAMESPACE_OPEN_SCOPE
60 static HdsiPinnedCurveExpandingSceneIndexRefPtr
61 New(
const HdSceneIndexBaseRefPtr &inputSceneIndex);
87 const HdSceneIndexBaseRefPtr &inputSceneIndex);
91 PXR_NAMESPACE_CLOSE_SCOPE
93 #endif //PXR_IMAGING_HDSI_PINNED_CURVE_EXPANDING_SCENE_INDEX_H
HDSI_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override final
Returns the paths of all scene index prims located immediately below primPath.
#define TF_DECLARE_WEAK_AND_REF_PTRS(type)
Define standard weak, ref, and vector pointer types.
HDSI_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override final
Returns a pair of (prim type, datasource) for the object at primPath.
Small struct representing a 'prim' in the Hydra scene index.
Abstract interface to scene data.
A path value used to locate objects in layers or scenegraphs.
Pinned curves are a special case of non-periodic cubic curves (relevant only for BSpline and CatmullR...