7#ifndef PXR_IMAGING_HD_FLATTENED_PURPOSE_DATA_SOURCE_PROVIDER_H
8#define PXR_IMAGING_HD_FLATTENED_PURPOSE_DATA_SOURCE_PROVIDER_H
10#include "pxr/imaging/hd/api.h"
12#include "pxr/imaging/hd/flattenedDataSourceProvider.h"
14PXR_NAMESPACE_OPEN_SCOPE
20 const Context&)
const override;
27PXR_NAMESPACE_CLOSE_SCOPE
Represents a set of data source locators closed under descendancy.
Given to HdFlatteningSceneIndex to determine how to compute the flattened data source which is in the...
virtual void ComputeDirtyLocatorsForDescendants(HdDataSourceLocatorSet *locators) const =0
If data source locators are dirtied in the input scene index, the locators relevant for the input dat...
virtual HdContainerDataSourceHandle GetFlattenedDataSource(const Context &ctx) const =0
Returns flattened data source.