/* * 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 constructs.dox * * Created on: Oct 11, 2011 * Author: heber */ /** * \page constructs List of various rigid constructs * * The following constructs are present and should be known to you as an alphabetical list: * * \li \ref actions * \li \ref atom * \li \ref linearalgebra * \li \ref bondgraph * \li \ref descriptors * \li \ref fragmentation * \li \ref molecule * \li \ref observers * \li \ref parsers * \li \ref randomnumbers * \li \ref serialization * \li \ref shapes * \li \ref tesselation * \li \ref world * * Note that the most important construct is the \subpage world "World" whose functions * should absolutely be known. * * * \date 2011-10-31 * */