diff --git a/Gui/Base/OGSError.cpp b/Gui/Base/OGSError.cpp index de310882991a10a031b3862df94f2375c439b6d7..64705b1e6b5e3ab36083b3beaf418a35641e670b 100644 --- a/Gui/Base/OGSError.cpp +++ b/Gui/Base/OGSError.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the OGSError class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file OGSError.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "OGSError.h" diff --git a/Gui/Base/OGSError.h b/Gui/Base/OGSError.h index 6e6864df4de8e3d23a4035ada963d0a7279dc581..6fbaf0eb991171cb96aeacdfe321b45eae9674b6 100644 --- a/Gui/Base/OGSError.h +++ b/Gui/Base/OGSError.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the OGSError class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file OGSError.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef OGSERROR_H diff --git a/Gui/Base/QNonScalableGraphicsTextItem.cpp b/Gui/Base/QNonScalableGraphicsTextItem.cpp index 29c86697493c41a3a3186ea7e050d3a8163d2a51..0ff9254aa5278231bc8b5a8aa975c4349b8ee030 100644 --- a/Gui/Base/QNonScalableGraphicsTextItem.cpp +++ b/Gui/Base/QNonScalableGraphicsTextItem.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the QNonScalableGraphicsTextItem class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file QNonScalableGraphicsTextItem.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "QNonScalableGraphicsTextItem.h" diff --git a/Gui/Base/QNonScalableGraphicsTextItem.h b/Gui/Base/QNonScalableGraphicsTextItem.h index 8831762ccca2fb5fd065d2e6c1ff10c1fdccf690..2665333e6fff613bae689d58153ce54f6d5dcceb 100644 --- a/Gui/Base/QNonScalableGraphicsTextItem.h +++ b/Gui/Base/QNonScalableGraphicsTextItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the QNonScalableGraphicsTextItem class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file QNonScalableGraphicsTextItem.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QNONSCALABLETEXTITEM_H diff --git a/Gui/Base/RecentFiles.cpp b/Gui/Base/RecentFiles.cpp index b469b096bc73b954a9debde21bff9ff8cfe5e6c6..d5ab1c22f10bb47031bbbcb351558eb3902dece4 100644 --- a/Gui/Base/RecentFiles.cpp +++ b/Gui/Base/RecentFiles.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \\file + * \\author Lars Bilke + * \\date 2009-11-05 + * \\brief Implementation of the RecentFiles class. + * + * \\copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file RecentFiles.cpp + * http://www.opengeosys.org/project/license * - * Created on 2009-11-05 by */ // ** INCLUDES ** diff --git a/Gui/Base/TreeItem.cpp b/Gui/Base/TreeItem.cpp index f548e089dd11c8b850094e4ef1fe0e9db27cee8d..fd1b1817ff273c7783d75cc68c4af4219b02fb6e 100644 --- a/Gui/Base/TreeItem.cpp +++ b/Gui/Base/TreeItem.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the TreeItem class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TreeItem.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "TreeItem.h" diff --git a/Gui/Base/TreeItem.h b/Gui/Base/TreeItem.h index 2a08f8b97d534da2ec15e32747891fadcec77b3f..56cc3344b8bb9390e68da5226e94e495db1fabe7 100644 --- a/Gui/Base/TreeItem.h +++ b/Gui/Base/TreeItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the TreeItem class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TreeItem.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QTREEITEM_H diff --git a/Gui/Base/TreeModel.cpp b/Gui/Base/TreeModel.cpp index 327189d9102afc51b14a39a6cf6de71539efa287..9fc8feb77e18942510fb2a21f9985f9efd10baea 100644 --- a/Gui/Base/TreeModel.cpp +++ b/Gui/Base/TreeModel.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the TreeModel class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TreeModel.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "TreeModel.h" diff --git a/Gui/Base/TreeModel.h b/Gui/Base/TreeModel.h index 65768dc406e56fa7f29f6c6a6f969fef94b0c019..e906dd7d8061f8cee3ffdc6c8201216eb4f4d57f 100644 --- a/Gui/Base/TreeModel.h +++ b/Gui/Base/TreeModel.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the TreeModel class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TreeModel.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QTREEMODEL_H diff --git a/Gui/DataView/DiagramView/DetailWindow.cpp b/Gui/DataView/DiagramView/DetailWindow.cpp index 001acfb2bf4af133cb6809b5486618e4a41046f7..0d1d6030117bb7d8a1dca2be070ded1c73301e2e 100644 --- a/Gui/DataView/DiagramView/DetailWindow.cpp +++ b/Gui/DataView/DiagramView/DetailWindow.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the DetailWindow class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DetailWindow.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "Color.h" diff --git a/Gui/DataView/DiagramView/DetailWindow.h b/Gui/DataView/DiagramView/DetailWindow.h index 3f71d778805463cd97089ecc25f56dda80cf3164..b870f2358e1f526ce573d5ae656cb53952bdf432 100644 --- a/Gui/DataView/DiagramView/DetailWindow.h +++ b/Gui/DataView/DiagramView/DetailWindow.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the DetailWindow class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DetailWindow.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef DETAILWINDOW_H diff --git a/Gui/DataView/DiagramView/DiagramList.cpp b/Gui/DataView/DiagramView/DiagramList.cpp index 7480f26dd8d549ae421c8b55422bf5e64beb2b43..f518726e7ac9032644e391f584183a064ac76ed5 100644 --- a/Gui/DataView/DiagramView/DiagramList.cpp +++ b/Gui/DataView/DiagramView/DiagramList.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the DiagramList class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramList.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "DiagramList.h" diff --git a/Gui/DataView/DiagramView/DiagramList.h b/Gui/DataView/DiagramView/DiagramList.h index b70d1b0ee2ac4c68ea6aebc3fa99fa82aff55ae5..c5d7c5b255420c69c93580a56592761669ba3d73 100644 --- a/Gui/DataView/DiagramView/DiagramList.h +++ b/Gui/DataView/DiagramView/DiagramList.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the DiagramList class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramList.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef DIAGRAMLIST_H diff --git a/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp b/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp index 502b83197a6ef0cd7cf0b548e00ef4bde9fea914..9493c8bcfe38504f8709c68a64d65de0aef6c08e 100644 --- a/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp +++ b/Gui/DataView/DiagramView/DiagramPrefsDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the DiagramPrefsDialog class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramPrefsDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "DetailWindow.h" diff --git a/Gui/DataView/DiagramView/DiagramPrefsDialog.h b/Gui/DataView/DiagramView/DiagramPrefsDialog.h index 026142e80d327f6f494e0d46cc560c47b5b791ff..9f06a0445602a981d3c384197fba33e476f64ef3 100644 --- a/Gui/DataView/DiagramView/DiagramPrefsDialog.h +++ b/Gui/DataView/DiagramView/DiagramPrefsDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the DiagramPrefsDialog class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramPrefsDialog.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef DIAGRAMPREFSDIALOG_H diff --git a/Gui/DataView/DiagramView/DiagramScene.cpp b/Gui/DataView/DiagramView/DiagramScene.cpp index 49fe92f65b6504c319dfc3a0106944f9f8dc7efd..78f1feef48f28389ba26447d8b694f88963272a2 100644 --- a/Gui/DataView/DiagramView/DiagramScene.cpp +++ b/Gui/DataView/DiagramView/DiagramScene.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the DiagramScene class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramScene.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "DiagramScene.h" diff --git a/Gui/DataView/DiagramView/DiagramScene.h b/Gui/DataView/DiagramView/DiagramScene.h index 90617020f63bcd91864c034c88c958cf2758b876..c485876a1e6e991b72abcc4c9c1399ddb4f1fcfb 100644 --- a/Gui/DataView/DiagramView/DiagramScene.h +++ b/Gui/DataView/DiagramView/DiagramScene.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the DiagramScene class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramScene.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef DIAGRAMSCENE_H diff --git a/Gui/DataView/DiagramView/DiagramView.cpp b/Gui/DataView/DiagramView/DiagramView.cpp index 65717fa67ad51ceff785c45eab29e6ef967ebbd2..2449cfb3a3572dae4c8cbb9505a8649c266b8025 100644 --- a/Gui/DataView/DiagramView/DiagramView.cpp +++ b/Gui/DataView/DiagramView/DiagramView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the DiagramView class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramView.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "DiagramView.h" diff --git a/Gui/DataView/DiagramView/DiagramView.h b/Gui/DataView/DiagramView/DiagramView.h index 0164a38d768eca8fe590d556372270ded75a8e53..7f3bbd9475b5d0bfef92c457483b877c5ec03d1d 100644 --- a/Gui/DataView/DiagramView/DiagramView.h +++ b/Gui/DataView/DiagramView/DiagramView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the DiagramView class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file DiagramView.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef DIAGRAMVIEW_H diff --git a/Gui/DataView/DiagramView/QArrow.cpp b/Gui/DataView/DiagramView/QArrow.cpp index 5ef3f1f819c8b8a6e666fc73c8f116f33db767f7..4022cc161c9563a50b98d53e14d419988031c039 100644 --- a/Gui/DataView/DiagramView/QArrow.cpp +++ b/Gui/DataView/DiagramView/QArrow.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the QArrow class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file QArrow.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "QArrow.h" diff --git a/Gui/DataView/DiagramView/QArrow.h b/Gui/DataView/DiagramView/QArrow.h index beeb16c24469ba7be8f585a8d568fc6758962b0c..7bb707b19b0a81b51fe901e46d47f821365a05e0 100644 --- a/Gui/DataView/DiagramView/QArrow.h +++ b/Gui/DataView/DiagramView/QArrow.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the QArrow class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file QArrow.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QARROW_H diff --git a/Gui/DataView/DiagramView/QGraphicsGrid.cpp b/Gui/DataView/DiagramView/QGraphicsGrid.cpp index 7ad6cba73b0c799c988e347d069a15a636b4d329..5494046488fa0118a1a65a0cdf6a06680c01f041 100644 --- a/Gui/DataView/DiagramView/QGraphicsGrid.cpp +++ b/Gui/DataView/DiagramView/QGraphicsGrid.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the QGraphicsGrid class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file QGraphicsGrid.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "QGraphicsGrid.h" diff --git a/Gui/DataView/DiagramView/QGraphicsGrid.h b/Gui/DataView/DiagramView/QGraphicsGrid.h index 0ed9f0e7b0cbebd7042de5b57868171c987ecd37..63c55b40ef32fb1318557a04c7313ed6bd9dfcd0 100644 --- a/Gui/DataView/DiagramView/QGraphicsGrid.h +++ b/Gui/DataView/DiagramView/QGraphicsGrid.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the QGraphicsGrid class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file QGraphicsGrid.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QGRAPHICSGRID_H diff --git a/Gui/DataView/ListPropertiesDialog.cpp b/Gui/DataView/ListPropertiesDialog.cpp index accd35bb4453e9b53beeded533f3777b29d5eadc..1e1511664f09216012ac7d2fa7022c0b03e65515 100644 --- a/Gui/DataView/ListPropertiesDialog.cpp +++ b/Gui/DataView/ListPropertiesDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the ListPropertiesDialog class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file ListPropertiesDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "DateTools.h" diff --git a/Gui/DataView/ListPropertiesDialog.h b/Gui/DataView/ListPropertiesDialog.h index ac1ec4d2fdc54869fdeae82ec4335ea4c6c42f66..5bf2434e45c7ca90644f75c164baa44621ff9e2c 100644 --- a/Gui/DataView/ListPropertiesDialog.h +++ b/Gui/DataView/ListPropertiesDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the ListPropertiesDialog class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file ListPropertiesDialog.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef LISTPROPERTIESDIALOG_H diff --git a/Gui/DataView/ModelTreeItem.cpp b/Gui/DataView/ModelTreeItem.cpp index 121213102a04950f5a79e66a5b5c8ef3761867ce..2043d29cc6573f604b26f707b14608795a344b6b 100644 --- a/Gui/DataView/ModelTreeItem.cpp +++ b/Gui/DataView/ModelTreeItem.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the ModelTreeItem class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file ModelTreeItem.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "ModelTreeItem.h" diff --git a/Gui/DataView/ModelTreeItem.h b/Gui/DataView/ModelTreeItem.h index 6d39dfe62e1e828a12fd4ec78ee19f1b88a7584b..1191aa98efdf5ea6cc62b2883937a24d1e5da89c 100644 --- a/Gui/DataView/ModelTreeItem.h +++ b/Gui/DataView/ModelTreeItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the ModelTreeItem class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file ModelTreeItem.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QMODELTREEITEM_H diff --git a/Gui/DataView/StationTreeModel.cpp b/Gui/DataView/StationTreeModel.cpp index 5044629103c961d33d832a56b901382c245fcf8e..d79f283244936e7235429fa57be21f751442d641 100644 --- a/Gui/DataView/StationTreeModel.cpp +++ b/Gui/DataView/StationTreeModel.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the StationTreeModel class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file StationTreeModel.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include "BaseItem.h" diff --git a/Gui/DataView/StationTreeModel.h b/Gui/DataView/StationTreeModel.h index 0c7817a11acf22b4802f4fefdef05da446270d51..fc66d8fffa67dcf4602fb1328f6582bcc19a3409 100644 --- a/Gui/DataView/StationTreeModel.h +++ b/Gui/DataView/StationTreeModel.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the StationTreeModel class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file StationTreeModel.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QSTATIONTREEMODEL_H diff --git a/Gui/DataView/StationTreeView.cpp b/Gui/DataView/StationTreeView.cpp index 8cb507055ffce90b8b651cf90e318c2f16ff6d4c..cba93b6114ff609462d3e48156b44704cd8da8c4 100644 --- a/Gui/DataView/StationTreeView.cpp +++ b/Gui/DataView/StationTreeView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Implementation of the StationTreeView class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file StationTreeView.cpp + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #include <QFileDialog> diff --git a/Gui/DataView/StationTreeView.h b/Gui/DataView/StationTreeView.h index 703b37d194c8aaa697c0858a6c6e0293aa290aed..428c524ce653041f9715bfec43a34718c9fb7baa 100644 --- a/Gui/DataView/StationTreeView.h +++ b/Gui/DataView/StationTreeView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date no date + * \brief Definition of the StationTreeView class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file StationTreeView.h + * http://www.opengeosys.org/project/license * - * Created on by Karsten Rink */ #ifndef QSTATIONTREEVIEW_H diff --git a/Gui/mainwindow.cpp b/Gui/mainwindow.cpp index 3717f54d75b8f26b76a16cd85b794f830e8613f2..8b799d4fcac8c50e4d2f8946c8b1a5c4e62fe635 100644 --- a/Gui/mainwindow.cpp +++ b/Gui/mainwindow.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \\file + * \\author Lars Bilke + * \\date 2009-11-04 + * \\brief Implementation of the MainWindow class. + * + * \\copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file mainwindow.h + * http://www.opengeosys.org/project/license * - * Created on 2009-11-04 by Lars Bilke */ #include "Configure.h" #include "mainwindow.h" diff --git a/Gui/mainwindow.h b/Gui/mainwindow.h index fb03dc7e4fad93c56af4aee10cc2537735f39e44..382d34e33c3f4e0e15ad449ffa35fbd86ee36964 100644 --- a/Gui/mainwindow.h +++ b/Gui/mainwindow.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \\file + * \\author Lars Bilke + * \\date 2009-11-04 + * \\brief Definition of the MainWindow class. + * + * \\copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file mainwindow.h + * http://www.opengeosys.org/project/license * - * Created on 2009-11-04 by Lars Bilke */ #ifndef MAINWINDOW_H diff --git a/SimpleTests/MatrixTests/MatMult.cpp b/SimpleTests/MatrixTests/MatMult.cpp index 9be1a735d2606a9aa193d4b95bbc5f2495fdea14..ffcb8a2a7a2c02c00f49648ef7df1d9f315c0065 100644 --- a/SimpleTests/MatrixTests/MatMult.cpp +++ b/SimpleTests/MatrixTests/MatMult.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-01-03 + * \brief Implementation of tests. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MatMult.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-01-03 by Thomas Fischer */ #include <fstream> diff --git a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp index f0df19b89aafc04e3de2c110a394dc10c4f1a28b..8698e91e2c51698693289c2a8a91defa3e50c904 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-01-03 + * \brief Implementation of tests. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * @file MatVecMultNDPerm.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-01-03 by Thomas Fischer */ #include <cstdlib> diff --git a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp index 8a1f7c17e850d54ad3a8633b2780b16006fc7835..c34722f7e07216e6c98189f45907c62b2909d565 100644 --- a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp +++ b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-01-20 + * \brief Implementation of tests. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \qfile MatVecMultNDPermOpenMP.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-01-20 by Thomas Fischer */ #include <cstdlib> diff --git a/Tests/MathLib/TestLinearSystem.cpp b/Tests/MathLib/TestLinearSystem.cpp index dea1c61aa005a29bc10346f5933b80a0ae17ecc0..e4698425ec454cb75b8793445f76b2cbf46c52c2 100644 --- a/Tests/MathLib/TestLinearSystem.cpp +++ b/Tests/MathLib/TestLinearSystem.cpp @@ -1,13 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com) + * \file + * \author Norihiro Watanabe + * \date 2012-08-03 + * \brief Implementation tests. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.com/LICENSE.txt - * - * - * \file TestLinearSystem.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-08-03 by Norihiro Watanabe */ #include <gtest/gtest.h> @@ -38,14 +40,14 @@ struct Example1 Example1() { double d_mat[] = { - 6.66667e-012, -1.66667e-012, 0, -1.66667e-012, -3.33333e-012, 0, 0, 0, 0, - -1.66667e-012, 1.33333e-011, -1.66667e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 0, 0, 0, - 0, -1.66667e-012, 6.66667e-012, 0, -3.33333e-012, -1.66667e-012, 0, 0, 0, - -1.66667e-012, -3.33333e-012, 0, 1.33333e-011, -3.33333e-012, 0, -1.66667e-012, -3.33333e-012, 0, - -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 2.66667e-011, -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, - 0, -3.33333e-012, -1.66667e-012, 0, -3.33333e-012, 1.33333e-011, 0, -3.33333e-012, -1.66667e-012, - 0, 0, 0, -1.66667e-012, -3.33333e-012, 0, 6.66667e-012, -1.66667e-012, 0, - 0, 0, 0, -3.33333e-012, -3.33333e-012, -3.33333e-012, -1.66667e-012, 1.33333e-011, -1.66667e-012, + 6.66667e-012, -1.66667e-012, 0, -1.66667e-012, -3.33333e-012, 0, 0, 0, 0, + -1.66667e-012, 1.33333e-011, -1.66667e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 0, 0, 0, + 0, -1.66667e-012, 6.66667e-012, 0, -3.33333e-012, -1.66667e-012, 0, 0, 0, + -1.66667e-012, -3.33333e-012, 0, 1.33333e-011, -3.33333e-012, 0, -1.66667e-012, -3.33333e-012, 0, + -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, 2.66667e-011, -3.33333e-012, -3.33333e-012, -3.33333e-012, -3.33333e-012, + 0, -3.33333e-012, -1.66667e-012, 0, -3.33333e-012, 1.33333e-011, 0, -3.33333e-012, -1.66667e-012, + 0, 0, 0, -1.66667e-012, -3.33333e-012, 0, 6.66667e-012, -1.66667e-012, 0, + 0, 0, 0, -3.33333e-012, -3.33333e-012, -3.33333e-012, -1.66667e-012, 1.33333e-011, -1.66667e-012, 0, 0, 0, 0, -3.33333e-012, -1.66667e-012, 0, -1.66667e-012, 6.66667e-012 }; mat.assign(d_mat, d_mat+dim_eqs*dim_eqs); diff --git a/Utils/FileConverter/ConvertGliToVtk.cpp b/Utils/FileConverter/ConvertGliToVtk.cpp index f0e22164f040eb72286f95ef2c597295177bb14d..404b0d6e8eb90078a3ba3a79cc6b453853c0319c 100644 --- a/Utils/FileConverter/ConvertGliToVtk.cpp +++ b/Utils/FileConverter/ConvertGliToVtk.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-05-06 + * \brief Implementation of the gli to vtk converter tool. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file ConvertGliToVtk.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-05-06 by Lars Bilke */ // for backward compatibility, see http://www.boost.org/doc/libs/1_48_0/libs/filesystem/v2/doc/index.htm diff --git a/Utils/FileConverter/ConvertSHPToGLI.cpp b/Utils/FileConverter/ConvertSHPToGLI.cpp index 7276ec255b002f6b98740e20074d45bedb8e7719..a42dcc2e07f30d824a740f1dd845b17540b17535 100644 --- a/Utils/FileConverter/ConvertSHPToGLI.cpp +++ b/Utils/FileConverter/ConvertSHPToGLI.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-05-03 + * \brief Implementation of the shp to gli converter tool. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file ConvertSHPToGLI.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-05-03 by Thomas Fischer */ //ShapeLib includes diff --git a/Utils/FileConverter/ConvertVtkToOsg.cpp b/Utils/FileConverter/ConvertVtkToOsg.cpp index b0fe80f8a2fcd2e68079a2718a2cad5baa3b7b5b..9784167b1df76cbb6647c69ef2de698c1566bda3 100644 --- a/Utils/FileConverter/ConvertVtkToOsg.cpp +++ b/Utils/FileConverter/ConvertVtkToOsg.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-25 + * \brief Implementation of the vtk to osg converter tool. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file ConvertVtkToOsg.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-25 by Lars Bilke */ // ** INCLUDES ** diff --git a/Utils/FileConverter/GMSH2OGS.cpp b/Utils/FileConverter/GMSH2OGS.cpp index 85537e1cefcff0b65489a102c26e2a141f9c43e8..d8876b320ca95d3715103a9b4204e7b2e0450886 100644 --- a/Utils/FileConverter/GMSH2OGS.cpp +++ b/Utils/FileConverter/GMSH2OGS.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-12-13 + * \brief Implementation of the GMSH2OGS converter. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file GMSH2OGS.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-12-13 by Thomas Fischer */ // STL diff --git a/Utils/FileConverter/generateBCFromPolyline.cpp b/Utils/FileConverter/generateBCFromPolyline.cpp index 30577e76d4bfbccf2f30c0eaee6aa54a2d6ebfd6..9cae25d5cd7429add8e51845e9cccd36591efea8 100644 --- a/Utils/FileConverter/generateBCFromPolyline.cpp +++ b/Utils/FileConverter/generateBCFromPolyline.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-08 + * \brief Implementation of the generateBCFromPolyline tool. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file generateBCFromPolyline.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-08 by Thomas Fischer */ // GEO diff --git a/Utils/FileConverter/generateBCandGLI.cpp b/Utils/FileConverter/generateBCandGLI.cpp index da09acbf710895d1ac0055747b92b97c2efebeb2..8f73172e3c12cce5fdf6c5891e038af3900edc81 100644 --- a/Utils/FileConverter/generateBCandGLI.cpp +++ b/Utils/FileConverter/generateBCandGLI.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-01 + * \brief Implementation of the generateBCandGLI tool. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file generateBCandGLI.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-01 by Thomas Fischer */ // GEO diff --git a/Utils/FileConverter/generateMatPropsFromMatID.cpp b/Utils/FileConverter/generateMatPropsFromMatID.cpp index d5b475f37bb5b2b1d0f8eefe2df3657ca7cd3cba..bd3c75552a3dae1115355edbbcfcc94a1730dbf5 100644 --- a/Utils/FileConverter/generateMatPropsFromMatID.cpp +++ b/Utils/FileConverter/generateMatPropsFromMatID.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-12-19 + * \brief Implementation of the generateMatPropsFromMatID tool. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file generateMatPropsFromMatID.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-12-19 by Karsten Rink */ #include "GridAdapter.h" diff --git a/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp b/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp index 9a6fdd31495afa394c0b611ec51c469a9842dfc7..7379a8409f9abb44bb73cc42be357caac02cb3f6 100644 --- a/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp +++ b/Utils/SimpleMeshCreation/createMeshElemPropertiesFromASCRaster.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \\file + * \\author Thomas Fischer + * \\date Nov 1, 2012 + * \\brief Implementation of the createMeshElemPropertiesFromASCRaster tool. + * + * \\copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file createMeshElemPropertiesFromASCRaster.cpp + * http://www.opengeosys.org/project/license * - * Created on Nov 1, 2012 by Thomas Fischer */ // BaseLib diff --git a/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp b/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp index 9760e3df6d55c292f0ec9b0345ab3e7edf08c02c..663069e762c1221aab91099e23da76ae73cac007 100644 --- a/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp +++ b/Utils/SimpleMeshCreation/generateStructuredQuadMesh.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \\file + * \\author Thomas Fischer + * \\date Sep 21, 2012 + * \\brief Implementation of the generateStructuredQuadMesh tool. + * + * \\copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file generateStructuredQuadMesh.cpp + * http://www.opengeosys.org/project/license * - * Created on Sep 21, 2012 by Thomas Fischer */ // BaseLib