Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers
Warnings * Implementors should inherit from Writer itself and not this class.
Inheritance Hierarchy
- HeaderWriter
- DescriptorWriter
- DefinitionWriter
- BehaviorWriter
- Writer
- StreamWriter
- BinaryStreamWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/BehaviorWriter.h |
| Include | #include "dna/layers/BehaviorWriter.h" |
Syntax
class BehaviorWriter : public virtual dna::DefinitionWriter
Remarks
Implementors should inherit from Writer itself and not this class.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Delete all joint groups. | ||
| void | deleteJointGroup
(
std::uint16_t jointGroupIndex |
Delete the specified joint group. | |
| void | setAnimatedMapCutValues
(
const float* cutValues, |
Computational values(vertical intercept) used for calculating the output value. | |
| void | setAnimatedMapFromValues
(
const float* fromValues, |
Filter values(lower-bounds) used to decide whether a particular entry should be evaluated or not. | |
| void | setAnimatedMapInputIndices
(
const std::uint16_t* inputIndices, |
Input indices used to index into the array of input values. | |
| void | setAnimatedMapLODs
(
const std::uint16_t* lods, |
Row count per each level of detail for animated maps. | |
| void | setAnimatedMapOutputIndices
(
const std::uint16_t* outputIndices, |
Output indices that specify the computed output value's position. | |
| void | setAnimatedMapSlopeValues
(
const float* slopeValues, |
Computational values(slope/gradient) used for calculating the output value. | |
| void | setAnimatedMapToValues
(
const float* toValues, |
Filter values(upper-bounds) used to decide whether a particular entry should be evaluated or not. | |
| void | setBlendShapeChannelInputIndices
(
const std::uint16_t* inputIndices, |
Input indices used to index into the input vector. | |
| void | setBlendShapeChannelLODs
(
const std::uint16_t* lods, |
Input index count per each level of detail for blend shapes. | |
| void | setBlendShapeChannelOutputIndices
(
const std::uint16_t* outputIndices, |
Output indices specify the positions of blend shape output values. | |
| void | setGUIToRawCutValues
(
const float* cutValues, |
Computational values(vertical intercept) used for calculating the output value during gui to raw control mapping. | |
| void | setGUIToRawFromValues
(
const float* fromValues, |
Filter values(lower-bounds) used to decide whether a particular entry should be evaluated or not during gui to raw control mapping. | |
| void | setGUIToRawInputIndices
(
const std::uint16_t* inputIndices, |
Input indices used for mapping gui to raw controls. | |
| void | setGUIToRawOutputIndices
(
const std::uint16_t* outputIndices, |
Output indices used for mapping gui to raw controls. | |
| void | setGUIToRawSlopeValues
(
const float* slopeValues, |
Computational values(slope/gradient) used for calculating the output value during gui to raw control mapping. | |
| void | setGUIToRawToValues
(
const float* toValues, |
Filter values(upper-bounds) used to decide whether a particular entry should be evaluated or not during gui to raw control mapping. | |
| void | setJointColumnCount
(
std::uint16_t columnCount |
Number of columns in the entire, uncompressed joint matrix. | |
| void | setJointGroupInputIndices
(
std::uint16_t jointGroupIndex, |
Column indices that the specified joint group contains. | |
| void | setJointGroupJointIndices
(
std::uint16_t jointGroupIndex, |
Joint indices that the specified joint group contains. | |
| void | setJointGroupLODs
(
std::uint16_t jointGroupIndex, |
Number of rows per each level of detail for the specified joint group. | |
| void | setJointGroupOutputIndices
(
std::uint16_t jointGroupIndex, |
Row indices that the specified joint group contains. | |
| void | setJointGroupValues
(
std::uint16_t jointGroupIndex, |
Values that the specified joint group contains. | |
| void | setJointRowCount
(
std::uint16_t rowCount |
Number of rows in the entire, uncompressed joint matrix. | |
| void | setPSDColumnIndices
(
const std::uint16_t* columnIndices, |
Control(input) indices which will become the columns of the PSD matrix. | |
| void | setPSDCount
(
std::uint16_t count |
The number of distinct PSD expressions. | |
| void | setPSDRowIndices
(
const std::uint16_t* rowIndices, |
PSD(input) indices which will become the rows of the PSD matrix. | |
| void | setPSDValues
(
const float* weights, |
Weights associated with each PSD row and column pair. |