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: RemoveMeshCommand.cpp:12
RemoveMeshCommand is used to remove a mesh.
Definition: RemoveMeshCommand.h:18
DNACAPI RemoveMeshCommand(RemoveMeshCommand &&)
RemoveMeshCommand & operator=(const RemoveMeshCommand &)=delete
DNACAPI void setMeshIndex(std::uint16_t meshIndex)
Method for setting the index of the mesh to remove.
Definition: RemoveMeshCommand.cpp:48
DNACAPI RemoveMeshCommand(MemoryResource *memRes=nullptr)
Definition: RemoveMeshCommand.cpp:35
RemoveMeshCommand(const RemoveMeshCommand &)=delete
DNACAPI RemoveMeshCommand & operator=(RemoveMeshCommand &&)
ScopedPtr< Impl > pImpl
Definition: RemoveMeshCommand.h:41
DNACAPI ~RemoveMeshCommand()
DNACAPI void run(DNACalibDNAReader *output) override
Definition: RemoveMeshCommand.cpp:52
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
#define DNACAPI
Definition: dnacalib/Defs.h:26