7#ifndef EXECIR_GENERATED_SWITCHCONTROLLER_H
8#define EXECIR_GENERATED_SWITCHCONTROLLER_H
13#include "pxr/exec/execIr/api.h"
19#include "pxr/base/vt/value.h"
26#include "pxr/base/tf/type.h"
28PXR_NAMESPACE_OPEN_SCOPE
136 static const TfType &_GetStaticTfType();
138 static bool _IsTypedSchema();
142 const TfType &_GetTfType()
const override;
223PXR_NAMESPACE_CLOSE_SCOPE
An abstract schema that represents an invertible controller.
An invertible controller that can determine which of several rigs are active at a given time,...
static EXECIR_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...
virtual EXECIR_API ~ExecIrSwitchController()
Destructor.
EXECIR_API UsdAttribute CreateOutSpaceAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetOutSpaceAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
EXECIR_API UsdAttribute CreateRig2SpaceAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetRig2SpaceAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
static EXECIR_API ExecIrSwitchController Define(const UsdStagePtr &stage, const SdfPath &path)
Attempt to ensure a UsdPrim adhering to this schema at path is defined (according to UsdPrim::IsDefin...
static EXECIR_API ExecIrSwitchController Get(const UsdStagePtr &stage, const SdfPath &path)
Return a ExecIrSwitchController holding the prim adhering to this schema at path on stage.
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
ExecIrSwitchController(const UsdPrim &prim=UsdPrim())
Construct a ExecIrSwitchController on UsdPrim prim .
EXECIR_API UsdAttribute GetRig2SpaceAttr() const
EXECIR_API UsdAttribute GetRig1SpaceAttr() const
ExecIrSwitchController(const UsdSchemaBase &schemaObj)
Construct a ExecIrSwitchController on the prim held by schemaObj .
EXECIR_API UsdAttribute GetOutSpaceAttr() const
EXECIR_API UsdAttribute CreateRig1SpaceAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetRig1SpaceAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
EXECIR_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
Contains an asset path and optional evaluated and resolved paths.
A path value used to locate objects in layers or scenegraphs.
TfType represents a dynamic runtime type.
Scenegraph object for authoring and retrieving numeric, string, and array valued data,...
UsdPrim is the sole persistent scenegraph object on a UsdStage, and is the embodiment of a "Prim" as ...
The base class for all schema types in Usd.
Singleton registry that provides access to schema type information and the prim definitions for regis...
Provides a container which may hold any type, and provides introspection and iteration over array typ...
UsdSchemaKind
An enum representing which kind of schema a given schema class belongs to.
@ ConcreteTyped
Represents a concrete typed schema.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
std::vector< TfToken > TfTokenVector
Convenience types.