24 #ifndef USDGEOM_GENERATED_VISIBILITYAPI_H 25 #define USDGEOM_GENERATED_VISIBILITYAPI_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
140 Get(
const UsdStagePtr &stage,
const SdfPath &path);
193 static const TfType &_GetStaticTfType();
195 static bool _IsTypedSchema();
199 const TfType &_GetTfType()
const override;
360 PXR_NAMESPACE_CLOSE_SCOPE
static USDGEOM_API bool CanApply(const UsdPrim &prim, std::string *whyNot=nullptr)
Returns true if this single-apply API schema can be applied to the given prim.
static USDGEOM_API UsdGeomVisibilityAPI Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdGeomVisibilityAPI holding the prim adhering to this schema at path on stage.
UsdGeomVisibilityAPI introduces properties that can be used to author visibility opinions.
The base class for all API schemas.
Scenegraph object for authoring and retrieving numeric, string, and array valued data,...
UsdGeomVisibilityAPI(const UsdSchemaBase &schemaObj)
Construct a UsdGeomVisibilityAPI on the prim held by schemaObj .
UsdGeomVisibilityAPI(const UsdPrim &prim=UsdPrim())
Construct a UsdGeomVisibilityAPI on UsdPrim prim .
UsdSchemaKind
An enum representing which kind of schema a given schema class belongs to.
Token for efficient comparison, assignment, and hashing of known strings.
virtual USDGEOM_API ~UsdGeomVisibilityAPI()
Destructor.
USDGEOM_API UsdAttribute GetPurposeVisibilityAttr(const TfToken &purpose) const
Return the attribute that is used for expressing visibility opinions for the given purpose.
static USDGEOM_API UsdGeomVisibilityAPI Apply(const UsdPrim &prim)
Applies this single-apply API schema to the given prim.
USDGEOM_API UsdAttribute GetProxyVisibilityAttr() const
This attribute controls visibility for geometry with purpose "proxy".
USDGEOM_API UsdAttribute CreateGuideVisibilityAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetGuideVisibilityAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
USDGEOM_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
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.
USDGEOM_API UsdAttribute CreateRenderVisibilityAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetRenderVisibilityAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
TfType represents a dynamic runtime type.
Singleton registry that provides access to schema type information and the prim definitions for regis...
USDGEOM_API UsdAttribute GetRenderVisibilityAttr() const
This attribute controls visibility for geometry with purpose "render".
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 GetGuideVisibilityAttr() const
This attribute controls visibility for geometry with purpose "guide".
The base class for all schema types in Usd.
USDGEOM_API UsdAttribute CreateProxyVisibilityAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetProxyVisibilityAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
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...