PruneBlendShapeTargetsCommand is used to prune blend shape target deltas whose absolute magnitude is less than or equal to the specified threshold.
More...
#include <PruneBlendShapeTargetsCommand.h>
PruneBlendShapeTargetsCommand is used to prune blend shape target deltas whose absolute magnitude is less than or equal to the specified threshold.
◆ PruneBlendShapeTargetsCommand() [1/4]
dnac::PruneBlendShapeTargetsCommand::PruneBlendShapeTargetsCommand |
( |
MemoryResource * |
memRes = nullptr | ) |
|
|
explicit |
35 :
pImpl{makeScoped<Impl>(memRes)} {
36}
ScopedPtr< Impl > pImpl
Definition: PruneBlendShapeTargetsCommand.h:41
◆ PruneBlendShapeTargetsCommand() [2/4]
dnac::PruneBlendShapeTargetsCommand::PruneBlendShapeTargetsCommand |
( |
float |
threshold, |
|
|
MemoryResource * |
memRes = nullptr |
|
) |
| |
|
explicit |
38 :
39 pImpl{makeScoped<Impl>(memRes)} {
40
41 pImpl->setThreshold(threshold);
42}
References pImpl.
◆ ~PruneBlendShapeTargetsCommand()
dnac::PruneBlendShapeTargetsCommand::~PruneBlendShapeTargetsCommand |
( |
| ) |
|
|
default |
◆ PruneBlendShapeTargetsCommand() [3/4]
◆ PruneBlendShapeTargetsCommand() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ run()
◆ setThreshold()
void dnac::PruneBlendShapeTargetsCommand::setThreshold |
( |
float |
threshold | ) |
|
Method for setting the threshold for pruning blend shape target deltas.
- Parameters
-
threshold | The threshold to use. |
48 {
49 pImpl->setThreshold(threshold);
50}
References pImpl.
◆ pImpl
The documentation for this class was generated from the following files: