24 #ifndef USDRI_GENERATED_RISOSLPATTERN_H
25 #define USDRI_GENERATED_RISOSLPATTERN_H
30 #include "pxr/usd/usdRi/api.h"
31 #include "pxr/usd/usdRi/risPattern.h"
32 #include "pxr/usd/usd/prim.h"
33 #include "pxr/usd/usd/stage.h"
34 #include "pxr/usd/usdRi/tokens.h"
36 #include "pxr/base/vt/value.h"
38 #include "pxr/base/gf/vec3d.h"
39 #include "pxr/base/gf/vec3f.h"
40 #include "pxr/base/gf/matrix4d.h"
42 #include "pxr/base/tf/token.h"
43 #include "pxr/base/tf/type.h"
45 PXR_NAMESPACE_OPEN_SCOPE
106 Get(
const UsdStagePtr &stage,
const SdfPath &path);
145 static const TfType &_GetStaticTfType();
147 static bool _IsTypedSchema();
151 const TfType &_GetTfType()
const override;
208 PXR_NAMESPACE_CLOSE_SCOPE
UsdRiRisOslPattern(const UsdSchemaBase &schemaObj)
Construct a UsdRiRisOslPattern on the prim held by schemaObj .
static USDRI_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...
USDRI_API UsdAttribute GetOslPathAttr() const
C++ Type: SdfAssetPath Usd Type: SdfValueTypeNames->Asset Variability: SdfVariabilityVarying ...
Scenegraph object for authoring and retrieving numeric, string, and array valued data, sampled over time.
Represents a concrete typed schema.
virtual USDRI_API ~UsdRiRisOslPattern()
Destructor.
USDRI_API UsdAttribute CreateOslPathAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetOslPathAttr(), and also Create vs Get Property Methods for when to use Get vs Create...
USDRI_API UsdAttribute CreateFilePathAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetFilePathAttr(), and also Create vs Get Property Methods for when to use Get vs Create...
UsdSchemaType
An enum representing which type of schema a given schema class belongs to.
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
static const UsdSchemaType schemaType
Compile time constant representing what kind of schema this class is.
std::vector< TfToken > TfTokenVector
Convenience types.
static USDRI_API UsdRiRisOslPattern Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdRiRisOslPattern holding the prim adhering to this schema at path on stage.
A path value used to locate objects in layers or scenegraphs.
Contains an asset path and an optional resolved path.
USDRI_API UsdSchemaType _GetSchemaType() const override
Returns the type of schema this class belongs to.
UsdRiRisOslPattern(const UsdPrim &prim=UsdPrim())
Construct a UsdRiRisOslPattern on UsdPrim prim .
TfType represents a dynamic runtime type.
Singleton registry that provides access to prim and property definition information for registered Us...
The base class for all schema types in Usd.
USDRI_API UsdAttribute GetFilePathAttr() const
C++ Type: SdfAssetPath Usd Type: SdfValueTypeNames->Asset Variability: SdfVariabilityVarying ...
static USDRI_API UsdRiRisOslPattern Define(const UsdStagePtr &stage, const SdfPath &path)
Attempt to ensure a UsdPrim adhering to this schema at path is defined (according to UsdPrim::IsDefin...
Provides a container which may hold any type, and provides introspection and iteration over array typ...