Loading...
Searching...
No Matches
Attribute Computations

Builtin computations for computing information about attributes. More...

+ Collaboration diagram for Attribute Computations:

Variables

const TfToken computeValue
 Computes the provider attribute's value.
 

Detailed Description

Builtin computations for computing information about attributes.

Variable Documentation

◆ computeValue

const TfToken computeValue

Computes the provider attribute's value.

Returns
a value whose type is the provider attribute's scalar value type.
Note
The computation provider must be an attribute.

Example

self.PrimComputation(_tokens->myComputation)
.Callback<double>( /* . . . *&zwj;/ )
.Inputs(
Attribute(_tokens->myAttribute)
.Computation<double>(ExecBuiltinComputations->computeValue)
.Required()
);

Definition at line 99 of file builtinComputations.h.