00001 #ifndef __BCAUX__H 00002 #define __BCAUX__H 00003 00004 /*! 00005 * \namespace BCAux 00006 * \brief Some functions not fitting anywhere else 00007 * \author Daniel Kollar 00008 * \author Kevin Kröninger 00009 * \version 1.0 00010 * \date 01.2009 00011 * \detail A namespace which encapsulates auxiliary functions 00012 * necessary for BAT. 00013 */ 00014 00015 /* 00016 * Copyright (C) 2009-2010, Daniel Kollar and Kevin Kroeninger. 00017 * All rights reserved. 00018 * 00019 * For the licensing terms see doc/COPYING. 00020 */ 00021 00022 // --------------------------------------------------------- 00023 00024 namespace BCAux 00025 { 00026 00027 /** 00028 * Sets the default BAT style for drawing plots. */ 00029 void SetStyle(); 00030 00031 }; 00032 00033 // --------------------------------------------------------- 00034 00035 #endif 00036