31 #ifndef PXR_IMAGING_HD_SELECTION_SCHEMA_H 32 #define PXR_IMAGING_HD_SELECTION_SCHEMA_H 34 #include "pxr/imaging/hd/api.h" 36 #include "pxr/imaging/hd/schema.h" 38 PXR_NAMESPACE_OPEN_SCOPE
42 #define HDSELECTION_SCHEMA_TOKENS \ 46 HDSELECTION_SCHEMA_TOKENS);
50 class HdSelectionSchema :
public HdSchema 53 HdSelectionSchema(HdContainerDataSourceHandle container)
59 HdBoolDataSourceHandle GetFullySelected();
69 static HdContainerDataSourceHandle
71 const HdBoolDataSourceHandle &fullySelected
85 const HdBoolDataSourceHandle &fullySelected);
89 HdContainerDataSourceHandle
Build();
92 HdBoolDataSourceHandle _fullySelected;
97 PXR_NAMESPACE_CLOSE_SCOPE
HD_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...
Schema classes represent a structured view of the inherently unstructured container data source passe...