31 #ifndef PXR_IMAGING_HD_COORD_SYS_SCHEMA_H 32 #define PXR_IMAGING_HD_COORD_SYS_SCHEMA_H 34 #include "pxr/imaging/hd/api.h" 36 #include "pxr/imaging/hd/schema.h" 38 PXR_NAMESPACE_OPEN_SCOPE
42 #define HDCOORDSYS_SCHEMA_TOKENS \ 47 HDCOORDSYS_SCHEMA_TOKENS);
51 class HdCoordSysSchema :
public HdSchema 54 HdCoordSysSchema(HdContainerDataSourceHandle container)
60 HdTokenDataSourceHandle GetName();
70 static HdContainerDataSourceHandle
72 const HdTokenDataSourceHandle &name
86 const HdTokenDataSourceHandle &name);
90 HdContainerDataSourceHandle
Build();
93 HdTokenDataSourceHandle _name;
102 static HdCoordSysSchema GetFromParent(
103 const HdContainerDataSourceHandle &fromParentContainer);
112 PXR_NAMESPACE_CLOSE_SCOPE
Represents an object that can identify the location of a data source.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
HD_API HdContainerDataSourceHandle Build()
Returns a container data source containing the members set thus far.
Schema classes represent a structured view of the inherently unstructured container data source passe...
Utility class for setting sparse sets of child data source fields to be filled as arguments into Buil...