Go to the documentation of this file.
31 #include "../scene3D/Scene.h"
54 const std::shared_ptr<memoryxcontroller::MemoryXController>& memoryXController,
55 const std::shared_ptr<scene3D::Scene>& scene,
56 const std::string& groupName);
83 std::string groupName;
A operation to create a new group.
CreateGroupOperation(const std::shared_ptr< memoryxcontroller::MemoryXController > &memoryXController, const std::shared_ptr< scene3D::Scene > &scene, const std::string &groupName)
Creates a new operation, which creates a new group.
void executeOnWorkingMemory() override
Because the WorkingMemory does not support groups, nothing is done here.
std::shared_ptr< Operation > OperationPtr
void executeOnScene() override
Creates the group.
An abstract class, which offers methods to run operations on the WorkingMemory and the Scene.
const OperationPtr createInverseOperation() const override
Returns a new operation, which deletes the created group.