24 #ifndef USDGEOM_GENERATED_XFORMABLE_H 25 #define USDGEOM_GENERATED_XFORMABLE_H 30 #include "pxr/usd/usdGeom/api.h" 39 #include "pxr/base/vt/value.h" 46 #include "pxr/base/tf/type.h" 48 PXR_NAMESPACE_OPEN_SCOPE
299 Get(
const UsdStagePtr &stage,
const SdfPath &path);
313 static const TfType &_GetStaticTfType();
315 static bool _IsTypedSchema();
319 const TfType &_GetTfType()
const override;
382 _resetsXformStack(
false)
399 return _resetsXformStack;
423 std::vector<double> *times)
const;
429 const TfToken &attrName)
const;
433 std::vector<UsdGeomXformOp> _xformOps;
437 bool _resetsXformStack;
480 bool isInverseOp=
false)
const;
489 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
498 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
508 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
518 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
527 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
537 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
547 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
557 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
567 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
577 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
587 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
596 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
610 TfToken const &opSuffix =
TfToken(),
bool isInverseOp=
false)
const;
655 bool SetXformOpOrder(std::vector<UsdGeomXformOp>
const &orderedXformOps,
656 bool resetXformStack =
false)
const;
712 const std::vector<UsdGeomXformOp> &ops)
const;
734 std::vector<double> *times)
const;
745 std::vector<UsdGeomXformOp>
const &orderedXformOps,
746 std::vector<double> *times);
758 std::vector<UsdGeomXformOp>
const &orderedXformOps,
760 std::vector<double> *times);
785 bool *resetsXformStack,
811 bool *resetsXformStack,
812 const std::vector<UsdGeomXformOp> &ops,
829 std::vector<UsdGeomXformOp>
const &ops,
841 bool _GetXformOpOrderValue(VtTokenArray *xformOpOrder)
const;
844 std::vector<UsdGeomXformOp>
845 _GetOrderedXformOps(
bool *resetsXformStack,
846 bool withAttributeQueries)
const;
849 PXR_NAMESPACE_CLOSE_SCOPE
Scenegraph object for authoring and retrieving numeric, string, and array valued data,...
UsdSchemaKind
An enum representing which kind of schema a given schema class belongs to.
Token for efficient comparison, assignment, and hashing of known strings.
Stores a 4x4 matrix of double elements.
Represent a time value, which may be either numeric, holding a double value, or a sentinel value UsdT...
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
std::vector< TfToken > TfTokenVector
Convenience types.
A basic mathematical interval class.
A path value used to locate objects in layers or scenegraphs.
Contains an asset path and an optional resolved path.
static constexpr UsdTimeCode Default()
Produce a UsdTimeCode representing the sentinel value for 'default'.
Represents a non-concrete typed schema.
TfType represents a dynamic runtime type.
Singleton registry that provides access to schema type information and the prim definitions for regis...
The base class for all schema types in Usd.
Base class for all prims that may require rendering or visualization of some sort.
Provides a container which may hold any type, and provides introspection and iteration over array typ...
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...