7#ifndef USDLUX_GENERATED_SHAPINGAPI_H
8#define USDLUX_GENERATED_SHAPINGAPI_H
13#include "pxr/usd/usdLux/api.h"
19#include "pxr/usd/usdShade/input.h"
20#include "pxr/usd/usdShade/output.h"
22#include "pxr/base/vt/value.h"
29#include "pxr/base/tf/type.h"
31PXR_NAMESPACE_OPEN_SCOPE
143 static const TfType &_GetStaticTfType();
145 static bool _IsTypedSchema();
149 const TfType &_GetTfType()
const override;
374 std::vector<UsdShadeOutput>
GetOutputs(
bool onlyAuthored=
true)
const;
406 std::vector<UsdShadeInput>
GetInputs(
bool onlyAuthored=
true)
const;
411PXR_NAMESPACE_CLOSE_SCOPE
Contains an asset path and an optional resolved path.
A path value used to locate objects in layers or scenegraphs.
Represents a value type name, i.e.
Token for efficient comparison, assignment, and hashing of known strings.
TfType represents a dynamic runtime type.
The base class for all API schemas.
Scenegraph object for authoring and retrieving numeric, string, and array valued data,...
Controls for shaping a light's emission.
USDLUX_API std::vector< UsdShadeOutput > GetOutputs(bool onlyAuthored=true) const
Outputs are represented by attributes in the "outputs:" namespace.
USDLUX_API UsdShadeOutput CreateOutput(const TfToken &name, const SdfValueTypeName &typeName)
Create an output which can either have a value or can be connected.
static USDLUX_API UsdLuxShapingAPI Get(const UsdStagePtr &stage, const SdfPath &path)
Return a UsdLuxShapingAPI holding the prim adhering to this schema at path on stage.
USDLUX_API UsdAttribute GetShapingIesAngleScaleAttr() const
Rescales the angular distribution of the IES profile.
static const UsdSchemaKind schemaKind
Compile time constant representing what kind of schema this class is.
USDLUX_API UsdAttribute CreateShapingConeAngleAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetShapingConeAngleAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
USDLUX_API UsdShadeInput CreateInput(const TfToken &name, const SdfValueTypeName &typeName)
Create an input which can either have a value or can be connected.
UsdLuxShapingAPI(const UsdSchemaBase &schemaObj)
Construct a UsdLuxShapingAPI on the prim held by schemaObj .
USDLUX_API UsdAttribute GetShapingFocusTintAttr() const
Off-axis color tint.
USDLUX_API UsdLuxShapingAPI(const UsdShadeConnectableAPI &connectable)
Constructor that takes a ConnectableAPI object.
USDLUX_API UsdAttribute CreateShapingFocusAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetShapingFocusAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
USDLUX_API UsdAttribute CreateShapingIesFileAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetShapingIesFileAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
USDLUX_API UsdAttribute GetShapingConeSoftnessAttr() const
Controls the cutoff softness for cone angle.
USDLUX_API UsdAttribute GetShapingIesFileAttr() const
An IES (Illumination Engineering Society) light profile describing the angular distribution of light.
USDLUX_API UsdShadeConnectableAPI ConnectableAPI() const
Contructs and returns a UsdShadeConnectableAPI object with this shaping API prim.
USDLUX_API UsdAttribute GetShapingFocusAttr() const
A control to shape the spread of light.
UsdLuxShapingAPI(const UsdPrim &prim=UsdPrim())
Construct a UsdLuxShapingAPI on UsdPrim prim .
USDLUX_API UsdAttribute CreateShapingFocusTintAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetShapingFocusTintAttr(), and also Create vs Get Property Methods for when to use Get vs Create.
USDLUX_API UsdSchemaKind _GetSchemaKind() const override
Returns the kind of schema this class belongs to.
static USDLUX_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...
USDLUX_API UsdShadeOutput GetOutput(const TfToken &name) const
Return the requested output if it exists.
USDLUX_API UsdAttribute GetShapingConeAngleAttr() const
Angular limit off the primary axis to restrict the light spread.
USDLUX_API UsdAttribute CreateShapingIesAngleScaleAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetShapingIesAngleScaleAttr(), and also Create vs Get Property Methods for when to use Get vs Cre...
virtual USDLUX_API ~UsdLuxShapingAPI()
Destructor.
static USDLUX_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.
USDLUX_API UsdShadeInput GetInput(const TfToken &name) const
Return the requested input if it exists.
USDLUX_API UsdAttribute CreateShapingIesNormalizeAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetShapingIesNormalizeAttr(), and also Create vs Get Property Methods for when to use Get vs Crea...
USDLUX_API UsdAttribute GetShapingIesNormalizeAttr() const
Normalizes the IES profile so that it affects the shaping of the light while preserving the overall e...
USDLUX_API std::vector< UsdShadeInput > GetInputs(bool onlyAuthored=true) const
Inputs are represented by attributes in the "inputs:" namespace.
USDLUX_API UsdAttribute CreateShapingConeSoftnessAttr(VtValue const &defaultValue=VtValue(), bool writeSparsely=false) const
See GetShapingConeSoftnessAttr(), and also Create vs Get Property Methods for when to use Get vs Crea...
static USDLUX_API UsdLuxShapingAPI Apply(const UsdPrim &prim)
Applies this single-apply API schema to the given prim.
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...
UsdShadeConnectableAPI is an API schema that provides a common interface for creating outputs and mak...
This class encapsulates a shader or node-graph output, which is a connectable attribute representing ...
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.
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...
std::vector< TfToken > TfTokenVector
Convenience types.