53 const std::shared_ptr<memoryxcontroller::MemoryXController>& memoryXController,
54 const std::shared_ptr<scene3D::Scene>& scene,
55 const std::string& objectId);
EmptyOperation(const std::shared_ptr< memoryxcontroller::MemoryXController > &memoryXController, const std::shared_ptr< scene3D::Scene > &scene, const std::string &objectId)
Creates a new instance.
const OperationPtr createInverseOperation() const override
Returns a new operation, which does nothing.
void executeOnScene() override
Do nothing.
void executeOnWorkingMemory() override
Do nothing.
Operation(const std::shared_ptr< memoryxcontroller::MemoryXController > &memoryXController, const std::shared_ptr< scene3D::Scene > &scene, const std::string &objectId)
A constructor.
std::shared_ptr< Operation > OperationPtr