13class DNACalibDNAReader;
Command is an abstract class whose implementations are expected to modify the DNA provided in the run...
Definition: Command.h:15
Definition: DNACalibDNAReader.h:12
Definition: RemoveBlendShapeCommand.cpp:12
RemoveBlendShapeCommand is used to remove blend shapes.
Definition: RemoveBlendShapeCommand.h:18
ScopedPtr< Impl > pImpl
Definition: RemoveBlendShapeCommand.h:50
RemoveBlendShapeCommand & operator=(const RemoveBlendShapeCommand &)=delete
DNACAPI void setBlendShapeIndices(ConstArrayView< std::uint16_t > blendShapeIndices)
Method for setting the indices of blend shapes to remove.
Definition: RemoveBlendShapeCommand.cpp:63
RemoveBlendShapeCommand(const RemoveBlendShapeCommand &)=delete
DNACAPI void setBlendShapeIndex(std::uint16_t blendShapeIndex)
Method for setting the index of the blend shape to remove.
Definition: RemoveBlendShapeCommand.cpp:59
DNACAPI void run(DNACalibDNAReader *output) override
Definition: RemoveBlendShapeCommand.cpp:67
DNACAPI RemoveBlendShapeCommand(RemoveBlendShapeCommand &&)
DNACAPI RemoveBlendShapeCommand & operator=(RemoveBlendShapeCommand &&)
DNACAPI RemoveBlendShapeCommand(MemoryResource *memRes=nullptr)
Definition: RemoveBlendShapeCommand.cpp:40
DNACAPI ~RemoveBlendShapeCommand()
MemoryResource is an abstract class that allows the implementation of polymorphic allocators.
Definition: MemoryResource.h:17
Takes ownership over the given pointer and handles it's lifetime.
Definition: ScopedPtr.h:116
A view over a continuous sequence of objects.
Definition: ArrayView.h:55
#define DNACAPI
Definition: dnacalib/Defs.h:26