9#ifndef PXR_USD_IMAGING_USD_IMAGING_EXTENTS_HINT_SCHEMA_H
10#define PXR_USD_IMAGING_USD_IMAGING_EXTENTS_HINT_SCHEMA_H
12#include "pxr/usdImaging/usdImaging/api.h"
16PXR_NAMESPACE_OPEN_SCOPE
20#define USDIMAGINGEXTENTSHINT_SCHEMA_TOKENS \
24 USDIMAGINGEXTENTSHINT_SCHEMA_TOKENS);
26class UsdImagingExtentsHintSchema :
public HdSchema
29 UsdImagingExtentsHintSchema(HdContainerDataSourceHandle container)
33 static HdContainerDataSourceHandle
37 const HdDataSourceBaseHandle *values);
40 HdExtentSchema GetExtent(
const TfToken &purpose);
43 static UsdImagingExtentsHintSchema GetFromParent(
44 const HdContainerDataSourceHandle &fromParentContainer);
49 static const TfToken &GetSchemaToken();
57PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
Schema classes represent a structured view of the inherently unstructured container data source passe...
Token for efficient comparison, assignment, and hashing of known strings.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.