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: RemoveJointCommand.cpp:12
RemoveJointCommand is used to remove joints.
Definition: RemoveJointCommand.h:18
DNACAPI void setJointIndex(std::uint16_t jointIndex)
Method for setting the index of the joint to remove.
Definition: RemoveJointCommand.cpp:59
DNACAPI ~RemoveJointCommand()
DNACAPI RemoveJointCommand & operator=(RemoveJointCommand &&)
RemoveJointCommand & operator=(const RemoveJointCommand &)=delete
DNACAPI RemoveJointCommand(RemoveJointCommand &&)
DNACAPI void setJointIndices(ConstArrayView< std::uint16_t > jointIndices)
Method for setting the indices of joints to remove.
Definition: RemoveJointCommand.cpp:63
DNACAPI RemoveJointCommand(MemoryResource *memRes=nullptr)
Definition: RemoveJointCommand.cpp:40
RemoveJointCommand(const RemoveJointCommand &)=delete
ScopedPtr< Impl > pImpl
Definition: RemoveJointCommand.h:50
DNACAPI void run(DNACalibDNAReader *output) override
Definition: RemoveJointCommand.cpp:67
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