24 #ifndef USDGEOM_GENERATED_CURVES_H 25 #define USDGEOM_GENERATED_CURVES_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
122 Get(
const UsdStagePtr &stage,
const SdfPath &path);
136 static const TfType &_GetStaticTfType();
138 static bool _IsTypedSchema();
142 const TfType &_GetTfType()
const override;
245 const VtFloatArray& widths, VtVec3fArray* extent);
251 const VtFloatArray& widths,
const GfMatrix4d& transform,
252 VtVec3fArray* extent);
263 PXR_NAMESPACE_CLOSE_SCOPE
UsdGeomCurves(const UsdSchemaBase &schemaObj)
Construct a UsdGeomCurves on the prim held by schemaObj .
USDGEOM_API TfToken GetWidthsInterpolation() const
Get the interpolation for the widths attribute.
Base class for all UsdGeomGprims that possess points, providing common attributes such as normals and...
Base class for UsdGeomBasisCurves, UsdGeomNurbsCurves, and UsdGeomHermiteCurves.
USDGEOM_API UsdAttribute GetCurveVertexCountsAttr() const
Curves-derived primitives can represent multiple distinct, potentially disconnected curves.
virtual USDGEOM_API ~UsdGeomCurves()
Destructor.
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
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.
static USDGEOM_API bool ComputeExtent(const VtVec3fArray &points, const VtFloatArray &widths, VtVec3fArray *extent)
Compute the extent for the curves defined by points and widths.
Token for efficient comparison, assignment, and hashing of known strings.
USDGEOM_API UsdAttribute GetWidthsAttr() const
Provides width specification for the curves, whose application will depend on whether the curve is or...
static USDGEOM_API UsdGeomCurves Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdGeomCurves holding the prim adhering to this schema at path on stage.
Stores a 4x4 matrix of double elements.
USDGEOM_API UsdAttribute CreateCurveVertexCountsAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetCurveVertexCountsAttr(), and also Create vs Get Property Methods for when to use Get vs Create...
Represent a time value, which may be either numeric, holding a double value, or a sentinel value UsdT...
USDGEOM_API bool SetWidthsInterpolation(TfToken const &interpolation)
Set the interpolation for the widths attribute.
UsdGeomCurves(const UsdPrim &prim=UsdPrim())
Construct a UsdGeomCurves on UsdPrim prim .
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
USDGEOM_API size_t GetCurveCount(UsdTimeCode timeCode=UsdTimeCode::Default()) const
Returns the number of curves as defined by the size of the curveVertexCounts array at timeCode.
std::vector< TfToken > TfTokenVector
Convenience types.
A path value used to locate objects in layers or scenegraphs.
USDGEOM_API UsdAttribute CreateWidthsAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetWidthsAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
Contains an asset path and an optional resolved path.
static constexpr UsdTimeCode Default()
Produce a UsdTimeCode representing the sentinel value for 'default'.
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 UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
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...