Choose your operating system:
Windows
macOS
Linux
| FRBFInterpolatorBase
|
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/RBF/RBFInterpolator.h |
Include |
#include "RBF/RBFInterpolator.h" |
template<typename T>
class TRBFInterpolator : public FRBFInterpolatorBase
Name | Description | |
---|---|---|
|
TRBFInterpolator() |
|
|
TRBFInterpolator ( |
|
|
TRBFInterpolator ( |
|
|
TRBFInterpolator ( |
Construct an RBF interpolator, taking in a set of sparse nodes and a symmetric weighing function that computes the distance between two nodes, and, optionally, smooths the distance with a smoothing kernel. |
Name | Description | ||
---|---|---|---|
|
GetIdenticalNodePairs ( |
Returns a list of integer pairs indicating which distinct pair of nodes have the same weight as a pair of the same node. |
|
|
Interpolate |
Given a value, compute the weight values to use to calculate each node's contribution to that value's location. |
Name | Description | ||
---|---|---|---|
|
TRBFInterpol... |
operator= ( |
|
|
TRBFInterpol... |
operator= ( |
Name |
Description |
---|---|
WeightFuncT |