24 #ifndef USDGEOM_GENERATED_GPRIM_H 25 #define USDGEOM_GENERATED_GPRIM_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
113 Get(
const UsdStagePtr &stage,
const SdfPath &path);
127 static const TfType &_GetStaticTfType();
129 static bool _IsTypedSchema();
133 const TfType &_GetTfType()
const override;
278 int elementSize = -1)
const;
293 int elementSize = -1)
const;
297 PXR_NAMESPACE_CLOSE_SCOPE
USDGEOM_API UsdGeomPrimvar GetDisplayColorPrimvar() const
Convenience function to get the displayColor Attribute as a Primvar.
USDGEOM_API UsdAttribute GetDisplayColorAttr() const
It is useful to have an "official" colorSet that can be used as a display or modeling color,...
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
USDGEOM_API UsdAttribute CreateDisplayColorAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetDisplayColorAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
Scenegraph object for authoring and retrieving numeric, string, and array valued data,...
USDGEOM_API UsdAttribute GetOrientationAttr() const
Orientation specifies whether the gprim's surface normal should be computed using the right hand rule...
UsdSchemaKind
An enum representing which kind of schema a given schema class belongs to.
virtual USDGEOM_API ~UsdGeomGprim()
Destructor.
Token for efficient comparison, assignment, and hashing of known strings.
USDGEOM_API UsdAttribute GetDisplayOpacityAttr() const
Companion to displayColor that specifies opacity, broken out as an independent attribute rather than ...
USDGEOM_API UsdAttribute CreateDisplayOpacityAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetDisplayOpacityAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
UsdGeomGprim(const UsdPrim &prim=UsdPrim())
Construct a UsdGeomGprim on UsdPrim prim .
Boundable introduces the ability for a prim to persistently cache a rectilinear, local-space,...
USDGEOM_API UsdAttribute CreateDoubleSidedAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetDoubleSidedAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
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 UsdGeomGprim Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdGeomGprim holding the prim adhering to this schema at path on stage.
A path value used to locate objects in layers or scenegraphs.
USDGEOM_API UsdGeomPrimvar CreateDisplayOpacityPrimvar(const TfToken &interpolation=TfToken(), int elementSize=-1) const
Convenience function to create the displayOpacity primvar, optionally specifying interpolation and el...
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...
Contains an asset path and an optional resolved path.
USDGEOM_API UsdGeomPrimvar CreateDisplayColorPrimvar(const TfToken &interpolation=TfToken(), int elementSize=-1) const
Convenience function to create the displayColor primvar, optionally specifying interpolation and elem...
Base class for all geometric primitives.
UsdGeomGprim(const UsdSchemaBase &schemaObj)
Construct a UsdGeomGprim on the prim held by schemaObj .
USDGEOM_API UsdGeomPrimvar GetDisplayOpacityPrimvar() const
Convenience function to get the displayOpacity Attribute as a Primvar.
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...
USDGEOM_API UsdAttribute GetDoubleSidedAttr() const
Although some renderers treat all parametric or polygonal surfaces as if they were effectively lamina...
USDGEOM_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
Schema wrapper for UsdAttribute for authoring and introspecting attributes that are primvars.
The base class for all schema types in Usd.
USDGEOM_API UsdAttribute CreateOrientationAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetOrientationAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
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...