24 #ifndef USDVOL_GENERATED_FIELDBASE_H 25 #define USDVOL_GENERATED_FIELDBASE_H 30 #include "pxr/usd/usdVol/api.h" 35 #include "pxr/base/vt/value.h" 42 #include "pxr/base/tf/type.h" 44 PXR_NAMESPACE_OPEN_SCOPE
103 Get(
const UsdStagePtr &stage,
const SdfPath &path);
117 static const TfType &_GetStaticTfType();
119 static bool _IsTypedSchema();
123 const TfType &_GetTfType()
const override;
138 PXR_NAMESPACE_CLOSE_SCOPE
static USDVOL_API UsdVolFieldBase Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdVolFieldBase holding the prim adhering to this schema at path on stage.
static USDVOL_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...
UsdSchemaKind
An enum representing which kind of schema a given schema class belongs to.
Base class for field primitives.
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
UsdVolFieldBase(const UsdPrim &prim=UsdPrim())
Construct a UsdVolFieldBase on UsdPrim prim .
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 path value used to locate objects in layers or scenegraphs.
Contains an asset path and an optional resolved path.
USDVOL_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.
virtual USDVOL_API ~UsdVolFieldBase()
Destructor.
Singleton registry that provides access to schema type information and the prim definitions for regis...
The base class for all schema types in Usd.
UsdVolFieldBase(const UsdSchemaBase &schemaObj)
Construct a UsdVolFieldBase on the prim held by schemaObj .
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...