24 #ifndef USDGEOM_GENERATED_BOUNDABLE_H 25 #define USDGEOM_GENERATED_BOUNDABLE_H 30 #include "pxr/usd/usdGeom/api.h" 36 #include "pxr/base/vt/value.h" 43 #include "pxr/base/tf/type.h" 45 PXR_NAMESPACE_OPEN_SCOPE
129 Get(
const UsdStagePtr &stage,
const SdfPath &path);
143 static const TfType &_GetStaticTfType();
145 static bool _IsTypedSchema();
149 const TfType &_GetTfType()
const override;
229 VtVec3fArray *extent);
237 VtVec3fArray *extent);
241 PXR_NAMESPACE_CLOSE_SCOPE
USDGEOM_API bool ComputeExtent(const UsdTimeCode &time, VtVec3fArray *extent)
If an extent is authored on this boundable, it queries the extent from the extent attribute,...
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.
USDGEOM_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
static USDGEOM_API UsdGeomBoundable Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdGeomBoundable holding the prim adhering to this schema at path on stage.
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
USDGEOM_API UsdAttribute CreateExtentAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetExtentAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
Stores a 4x4 matrix of double elements.
UsdGeomBoundable(const UsdPrim &prim=UsdPrim())
Construct a UsdGeomBoundable on UsdPrim prim .
Represent a time value, which may be either numeric, holding a double value, or a sentinel value UsdT...
Boundable introduces the ability for a prim to persistently cache a rectilinear, local-space,...
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
std::vector< TfToken > TfTokenVector
Convenience types.
static USDGEOM_API const TfTokenVector & GetSchemaAttributeNames(bool includeInherited=true)
Return a vector of names of all pre-declared attributes for this schema class and all its ancestor cl...
USDGEOM_API UsdAttribute GetExtentAttr() const
Extent is a three dimensional range measuring the geometric extent of the authored gprim in its own l...
A path value used to locate objects in layers or scenegraphs.
virtual USDGEOM_API ~UsdGeomBoundable()
Destructor.
UsdGeomBoundable(const UsdSchemaBase &schemaObj)
Construct a UsdGeomBoundable on the prim held by schemaObj .
Contains an asset path and an optional resolved path.
static USDGEOM_API bool ComputeExtentFromPlugins(const UsdGeomBoundable &boundable, const UsdTimeCode &time, VtVec3fArray *extent)
Compute the extent for the Boundable prim boundable at time time.
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.
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...