7#ifndef PXR_USD_IMAGING_USD_SKEL_IMAGING_XFORM_RESOLVER_H
8#define PXR_USD_IMAGING_USD_SKEL_IMAGING_XFORM_RESOLVER_H
10#include "pxr/usdImaging/usdSkelImaging/api.h"
12#include "pxr/imaging/hd/dataSourceTypeDefs.h"
13#include "pxr/imaging/hd/dataSourceLocator.h"
15PXR_NAMESPACE_OPEN_SCOPE
46 HdSceneIndexBaseRefPtr
const &sceneIndex,
47 HdContainerDataSourceHandle
const &primSource);
59 return _instancerPaths;
77 HdSceneIndexBaseRefPtr
const _sceneIndex;
78 HdContainerDataSourceHandle
const _primSource;
82PXR_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.