/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /** * \file shaperegistry.dox * * Created on: Jan 28, 2013 * Author: ankele */ /** \page shaperegistry ShapeRegistry * * Instances of \ref shapes with unique names can be stored inside the * ShapeRegistry. They can be selected via actions. * * There are special action to manipulate the currently selected shapes: * - CombineShapesAction * - RemoveShapeAction * - RotateShapeAction * - StretchShapeAction * - TranslateShapeAction * * Some actions on the world (like selecting all atoms within a shape or * filling a shape with molecules) use the currently selected shapes in * the ShapeRegistry. * * \date 2013-01-28 * */