8#ifndef PXR_USD_IMAGING_USD_SKEL_IMAGING_XFORM_RESOLVER_H
9#define PXR_USD_IMAGING_USD_SKEL_IMAGING_XFORM_RESOLVER_H
11#include "pxr/usdImaging/usdSkelImaging/api.h"
13#include "pxr/imaging/hd/dataSourceTypeDefs.h"
14#include "pxr/imaging/hd/dataSourceLocator.h"
16PXR_NAMESPACE_OPEN_SCOPE
47 HdSceneIndexBaseRefPtr
const &sceneIndex,
48 HdContainerDataSourceHandle
const &primSource);
56 return _instancerPaths;
71 HdSceneIndexBaseRefPtr
const _sceneIndex;
72 HdContainerDataSourceHandle
const _primSource;
76PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
Abstract interface to scene data.
Represents an arbitrary dimensional rectangular container class.
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.