18#ifndef PXR_USD_IMAGING_USD_IMAGING_GEOM_XFORM_VECTORS_SCHEMA_H
19#define PXR_USD_IMAGING_USD_IMAGING_GEOM_XFORM_VECTORS_SCHEMA_H
23#include "pxr/usdImaging/usdImaging/api.h"
25#include "pxr/imaging/hd/schema.h"
30PXR_NAMESPACE_OPEN_SCOPE
35#define USD_IMAGING_GEOM_XFORM_VECTORS_SCHEMA_TOKENS \
44 USD_IMAGING_GEOM_XFORM_VECTORS_SCHEMA_TOKENS);
75 const HdContainerDataSourceHandle &fromParentContainer);
86 HdVec3dDataSourceHandle GetTranslation()
const;
89 HdVec3fDataSourceHandle GetRotation()
const;
92 HdTokenDataSourceHandle GetRotationOrder()
const;
95 HdVec3fDataSourceHandle GetScale()
const;
98 HdVec3fDataSourceHandle GetPivot()
const;
128 static HdContainerDataSourceHandle
130 const HdVec3dDataSourceHandle &translation,
131 const HdVec3fDataSourceHandle &rotation,
132 const HdTokenDataSourceHandle &rotationOrder,
133 const HdVec3fDataSourceHandle &scale,
134 const HdVec3fDataSourceHandle &pivot
148 const HdVec3dDataSourceHandle &translation);
151 const HdVec3fDataSourceHandle &rotation);
154 const HdTokenDataSourceHandle &rotationOrder);
157 const HdVec3fDataSourceHandle &scale);
160 const HdVec3fDataSourceHandle &pivot);
164 HdContainerDataSourceHandle
Build();
167 HdVec3dDataSourceHandle _translation;
168 HdVec3fDataSourceHandle _rotation;
169 HdTokenDataSourceHandle _rotationOrder;
170 HdVec3fDataSourceHandle _scale;
171 HdVec3fDataSourceHandle _pivot;
178PXR_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.