diff --git a/Gui/Base/CheckboxDelegate.cpp b/Gui/Base/CheckboxDelegate.cpp index 1f6351ae4c8d93897de72ae0eb47b88174e00ea9..0f15aaf9c93760180f06e082d08e44f83b1485f2 100644 --- a/Gui/Base/CheckboxDelegate.cpp +++ b/Gui/Base/CheckboxDelegate.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-08-19 + * \brief Implementation of the CheckboxDelegate class. + * + * \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 CheckboxDelegate.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-08-19 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/Base/CheckboxDelegate.h b/Gui/Base/CheckboxDelegate.h index 151a9479ec8f815eeadd0f4fe9a47257792d016f..7bdb3608d8580b50eedef50177ecf2c0ee3d6fb0 100644 --- a/Gui/Base/CheckboxDelegate.h +++ b/Gui/Base/CheckboxDelegate.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-08-19 + * \brief Definition of the CheckboxDelegate class. + * + * \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 CheckboxDelegate.h + * http://www.opengeosys.org/project/license * - * Created on 2010-08-19 by Lars Bilke */ #ifndef CHECKBOXDELEGATE_H diff --git a/Gui/Base/ColorPickerPushButton.cpp b/Gui/Base/ColorPickerPushButton.cpp index eb60978e4c5a52dec1d0be91db9c9ecc2cd61168..3ac5c1892b070d71488f8fdd44e0ff73a730bc26 100644 --- a/Gui/Base/ColorPickerPushButton.cpp +++ b/Gui/Base/ColorPickerPushButton.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-05-17 + * \brief Implementation of the ColorPickerPushButton class. + * + * \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 ColorPickerPushButton.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-05-17 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/Base/ColorPickerPushButton.h b/Gui/Base/ColorPickerPushButton.h index bf0d96a633fe536ea1e7cc658a682b0bf954b3c8..180982691e3771fb374567e2d49831430c514792 100644 --- a/Gui/Base/ColorPickerPushButton.h +++ b/Gui/Base/ColorPickerPushButton.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-05-17 + * \brief Definition of the ColorPickerPushButton class. + * + * \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 ColorPickerPushButton.h + * http://www.opengeosys.org/project/license * - * Created on 2010-05-17 by Lars Bilke */ #ifndef COLORPICKERPUSHBUTTON_H diff --git a/Gui/Base/OGSError.cpp b/Gui/Base/OGSError.cpp index de310882991a10a031b3862df94f2375c439b6d7..7c582f8c051eb81096a9fad2b918921919b1edd7 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.org) * 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..6393807326c449a29a1107bb1257ec285c73883d 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.org) * 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..d8b04f7e8bd315112e4ef186cc63cb55956a0128 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.org) * 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..3be145c2ceaf86c75c13b9813b11e82a382eac7b 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.org) * 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/QValueTooltipSlider.cpp b/Gui/Base/QValueTooltipSlider.cpp index 69c31baa859bd753f1424ed612991a2404fed3d5..61faa6accbc1765ece7d96cc95a4e4c941347d7d 100644 --- a/Gui/Base/QValueTooltipSlider.cpp +++ b/Gui/Base/QValueTooltipSlider.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2011-03-23 + * \brief Implementation of the QValueTooltipSlider class. + * + * \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 QValueTooltipSlider.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-23 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/Base/QValueTooltipSlider.h b/Gui/Base/QValueTooltipSlider.h index 8755e1a0203cfb348cd65b3e519191255d490090..fd6968bb8a66aed6b637cf611585034508713c79 100644 --- a/Gui/Base/QValueTooltipSlider.h +++ b/Gui/Base/QValueTooltipSlider.h @@ -1,12 +1,14 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2011-03-23 + * \brief Definition of the QValueTooltipSlider class. + * + * \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 QValueTooltipSlider.h - * - * Created on 2011-03-23 by Lars Bilke + * http://www.opengeosys.org/project/license */ #ifndef QVALUETOOLTIPSLIDER_H diff --git a/Gui/Base/RecentFiles.cpp b/Gui/Base/RecentFiles.cpp index b469b096bc73b954a9debde21bff9ff8cfe5e6c6..6ecf3b4343d61d009b1cd232068f585d5ee7817d 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/RecentFiles.h b/Gui/Base/RecentFiles.h index 2f03a708725ea0ea545be6c6df93ff027989802a..3ab58e701f01d605a48cd888c1c555016c3bf701 100644 --- a/Gui/Base/RecentFiles.h +++ b/Gui/Base/RecentFiles.h @@ -1,12 +1,14 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-11-05 + * \brief Definition of the RecentFiles class. + * + * \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 RecentFiles.h - * - * Created on 2009-11-05 by Lars Bilke + * http://www.opengeosys.org/project/license */ #ifndef RECENTFILES_H diff --git a/Gui/Base/StrictDoubleValidator.h b/Gui/Base/StrictDoubleValidator.h index a4654852690d85cdac4292623866b97ec665810a..8fba30f1966ac597d75cd91eed4a9f69c9bd6e31 100644 --- a/Gui/Base/StrictDoubleValidator.h +++ b/Gui/Base/StrictDoubleValidator.h @@ -1,12 +1,14 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-01-24 + * \brief Implementation of the StrictDoubleValidator class. + * + * \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 StrictDoubleValidator.h - * - * Created on 2011-01-24 by Thomas Fischer + * http://www.opengeosys.org/project/license */ #ifndef STRICTDOUBLEVALIDATOR_H_ diff --git a/Gui/Base/StrictIntValidator.h b/Gui/Base/StrictIntValidator.h index 54e21ee139d26ad1c73f44ab1159636b95d7be4b..7ddbfd0b9a2260a3550f5ad06b28592327f81d0c 100644 --- a/Gui/Base/StrictIntValidator.h +++ b/Gui/Base/StrictIntValidator.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-01-24 + * \brief Definition of the StrictIntValidator class. + * + * \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.net/LICENSE.txt - * - * \file StrictIntValidator.h - * - * Created on 2011-01-24 by Thomas Fischer + * http://www.opengeosys.org/project/license + */ #ifndef STRICTINTVALIDATOR_H_ diff --git a/Gui/Base/TreeItem.cpp b/Gui/Base/TreeItem.cpp index f548e089dd11c8b850094e4ef1fe0e9db27cee8d..34692d9f7abc947fced8fc4be9992f55313e6b10 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.org) * 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..6e062b1c11d2775034f3f5b5042ba764072abb76 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.org) * 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..e9105c9b6d43e10aab0f2559f6cc6026af6e99a2 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.org) * 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..852f109bba899fd2d6bf29221903f21fa11ddefb 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.org) * 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/Base/TreeModelIterator.cpp b/Gui/Base/TreeModelIterator.cpp index 8b7c0e51bee03117050a7d3f1640b4e69763ab98..026f7fd72058f215142287da8453165e91bf67d9 100644 --- a/Gui/Base/TreeModelIterator.cpp +++ b/Gui/Base/TreeModelIterator.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-06-23 + * \brief Implementation of the TreeModelIterator class. + * + * \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 TreeModelIterator.cpp - * - * Created on 2010-06-23 by Lars Bilke + * http://www.opengeosys.org/project/license + */ // ** INCLUDES ** diff --git a/Gui/Base/TreeModelIterator.h b/Gui/Base/TreeModelIterator.h index cd02c1855abce2af2108ef998036d027483856e3..7ed4ed51e58bc86b3c12048eecd4d37499e09ccf 100644 --- a/Gui/Base/TreeModelIterator.h +++ b/Gui/Base/TreeModelIterator.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-06-23 + * \brief Definition of the TreeModelIterator class. + * + * \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 TreeModelIterator.h - * - * Created on 2010-06-23 by Lars Bilke + * http://www.opengeosys.org/project/license + */ #ifndef TREEMODELITERATOR_H diff --git a/Gui/DataView/BaseItem.h b/Gui/DataView/BaseItem.h index db36c4bf87cf76c048f2774ce3d480b710a031bb..49acdd57c33e7ba8ad1698b79b43871300d91918 100644 --- a/Gui/DataView/BaseItem.h +++ b/Gui/DataView/BaseItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-01-20 + * \brief Definition of the BaseItem class. + * + * \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 BaseItem.h + * http://www.opengeosys.org/project/license * - * Created on 2010-01-20 by Karsten Rink */ #ifndef BASEITEM_H #define BASEITEM_H diff --git a/Gui/DataView/ColorTableModel.cpp b/Gui/DataView/ColorTableModel.cpp index d3886ffdc79365546f50b9b8027a82e0d581061b..d22e0c2e267caaa29796bbce44f24fbea9d8c232 100644 --- a/Gui/DataView/ColorTableModel.cpp +++ b/Gui/DataView/ColorTableModel.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-09-24 + * \brief Implementation of the ColorTableModel class. + * + * \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 ColorTableModel.cpp + * http://www.opengeosys.org/project/license * - * Created on 2009-09-24 by Lars Bilke */ #include "ColorTableModel.h" diff --git a/Gui/DataView/ColorTableModel.h b/Gui/DataView/ColorTableModel.h index dbc8d058f6a6ff7707a484329fa36b121c5a62c6..4c253b795305c45adfeae519d681cafeadd05911 100644 --- a/Gui/DataView/ColorTableModel.h +++ b/Gui/DataView/ColorTableModel.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-06-17 + * \brief Definition of the ColorTableModel class. + * + * \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 ColorTableModel.h + * http://www.opengeosys.org/project/license * - * Created on 2010-06-17 by Karsten Rink */ #ifndef COLORTABLEMODEL_H diff --git a/Gui/DataView/ColorTableView.cpp b/Gui/DataView/ColorTableView.cpp index 54649d18822887b1cdd5470276b072ef0e8f002b..833a03843dfb16d89559f562f2540a97965fc511 100644 --- a/Gui/DataView/ColorTableView.cpp +++ b/Gui/DataView/ColorTableView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-06-17 + * \brief Implementation of the ColorTableView class. + * + * \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 ColorTableView.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-17 by Karsten Rink * */ diff --git a/Gui/DataView/ColorTableView.h b/Gui/DataView/ColorTableView.h index 89bbcf4eb6eb1ddadcf606ed04866dc9e90e56ef..ac52b132cee22888a98e940b71ab7ddfb3165222 100644 --- a/Gui/DataView/ColorTableView.h +++ b/Gui/DataView/ColorTableView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-06-17 + * \brief Definition of the ColorTableView class. + * + * \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 ColorTableView.h + * http://www.opengeosys.org/project/license * - * Created on 2010-06-17 by Karsten Rink */ #ifndef COLORTABLEVIEW_H #define COLORTABLEVIEW_H diff --git a/Gui/DataView/CondFromRasterDialog.cpp b/Gui/DataView/CondFromRasterDialog.cpp index 753f9b77a7b3c647ef77edb93eca22e5eef675eb..fe5d5daec6e0e5f360cf8d7fc26638bbc2361bfe 100644 --- a/Gui/DataView/CondFromRasterDialog.cpp +++ b/Gui/DataView/CondFromRasterDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-01-04 + * \brief Implementation of the CondFromRasterDialog class. + * + * \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 CondFromRasterDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-01-04 by Karsten Rink */ #include "CondFromRasterDialog.h" diff --git a/Gui/DataView/CondFromRasterDialog.h b/Gui/DataView/CondFromRasterDialog.h index ad0513a67e2dd616cd7e318249071d075c81dba2..54189f0602ac1b06be7686515499933ebc397f41 100644 --- a/Gui/DataView/CondFromRasterDialog.h +++ b/Gui/DataView/CondFromRasterDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-01-04 + * \brief Definition of the CondFromRasterDialog class. + * + * \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 CondFromRasterDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2012-01-04 by Karsten Rink */ #ifndef CONDFROMRASTERDIALOG_H diff --git a/Gui/DataView/CondItem.h b/Gui/DataView/CondItem.h index d3645fc33f76c5bfa317535db80c38b96edd6bba..6682c9978bbb16a431eef4c4e68457bec4368814 100644 --- a/Gui/DataView/CondItem.h +++ b/Gui/DataView/CondItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-10-20 + * \brief Definition of the CondItem class. + * + * \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 CondItem.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-20 by Karsten Rink */ #ifndef CONDITEM_H diff --git a/Gui/DataView/CondObjectListItem.h b/Gui/DataView/CondObjectListItem.h index bc39fa2f4fdc1fd57d7aab393bb7e9d2c0791252..ca88fb865a13f7fb58f2bd970e2b0c58911c0d82 100644 --- a/Gui/DataView/CondObjectListItem.h +++ b/Gui/DataView/CondObjectListItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-04-05 + * \brief Definition of the CondObjectListItem class. + * + * \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 GeoObjectListItem.h + * http://www.opengeosys.org/project/license * - * Created on 2011-04-05 by Karsten Rink * */ #ifndef CONDOBJECTLISTITEM_H diff --git a/Gui/DataView/ConditionWriterDialog.cpp b/Gui/DataView/ConditionWriterDialog.cpp index d5a616f974b0f7b450d8d2c2299a1c0167432930..a2e6d3c0d47246a596975c3fc2e21002cb0c5690 100644 --- a/Gui/DataView/ConditionWriterDialog.cpp +++ b/Gui/DataView/ConditionWriterDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-01-11 + * \brief Implementation of the ConditionWriterDialog class. + * + * \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 ConditionWriterDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-01-11 by Karsten Rink */ #include "ConditionWriterDialog.h" diff --git a/Gui/DataView/ConditionWriterDialog.h b/Gui/DataView/ConditionWriterDialog.h index 0453a41fb41735ff331611c9c1a0cb5bb41648c8..66327551f2ec338707709e94093452dfa6d32b1c 100644 --- a/Gui/DataView/ConditionWriterDialog.h +++ b/Gui/DataView/ConditionWriterDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-01-11 + * \brief Definition of the ConditionWriterDialog class. + * + * \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 ConditionWriterDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2012-01-11 by Karsten Rink */ #ifndef CONDITIONWRITERDIALOG_H diff --git a/Gui/DataView/DiagramView/DetailWindow.cpp b/Gui/DataView/DiagramView/DetailWindow.cpp index 001acfb2bf4af133cb6809b5486618e4a41046f7..1997c53e72fb4a4c8d40db527e14d373ceeb5a84 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.org) * 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..ce6099bec8290ec48b455412caeee20733cfb2f8 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.org) * 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..b2505c549b69d3d30f7f2c38bc9eba347075ead5 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.org) * 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..df715c0b2ab70a282a9e49d01af86c336e693592 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.org) * 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..02728f620aecc3c4d17a369a599b383e49271bc3 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.org) * 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..e1936d58cd2387d85a2a1af98c291dcd08bc4572 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.org) * 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..0187044b1e06a7dc4531ce918f3bbad40d60bd93 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.org) * 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..bce19c91a98ae025499b73acd7cd4d28037ccae9 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.org) * 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..f89ec2dd85eff0ff02567fb2e836744a101f2f7a 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.org) * 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..1ca68ba0c81d66ea0dc6f9500767e3c99732860b 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.org) * 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..15dee408ebc94c2833b4350d38173deb38d77207 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.org) * 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..86a1eb9fe1ca2d62368f096795cb1584e5075591 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.org) * 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..90fc58bbc893ff8cd11845a28fd658a5b636647b 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.org) * 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..08dc96448f1cdb889f8676c19c2120c2f13718b1 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.org) * 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/DirectConditionGenerator.cpp b/Gui/DataView/DirectConditionGenerator.cpp index 6ea12fee1e03569307daf692bb990403cb291422..cb9a759a6ae2fe845e05d84905858e541defa1a6 100644 --- a/Gui/DataView/DirectConditionGenerator.cpp +++ b/Gui/DataView/DirectConditionGenerator.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-01-04 + * \brief Implementation of the DirectConditionGenerator class. + * + * \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 DirectConditionGenerator.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-01-04 by Karsten Rink */ #include <fstream> diff --git a/Gui/DataView/DirectConditionGenerator.h b/Gui/DataView/DirectConditionGenerator.h index 1c2b7cfc21212a2d10233b95de9f07580b26fb28..f7795de202d79bcbf1fd77afec305c018d207493 100644 --- a/Gui/DataView/DirectConditionGenerator.h +++ b/Gui/DataView/DirectConditionGenerator.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-01-04 + * \brief Definition of the DirectConditionGenerator class. + * + * \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 DirectConditionGenerator.h + * http://www.opengeosys.org/project/license * - * Created on 2012-01-04 by Karsten Rink */ #ifndef DIRECTCONDITIONGENERATOR_H diff --git a/Gui/DataView/ElementTreeModel.cpp b/Gui/DataView/ElementTreeModel.cpp index ef964abc0bf21015210989fcfd4bb115002b099c..d0f3e9cc2e12a9452e9ae8c38df3f36d82c7c73b 100644 --- a/Gui/DataView/ElementTreeModel.cpp +++ b/Gui/DataView/ElementTreeModel.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-05-10 + * \brief Implementation of the ElementTreeModel class. + * + * \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 ElementTreeModel.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-05-10 by Karsten Rink */ #include "ElementTreeModel.h" diff --git a/Gui/DataView/ElementTreeModel.h b/Gui/DataView/ElementTreeModel.h index a5bd34ae16fef6d95a2505435625c67d76640504..cf85a7a5961bc148342911ed6f44a31c8a373bdc 100644 --- a/Gui/DataView/ElementTreeModel.h +++ b/Gui/DataView/ElementTreeModel.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-05-10 + * \brief Definition of the ElementTreeModel class. + * + * \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 ElementTreeModel.h + * http://www.opengeosys.org/project/license * - * Created on 2011-05-10 by Karsten Rink */ #ifndef ELEMENTTREEMODEL_H diff --git a/Gui/DataView/FEMConditionSetupDialog.cpp b/Gui/DataView/FEMConditionSetupDialog.cpp index 1631f21b3a5b56d6ab86821a93fdf19eac0ab0ab..9c84fea32efd6c86b447cfaebfd275592eae31c3 100644 --- a/Gui/DataView/FEMConditionSetupDialog.cpp +++ b/Gui/DataView/FEMConditionSetupDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-11-07 + * \brief Implementation of the FEMConditionSetupDialog class. + * + * \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 FEMConditionSetupDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-11-07 by Karsten Rink */ #include "FEMConditionSetupDialog.h" diff --git a/Gui/DataView/FEMConditionSetupDialog.h b/Gui/DataView/FEMConditionSetupDialog.h index 9b32549c65943aca51e98600ece04ddc80a6cef0..fbbfc4df4c3707ab7330c62bfcac6e0d3aa21494 100644 --- a/Gui/DataView/FEMConditionSetupDialog.h +++ b/Gui/DataView/FEMConditionSetupDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-11-07 + * \brief Definition of the FEMConditionSetupDialog class. + * + * \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 FEMConditionSetupDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2011-11-07 by Karsten Rink */ #ifndef FEMCONDITIONSETUPDIALOG_H diff --git a/Gui/DataView/GEOModels.cpp b/Gui/DataView/GEOModels.cpp index 7f2a8864e9106c3f69149f122dbf789662384546..3c0fa7667572b008c31f5157c69ffda794f49aa4 100644 --- a/Gui/DataView/GEOModels.cpp +++ b/Gui/DataView/GEOModels.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-09 + * \brief Implementation of the GEOModels class. + * + * \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 GEOModels.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-09 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/DataView/GEOModels.h b/Gui/DataView/GEOModels.h index 399c66ebc7bf59810c42a1bec32b3aa2ca6f07aa..ffed6e902e36bd46bf5dd1cc689dffa4cd7c24b3 100644 --- a/Gui/DataView/GEOModels.h +++ b/Gui/DataView/GEOModels.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-09 + * \brief Definition of the GEOModels class. + * + * \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 GEOModels.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-09 by Lars Bilke */ #ifndef GEOMODELS_H diff --git a/Gui/DataView/GMSHPrefsDialog.cpp b/Gui/DataView/GMSHPrefsDialog.cpp index b0f9014a16ce55d5d8060469b660270ae95eb639..e1bfc49d55c3a0ec0f9a6b29c25a4081dbaf5cae 100644 --- a/Gui/DataView/GMSHPrefsDialog.cpp +++ b/Gui/DataView/GMSHPrefsDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-01-21 + * \brief Implementation of the GMSHPrefsDialog class. + * + * \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 GMSHPrefsDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-01-21 by Karsten Rink */ // Base diff --git a/Gui/DataView/GMSHPrefsDialog.h b/Gui/DataView/GMSHPrefsDialog.h index bd62ed3aac4e4297e276afda9b5c4d5a4951ffee..f88193959e76853d0a1da71be4bb3fe4bb0b355a 100644 --- a/Gui/DataView/GMSHPrefsDialog.h +++ b/Gui/DataView/GMSHPrefsDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-01-21 + * \brief Definition of the GMSHPrefsDialog class. + * + * \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 GMSHPrefsDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2010-01-21 by Karsten Rink */ #ifndef GMSHPREFSDIALOG_H diff --git a/Gui/DataView/GeoMapper.cpp b/Gui/DataView/GeoMapper.cpp index a382a68e56043645d9ec239f179bb1b36f3c42a7..84aa0d254656b7fcc7f278c92a27f610c3df4039 100644 --- a/Gui/DataView/GeoMapper.cpp +++ b/Gui/DataView/GeoMapper.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-09-25 + * \brief Implementation of the GeoMapper class. + * + * \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 GeoMapper.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-09-25 by Karsten Rink */ // ThirdParty/logog diff --git a/Gui/DataView/GeoMapper.h b/Gui/DataView/GeoMapper.h index 24f9a48c132eaa63b732cbe8cf4bae8fc6f5c4d2..f6826d14bd43f88fd61d138a9c6cc52bbf844cc8 100644 --- a/Gui/DataView/GeoMapper.h +++ b/Gui/DataView/GeoMapper.h @@ -1,12 +1,15 @@ -/** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + /** + * \file + * \author Karsten Rink + * \date 2012-09-25 + * \brief Definition of the GeoMapper class. + * + * \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 GeoMapper.h + * http://www.opengeosys.org/project/license * - * Created on 2012-09-25 by Karsten Rink */ #ifndef GEOMAPPER_H diff --git a/Gui/DataView/GeoObjectListItem.h b/Gui/DataView/GeoObjectListItem.h index d419e8d550a9f017328b5962162c27a10d8b5107..e2f37fe5162d80e5f4d96e3587168d934844ee89 100644 --- a/Gui/DataView/GeoObjectListItem.h +++ b/Gui/DataView/GeoObjectListItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-07 + * \brief Definition of the GeoObjectListItem class. + * + * \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 GeoObjectListItem.h + * http://www.opengeosys.org/project/license * - * Created on 2011-02-07 by Karsten Rink * */ #ifndef GEOOBJECTLISTITEM_H diff --git a/Gui/DataView/GeoTabWidget.cpp b/Gui/DataView/GeoTabWidget.cpp index c1fcbabb1147a3e1aa31a185b6e850b56d001032..88649981fe774d05aa356977e86f8183506d97ed 100644 --- a/Gui/DataView/GeoTabWidget.cpp +++ b/Gui/DataView/GeoTabWidget.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-07 + * \brief Implementation of the GeoTabWidget class. + * + * \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 GeoTabWidget.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-02-07 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/DataView/GeoTabWidget.h b/Gui/DataView/GeoTabWidget.h index 31a0ce7eb7fcd7a9b363f1460bcd8389bf4cc767..c8a833fe3ed1b60b5825b57b943f89a823c291a9 100644 --- a/Gui/DataView/GeoTabWidget.h +++ b/Gui/DataView/GeoTabWidget.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-07 + * \brief Implementation of the GeoTabWidget class. + * + * \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 GeoTabWidget.h + * http://www.opengeosys.org/project/license * - * Created on 2011-02-07 by Karsten Rink */ #ifndef GEOTABWIDGET_H diff --git a/Gui/DataView/GeoTreeItem.h b/Gui/DataView/GeoTreeItem.h index 1920df4aa70a01c53c02158a8daae4ffd544c40e..949686363ff9fcbc2c3c9d23d0302d69167e0b52 100644 --- a/Gui/DataView/GeoTreeItem.h +++ b/Gui/DataView/GeoTreeItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-12-08 + * \brief Definition of the GeoTreeItem class. + * + * \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 GeoTreeItem.h + * http://www.opengeosys.org/project/license * - * Created on 2010-12-08 by Karsten Rink */ #ifndef GEOTREEITEM_H diff --git a/Gui/DataView/GeoTreeModel.cpp b/Gui/DataView/GeoTreeModel.cpp index 48e1a3a51399b8aa9cb2bd1e7583f8a274fe08f0..2b2f7e95c5dd24c3e3fe5dd0926fb7581ba5d35c 100644 --- a/Gui/DataView/GeoTreeModel.cpp +++ b/Gui/DataView/GeoTreeModel.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-07 + * \brief Implementation of the GeoTreeModel class. + * + * \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 GeoTreeModel.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-02-07 by Karsten Rink */ #include "GeoObjectListItem.h" diff --git a/Gui/DataView/GeoTreeModel.h b/Gui/DataView/GeoTreeModel.h index a28ef7f23321184015a792bec267880896d1d1cc..8644e01055ab13fef3d7848bea03c9e17b49a1bb 100644 --- a/Gui/DataView/GeoTreeModel.h +++ b/Gui/DataView/GeoTreeModel.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-07 + * \brief Definition of the GeoTreeModel class. + * + * \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 GeoTreeModel.h + * http://www.opengeosys.org/project/license * - * Created on 2011-02-07 by Karsten Rink */ #ifndef GEOTREEMODEL_H diff --git a/Gui/DataView/GeoTreeView.cpp b/Gui/DataView/GeoTreeView.cpp index 74e5560d82de8d467e7224739f756063403e4b71..b52996dc2c37d35f56d008cd7e3925c5053ae129 100644 --- a/Gui/DataView/GeoTreeView.cpp +++ b/Gui/DataView/GeoTreeView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-07 + * \brief Implementation of the GeoTreeView class. + * + * \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 GeoTreeView.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-02-07 by Karsten Rink */ #include <QFileDialog> diff --git a/Gui/DataView/GeoTreeView.h b/Gui/DataView/GeoTreeView.h index 3c5d7e7e049d7affb6d719eec5d3e2219d476877..63a23aba20b8f7530d060f438c0f7e81bfe0d84d 100644 --- a/Gui/DataView/GeoTreeView.h +++ b/Gui/DataView/GeoTreeView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-07 + * \brief Definition of the GeoTreeView class. + * + * \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 GeoTreeView.h + * http://www.opengeosys.org/project/license * - * Created on 2011-02-07 by Karsten Rink */ #ifndef GEOTREEVIEW_H diff --git a/Gui/DataView/LicenseDialog.cpp b/Gui/DataView/LicenseDialog.cpp index 352c3d63880b872899da111f6a12567a6a7344e5..7d23b603b911ea87f7a5b04ad7244a8d3d47950f 100644 --- a/Gui/DataView/LicenseDialog.cpp +++ b/Gui/DataView/LicenseDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-11-30 + * \brief Implementation of the LicenseDialog class. + * + * \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 LicenseDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-11-30 by Karsten Rink */ #include "LicenseDialog.h" @@ -23,7 +26,7 @@ void LicenseDialog::setText() { QString text; QTextStream stream(&text); - stream << "<p>Copyright (c) 2012, OpenGeoSys Community " + stream << "<p>Copyright (c) 2013, OpenGeoSys Community " << "(<a href='http://www.opengeosys.org'>http://www.opengeosys.org</a>)<br />" << "All rights reserved.</p>" << "<p>Redistribution and use in source and binary forms, with or without" diff --git a/Gui/DataView/LicenseDialog.h b/Gui/DataView/LicenseDialog.h index ae63fac3cd7f6abc715ecfcfe6ae9d329bd03f06..9081d0aab11935bba59580b2c6e70b19d055d639 100644 --- a/Gui/DataView/LicenseDialog.h +++ b/Gui/DataView/LicenseDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-11-30 + * \brief Definition of the LicenseDialog class. + * + * \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 LicenseDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2012-11-30 by Karsten Rink */ #ifndef LICENSEDIALOG_H diff --git a/Gui/DataView/LineEditDialog.cpp b/Gui/DataView/LineEditDialog.cpp index 103f553b55103425435dcc7e68519ab3cfc69b49..253b8bf2cea9e532f235f0f578ee1950139e0312 100644 --- a/Gui/DataView/LineEditDialog.cpp +++ b/Gui/DataView/LineEditDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-12-09 + * \brief Implementation of the LineEditDialog class. + * + * \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 LineEditDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-12-09 by Karsten Rink */ #include "LineEditDialog.h" diff --git a/Gui/DataView/LineEditDialog.h b/Gui/DataView/LineEditDialog.h index 36109031930ed3f6a5ef0e2390340d6c008f7d13..7c8729bb2322445e2f5700d7e3bfac7668968d3f 100644 --- a/Gui/DataView/LineEditDialog.h +++ b/Gui/DataView/LineEditDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-12-09 + * \brief Definition of the LineEditDialog class. + * + * \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 LineEditDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2010-12-09 by Karsten Rink */ #ifndef LINEEDITDIALOG_H diff --git a/Gui/DataView/LinearEditDialog.cpp b/Gui/DataView/LinearEditDialog.cpp index 5bf3237f0b92d393c461d60a0bc0216e65ce474d..5c5ae992a318f6965249589f755f4916f2d98baa 100644 --- a/Gui/DataView/LinearEditDialog.cpp +++ b/Gui/DataView/LinearEditDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-04-17 + * \brief Implementation of the LinearEditDialog class. + * + * \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 LinearEditDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-04-17 by Karsten Rink */ #include "LinearEditDialog.h" diff --git a/Gui/DataView/LinearEditDialog.h b/Gui/DataView/LinearEditDialog.h index 1ad1fd26faeb0df6fe6bee823d82af729f10006b..407c16c98156ecb31319c0bf6b5aa562067a6e3a 100644 --- a/Gui/DataView/LinearEditDialog.h +++ b/Gui/DataView/LinearEditDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-04-17 + * \brief Definition of the LinearEditDialog class. + * + * \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 LinearEditDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2012-04-17 by Karsten Rink */ #ifndef LINEAREDITDIALOG_H diff --git a/Gui/DataView/ListPropertiesDialog.cpp b/Gui/DataView/ListPropertiesDialog.cpp index accd35bb4453e9b53beeded533f3777b29d5eadc..056926e15e8d1ab3090c2268a68beaacc8b30a78 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.org) * 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..7ba71eac44a5090267c3b4fe5fa58deb4af26bbf 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.org) * 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..0b3ca653b1f2962e79968e24a277f2f82e9664f9 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.org) * 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..83403d2b75f15fde54a9c9c81a0b2045443d2333 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.org) * 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/ModellingTabWidget.cpp b/Gui/DataView/ModellingTabWidget.cpp index 62788ccc1950a2c7dedd578699dc66affd94fe4e..4aa04926db8b2bf63ed3d10024135e89538a0197 100644 --- a/Gui/DataView/ModellingTabWidget.cpp +++ b/Gui/DataView/ModellingTabWidget.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-12-14 + * \brief Implementation of the ModellingTabWidget class. + * + * \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 ModellingTabWidget.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-12-14 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/DataView/ModellingTabWidget.h b/Gui/DataView/ModellingTabWidget.h index ead0cb57b6fcd99822d22a78a148afe61285cd94..874320870a0a3ae9bd23431bda2a778b8862e97c 100644 --- a/Gui/DataView/ModellingTabWidget.h +++ b/Gui/DataView/ModellingTabWidget.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-12-14 + * \brief Definition of the ModellingTabWidget class. + * + * \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 ModellingTabWidget.h + * http://www.opengeosys.org/project/license * - * Created on 2010-12-14 by Karsten Rink */ #ifndef MODELLINGTABWIDGET_H diff --git a/Gui/DataView/MshEditDialog.cpp b/Gui/DataView/MshEditDialog.cpp index 46310171fc8c03fdb2f5dac0196c740c2e252ec5..67c965f10ee494fb194392159006b9a94c6bf859 100644 --- a/Gui/DataView/MshEditDialog.cpp +++ b/Gui/DataView/MshEditDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-09 + * \brief Implementation of the MshEditDialog class. + * + * \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 MshEditDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-11-09 by Karsten Rink */ diff --git a/Gui/DataView/MshEditDialog.h b/Gui/DataView/MshEditDialog.h index 9cb6f702d8ce93bfe0eee0595fe0212baa904dc1..69c2e9739c912e6c4b6f2eb0dc7464910ec14cb5 100644 --- a/Gui/DataView/MshEditDialog.h +++ b/Gui/DataView/MshEditDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-09 + * \brief Definition of the MshEditDialog class. + * + * \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 MshEditDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2010-11-09 by Karsten Rink */ #ifndef MSHEDITDIALOG_H @@ -58,7 +61,7 @@ private: QVBoxLayout* _radiobuttonLayout; QRadioButton* _selectButton1; QRadioButton* _selectButton2; - unsigned _n_layers; + unsigned _n_layers; bool _use_rasters; private slots: diff --git a/Gui/DataView/MshItem.cpp b/Gui/DataView/MshItem.cpp index 634e16c25ac37fdb80d7cbd80d12db96a250dfaa..3f20fc013296e8996b85e0630060d8bfff2e1a10 100644 --- a/Gui/DataView/MshItem.cpp +++ b/Gui/DataView/MshItem.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-05-17 + * \brief Implementation of the MshItem class. + * + * \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 MshItem.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-05-17 by Karsten Rink */ #include "MshItem.h" diff --git a/Gui/DataView/MshItem.h b/Gui/DataView/MshItem.h index a07e6db9eeca8a359a2047df506676f7ba18a142..c1a8c3647685387bbe2e5352d732c20231a7d87f 100644 --- a/Gui/DataView/MshItem.h +++ b/Gui/DataView/MshItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-05-17 + * \brief Definition of the MshItem class. + * + * \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 MshItem.h + * http://www.opengeosys.org/project/license * - * Created on 2010-05-17 by Karsten Rink */ #ifndef MSHITEM_H diff --git a/Gui/DataView/MshLayerMapper.cpp b/Gui/DataView/MshLayerMapper.cpp index 6ba4fe4d4be030a5ce53d89793dd5f707f5a2d4e..8c6a40533e4ced28df1a9ab1707edeb203a71a5b 100644 --- a/Gui/DataView/MshLayerMapper.cpp +++ b/Gui/DataView/MshLayerMapper.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-01 + * \brief Implementation of the MshLayerMapper class. + * + * \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 MshLayerMapper.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-11-01 by Karsten Rink */ // ThirdParty/logog diff --git a/Gui/DataView/MshLayerMapper.h b/Gui/DataView/MshLayerMapper.h index 54b5089eebb04685a73c892b106ed9d7ce24bf9b..89960cc504a229d2b9f3942c5e885943ff4f002e 100644 --- a/Gui/DataView/MshLayerMapper.h +++ b/Gui/DataView/MshLayerMapper.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-01 + * \brief Definition of the MshLayerMapper class. + * + * \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 MshLayerMapper.h + * http://www.opengeosys.org/project/license * - * Created on 2010-11-01 by Karsten Rink */ #ifndef MSHLAYERMAPPER_H @@ -30,7 +33,7 @@ public: ~MshLayerMapper() {} /** - * Based on a triangle-or quad mesh this method creates a 3D mesh with with a given number of prism- or hex-layers + * Based on a triangle-or quad mesh this method creates a 3D mesh with with a given number of prism- or hex-layers * \param mesh The triangle/quad mesh that is the basis for the new prism/hex mesh * \param nLayers The number of layers of prism/hex elements that will be extruded from the triangle/quad elements of the original mesh * \param thickness The thickness of each of these newly added layers @@ -45,9 +48,9 @@ public: static int LayerMapping(MeshLib::Mesh* msh, const std::string &rasterfile, const unsigned nLayers, const unsigned layer_id, bool removeNoDataValues = false); - /** + /** * Blends a mesh with the surface given by dem_raster. Nodes and elements above the surface are either removed or adapted to fit the surface. - * Note: It is unlikely but possible that the new nodes vector contains (very few) nodes that are not part of any element. This problem is + * Note: It is unlikely but possible that the new nodes vector contains (very few) nodes that are not part of any element. This problem is * remedied at the end of method upon creating the actual mesh from the new node- and element-vector as the mesh-constructor checks for such * nodes and removes them. This note is just to call this issue to attention in case this methods is changed. */ diff --git a/Gui/DataView/MshModel.cpp b/Gui/DataView/MshModel.cpp index 225ae18604b000ec236eeaf9587fd6eefd16f6f5..23b39fd012e4e16988b701164065634db8667a74 100644 --- a/Gui/DataView/MshModel.cpp +++ b/Gui/DataView/MshModel.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-10-19 + * \brief Implementation of the MshModel class. + * + * \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 MshModel.cpp + * http://www.opengeosys.org/project/license * - * Created on 2009-10-19 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/DataView/MshModel.h b/Gui/DataView/MshModel.h index 1ff33f7819d87175d9892e73a877ad300a5c5b55..671625c8ce5e53bdeeb1b5f7d301c1c409668b4f 100644 --- a/Gui/DataView/MshModel.h +++ b/Gui/DataView/MshModel.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-10-19 + * \brief Definition of the MshModel class. + * + * \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 MshModel.h + * http://www.opengeosys.org/project/license * - * Created on 2009-10-19 by Lars Bilke */ #ifndef MSHMODEL_H diff --git a/Gui/DataView/MshQualitySelectionDialog.cpp b/Gui/DataView/MshQualitySelectionDialog.cpp index 3eae3a5e0f5454a60c69bab91033c2f86b71f921..984cdb9950b43649b057ba6fdee54272a93ff53c 100644 --- a/Gui/DataView/MshQualitySelectionDialog.cpp +++ b/Gui/DataView/MshQualitySelectionDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-03-16 + * \brief Implementation of the MshQualitySelectionDialog class. + * + * \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 MshQualitySelectionDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-16 by Karsten Rink */ #include "MshQualitySelectionDialog.h" diff --git a/Gui/DataView/MshQualitySelectionDialog.h b/Gui/DataView/MshQualitySelectionDialog.h index 9df040911f8e023db7837d9800b129f51f0955da..ce5778f5bba6b526e988528ecb99467f2214c940 100644 --- a/Gui/DataView/MshQualitySelectionDialog.h +++ b/Gui/DataView/MshQualitySelectionDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-03-16 + * \brief Definition of the MshQualitySelectionDialog class. + * + * \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 MshQualitySelectionDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2011-03-16 by Karsten Rink */ #ifndef MSHQUALITYSELECTIONDIALOG_H diff --git a/Gui/DataView/MshTabWidget.cpp b/Gui/DataView/MshTabWidget.cpp index 1cb2fe2949f187e8ab552e76ca8d6cfe36f62205..38732f2aa1efcc238ea68f0578f314374b889dba 100644 --- a/Gui/DataView/MshTabWidget.cpp +++ b/Gui/DataView/MshTabWidget.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-11-03 + * \brief Implementation of the MshTabWidget class. + * + * \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 MshTabWidget.cpp + * http://www.opengeosys.org/project/license * - * Created on 2009-11-03 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/DataView/MshTabWidget.h b/Gui/DataView/MshTabWidget.h index b2f7178f97d302a631f447c0a1d974f002962092..9d3469ac29f7b09e91b0a3da1fd1234051cd4a29 100644 --- a/Gui/DataView/MshTabWidget.h +++ b/Gui/DataView/MshTabWidget.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-11-03 + * \brief Definition of the MshTabWidget class. + * + * \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 MshTabWidget.h + * http://www.opengeosys.org/project/license * - * Created on 2009-11-03 by Lars Bilke */ #ifndef MSHTABWIDGET_H diff --git a/Gui/DataView/MshView.cpp b/Gui/DataView/MshView.cpp index 48b90f7539918765be70bc5a0f9339ce24092b5b..1f8b86b73c80cad020cb66b9b04bea93801bba24 100644 --- a/Gui/DataView/MshView.cpp +++ b/Gui/DataView/MshView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-09-24 + * \brief Implementation of the MshView class. + * + * \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 MshView.cpp + * http://www.opengeosys.org/project/license * - * Created on 2009-09-24 by Lars Bilke */ #include "MshView.h" @@ -95,16 +98,16 @@ void MshView::contextMenuEvent( QContextMenuEvent* event ) QModelIndex index = this->selectionModel()->currentIndex(); MshItem* item = dynamic_cast<MshItem*>(static_cast<TreeItem*>(index.internalPointer())); bool is_3D_mesh (item->getMesh()->getDimension() == 3); - + if (item) { QMenu menu; QAction* editMeshAction = menu.addAction("Edit mesh..."); QAction* checkMeshAction = menu.addAction("Check mesh quality..."); QAction* surfaceMeshAction (NULL); - if (is_3D_mesh) - surfaceMeshAction = menu.addAction("Extract surface"); - + if (is_3D_mesh) + surfaceMeshAction = menu.addAction("Extract surface"); + menu.addSeparator(); QMenu direct_cond_menu("DIRECT Conditions"); menu.addMenu(&direct_cond_menu); @@ -113,7 +116,7 @@ void MshView::contextMenuEvent( QContextMenuEvent* event ) //menu.addSeparator(); connect(editMeshAction, SIGNAL(triggered()), this, SLOT(openMshEditDialog())); connect(checkMeshAction, SIGNAL(triggered()), this, SLOT(checkMeshQuality())); - if (is_3D_mesh) + if (is_3D_mesh) connect(surfaceMeshAction, SIGNAL(triggered()), this, SLOT(extractSurfaceMesh())); connect(addDirectAction, SIGNAL(triggered()), this, SLOT(addDIRECTSourceTerms())); connect(loadDirectAction, SIGNAL(triggered()), this, SLOT(loadDIRECTSourceTerms())); @@ -139,7 +142,7 @@ void MshView::extractSurfaceMesh() QModelIndex index = this->selectionModel()->currentIndex(); if (!index.isValid()) return; - + const MeshLib::Mesh* mesh = static_cast<MshModel*>(this->model())->getMesh(index); const double dir[3] = {0, 0, 1}; static_cast<MshModel*>(this->model())->addMesh( MeshLib::MshEditor::getMeshSurface(*mesh, dir) ); diff --git a/Gui/DataView/MshView.h b/Gui/DataView/MshView.h index 7b0afa5eae88fa723b23a8d17ad9cd3963fb5602..436a56b5047c8252adba12efd5cdd20b7c6b34a2 100644 --- a/Gui/DataView/MshView.h +++ b/Gui/DataView/MshView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-09-24 + * \brief Definition of the MshView class. + * + * \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 MshView.h + * http://www.opengeosys.org/project/license * - * Created on 2009-09-24 by Lars Bilke */ #ifndef MSHVIEW_H #define MSHVIEW_H @@ -42,7 +45,7 @@ public slots: void updateView(); protected slots: - /// Is called when the selection of this view changes. + /// Is called when the selection of this view changes. void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected); /// Selects items without sending signals. diff --git a/Gui/DataView/NewProcessDialog.cpp b/Gui/DataView/NewProcessDialog.cpp index afefade3094619b12c752ccf7b2ce385293e8a6e..81438423365eb2dc6ab9c61ff6a3dd11b5583da2 100644 --- a/Gui/DataView/NewProcessDialog.cpp +++ b/Gui/DataView/NewProcessDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-11-17 + * \brief Implementation of the NewProcessDialog class. + * + * \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 NewProcessDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-11-17 by Karsten Rink */ #include "NewProcessDialog.h" diff --git a/Gui/DataView/NewProcessDialog.h b/Gui/DataView/NewProcessDialog.h index 158514f16dfbbc8044e533568860e892f7384b9b..59046d6b515a319f7e994d660f46d0aa69b7839d 100644 --- a/Gui/DataView/NewProcessDialog.h +++ b/Gui/DataView/NewProcessDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-11-17 + * \brief Definition of the NewProcessDialog class. + * + * \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 NewProcessDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2011-11-17 by Karsten Rink */ #ifndef NEWPROCESSDIALOG_H diff --git a/Gui/DataView/ProcessItem.h b/Gui/DataView/ProcessItem.h index 1c41472d19b79f281c1d807d656992ebe00fc6a4..a778ed884cba3a22e5ca89f4bcecc7ca803c5895 100644 --- a/Gui/DataView/ProcessItem.h +++ b/Gui/DataView/ProcessItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-11-22 + * \brief Definition of the ProcessItem class. + * + * \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 ProcessItem.h + * http://www.opengeosys.org/project/license * - * Created on 2011-11-22 by Karsten Rink */ #ifndef PROCESSITEM_H diff --git a/Gui/DataView/ProcessModel.cpp b/Gui/DataView/ProcessModel.cpp index 001f1fe55139a3db3962fc7d74a3be56467f6acf..6df72ce5acc98787d18ea97506732bd0e84cf7e2 100644 --- a/Gui/DataView/ProcessModel.cpp +++ b/Gui/DataView/ProcessModel.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-10-18 + * \brief Implementation of the ProcessModel class. + * + * \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 ProcessModel.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-18 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/DataView/ProcessModel.h b/Gui/DataView/ProcessModel.h index b66b903730231fef8b7356219e3b652b903cef64..61656ea46398d142ae36ce944ac7f651cb96f68c 100644 --- a/Gui/DataView/ProcessModel.h +++ b/Gui/DataView/ProcessModel.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-10-18 + * \brief Definition of the ProcessModel class. + * + * \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 ProcessModel.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-18 by Karsten Rink */ #ifndef PROCESSMODEL_H diff --git a/Gui/DataView/ProcessView.cpp b/Gui/DataView/ProcessView.cpp index eac93ec3a5c53ca8b8ab60718b2b9735833d5a48..3f7ef1ce4d3e93ad165f9fd7d5f335fad7b31ddc 100644 --- a/Gui/DataView/ProcessView.cpp +++ b/Gui/DataView/ProcessView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-12-13 + * \brief Implementation of the ProcessView class. + * + * \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 ProcessView.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-12-13 by Karsten Rink */ #include <QMenu> diff --git a/Gui/DataView/ProcessView.h b/Gui/DataView/ProcessView.h index 116a11ed4cadabd892f37b9c30ec119a6280b8ba..29fd41dff2a29b4e1ab71aa6927142c5dd34cde9 100644 --- a/Gui/DataView/ProcessView.h +++ b/Gui/DataView/ProcessView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-12-13 + * \brief Definition of the ProcessView class. + * + * \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 ProcessView.h + * http://www.opengeosys.org/project/license * - * Created on 2010-12-13 by Karsten Rink */ #ifndef PROCESSVIEW_H diff --git a/Gui/DataView/SHPImportDialog.cpp b/Gui/DataView/SHPImportDialog.cpp index 7b3b0a27a66791f293bb4ed1d96efb39c3e9de02..7847cdfcf999d897cf29cecf389a702c99d41fc0 100644 --- a/Gui/DataView/SHPImportDialog.cpp +++ b/Gui/DataView/SHPImportDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-01-25 + * \brief Implementation of the SHPImportDialog class. + * + * \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 SHPImportDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-01-25 by Karsten Rink */ #include "GEOModels.h" diff --git a/Gui/DataView/SHPImportDialog.h b/Gui/DataView/SHPImportDialog.h index e02f9fdd0224c714db7a35ef9c20d9e53645f7e6..ef3bec3364f0d06a1e30e2f131ee6cee9344c7c1 100644 --- a/Gui/DataView/SHPImportDialog.h +++ b/Gui/DataView/SHPImportDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-01-25 + * \brief Definition of the SHPImportDialog class. + * + * \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 SHPImportDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2010-01-25 by Karsten Rink */ #ifndef SHPIMPORTDIALOG_H diff --git a/Gui/DataView/SelectMeshDialog.cpp b/Gui/DataView/SelectMeshDialog.cpp index df05d585eaefd06b3a884b96b9b6a083c792ce1f..f35d007570e5d4f3c2d16506e341b576a7ca1c6f 100644 --- a/Gui/DataView/SelectMeshDialog.cpp +++ b/Gui/DataView/SelectMeshDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-04-20 + * \brief Implementation of the SelectMeshDialog class. + * + * \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 QComboBox.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-04-20 by Karsten Rink */ #include "SelectMeshDialog.h" diff --git a/Gui/DataView/SelectMeshDialog.h b/Gui/DataView/SelectMeshDialog.h index 54b3d7337410d3d17331c390674ee2062e3f1375..d79625c90c3176b18ad8ca9c83632c81260ea395 100644 --- a/Gui/DataView/SelectMeshDialog.h +++ b/Gui/DataView/SelectMeshDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-04-20 + * \brief Definition of the SelectMeshDialog class. + * + * \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 SelectMeshDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2012-04-20 by Karsten Rink */ #ifndef SELECTMESHDIALOG_H diff --git a/Gui/DataView/SetNameDialog.cpp b/Gui/DataView/SetNameDialog.cpp index 431d4bfa187de4af7a4f10ab437969f1816cefd4..eead500f59049ecffd6303896f2bbe8b68ff1439 100644 --- a/Gui/DataView/SetNameDialog.cpp +++ b/Gui/DataView/SetNameDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-10-26 + * \brief Implementation of the SetNameDialog class. + * + * \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 SetNameDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-10-26 by Karsten Rink */ #include "SetNameDialog.h" diff --git a/Gui/DataView/SetNameDialog.h b/Gui/DataView/SetNameDialog.h index a882708227c9648d210ba8ed9f9202689f8d38f9..163ffb95015f5f38d31f4b12a7372cd779511bfb 100644 --- a/Gui/DataView/SetNameDialog.h +++ b/Gui/DataView/SetNameDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-10-26 + * \brief Definition of the SetNameDialog class. + * + * \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 SetNameDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2011-10-26 by Karsten Rink */ #ifndef SETNAMEDIALOG_H diff --git a/Gui/DataView/StationTabWidget.cpp b/Gui/DataView/StationTabWidget.cpp index 3ea63e3e97772e99e4cb9dc7456f7601a59ea93d..311709d965985d22585ea373da285ad38d3a41a3 100644 --- a/Gui/DataView/StationTabWidget.cpp +++ b/Gui/DataView/StationTabWidget.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-11-03 + * \brief Implementation of the StationTabWidget class. + * + * \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 StationTabWidget.cpp + * http://www.opengeosys.org/project/license * - * Created on 2009-11-03 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/DataView/StationTabWidget.h b/Gui/DataView/StationTabWidget.h index 8dcbc79cbed1d3da1fc3955ba328ed3570f124e7..dfb4442e0b1396c15b9d3641eb6df44534e353d8 100644 --- a/Gui/DataView/StationTabWidget.h +++ b/Gui/DataView/StationTabWidget.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-11-03 + * \brief Definition of the StationTabWidget class. + * + * \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 StationTabWidget.h + * http://www.opengeosys.org/project/license * - * Created on 2009-11-03 by Lars Bilke */ #ifndef STATIONTABWIDGET_H diff --git a/Gui/DataView/StationTreeModel.cpp b/Gui/DataView/StationTreeModel.cpp index 5044629103c961d33d832a56b901382c245fcf8e..d4ed61477b480c213a3b7e51733db6d1a31d8712 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.org) * 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..2a231e9a411f982d0c96a9a871a63a95a5dfada0 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.org) * 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..7d34d139f566b4843daf69de5f2a59895a8b6228 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.org) * 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..2eec81cf6bf4ca67b7630245d7feddc752cc3bd9 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.org) * 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/DataView/StratView/StratBar.cpp b/Gui/DataView/StratView/StratBar.cpp index 7bf545c91fa64d8aee4e5fe5016f87ced244b549..e83272eeeaf6c0b275620e410ed5ee5ecaca01df 100644 --- a/Gui/DataView/StratView/StratBar.cpp +++ b/Gui/DataView/StratView/StratBar.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Implementation of the StratBar class. + * + * \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 StratBar.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #include "StratBar.h" diff --git a/Gui/DataView/StratView/StratBar.h b/Gui/DataView/StratView/StratBar.h index 085619452d321acc80ac9f8f740a1e080f41e997..60d490c316af8fd7f33c4720d671935ef0b5a9d4 100644 --- a/Gui/DataView/StratView/StratBar.h +++ b/Gui/DataView/StratView/StratBar.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Definition of the StratBar class. + * + * \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 StratBar.h + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #ifndef STRATBAR_H diff --git a/Gui/DataView/StratView/StratScene.cpp b/Gui/DataView/StratView/StratScene.cpp index 69e2ee9301034d2396288621494784d776d0172e..24530a7db56d96f170d317d221bd5287a54dec00 100644 --- a/Gui/DataView/StratView/StratScene.cpp +++ b/Gui/DataView/StratView/StratScene.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Implementation of the StratScene class. + * + * \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 StratScene.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #include <limits> diff --git a/Gui/DataView/StratView/StratScene.h b/Gui/DataView/StratView/StratScene.h index a4af311a10112d2a9b604ae99a5d6cce89a566ea..afab2c08f1a6a689bd9f7c3251954dfa318d528f 100644 --- a/Gui/DataView/StratView/StratScene.h +++ b/Gui/DataView/StratView/StratScene.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Definition of the StratScene class. + * + * \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 StratScene.h + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #ifndef STRATSCENE_H diff --git a/Gui/DataView/StratView/StratView.cpp b/Gui/DataView/StratView/StratView.cpp index 3b5928dbfba457e5ff750fdad63e75debab08e01..a6937e65de4a51540708b5c3043c76ea9e3f72cd 100644 --- a/Gui/DataView/StratView/StratView.cpp +++ b/Gui/DataView/StratView/StratView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Implementation of the StratView class. + * + * \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 StratView.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #include "Station.h" diff --git a/Gui/DataView/StratView/StratView.h b/Gui/DataView/StratView/StratView.h index 0e26d8830e345dc9da80a17b5594851fab9dbe0c..fb726dedb4cf098dd1f988aba3012977bd02d741 100644 --- a/Gui/DataView/StratView/StratView.h +++ b/Gui/DataView/StratView/StratView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Definition of the StratView class. + * + * \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 StratView.h + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #ifndef STRATVIEW_H diff --git a/Gui/DataView/StratView/StratWindow.cpp b/Gui/DataView/StratView/StratWindow.cpp index 85c752546839df22dce63245d0ecf771efe64739..4384b6ccc5028873e21599e7e5d71f5313cc6149 100644 --- a/Gui/DataView/StratView/StratWindow.cpp +++ b/Gui/DataView/StratView/StratWindow.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Implementation of the StratWindow class. + * + * \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 StratWindow.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #include "Station.h" diff --git a/Gui/DataView/StratView/StratWindow.h b/Gui/DataView/StratView/StratWindow.h index 987d86b034c25543060ad8378d9ffb43a71118eb..fd36791a667c1d03e23321f1aa2a5093dd7eb2ce 100644 --- a/Gui/DataView/StratView/StratWindow.h +++ b/Gui/DataView/StratView/StratWindow.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-16 + * \brief Definition of the StratWindow class. + * + * \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 StratWindow.h + * http://www.opengeosys.org/project/license * - * Created on 2010-03-16 by Karsten Rink */ #ifndef STRATWINDOW_H diff --git a/Gui/Vrpn/QSpaceNavigatorClient.cpp b/Gui/Vrpn/QSpaceNavigatorClient.cpp index 7c8d3309a372bab023bbf449cb1356e6c845875a..0cd1c0942522ca07c3e5fa5634e094b8744bc0f6 100644 --- a/Gui/Vrpn/QSpaceNavigatorClient.cpp +++ b/Gui/Vrpn/QSpaceNavigatorClient.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/Vrpn/QSpaceNavigatorClient.h b/Gui/Vrpn/QSpaceNavigatorClient.h index a195aee93f1a29d17574cc1869f8900d10351047..ac84dd8c86362824ec13d01e4b13704546acf0e7 100644 --- a/Gui/Vrpn/QSpaceNavigatorClient.h +++ b/Gui/Vrpn/QSpaceNavigatorClient.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/Vrpn/QVrpnArtTrackingClient.cpp b/Gui/Vrpn/QVrpnArtTrackingClient.cpp index 062c78cabfaeadf8b3332177b30c82885127b25e..3825748b71934d39e101542ad964a6107210db8b 100644 --- a/Gui/Vrpn/QVrpnArtTrackingClient.cpp +++ b/Gui/Vrpn/QVrpnArtTrackingClient.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/Vrpn/QVrpnArtTrackingClient.h b/Gui/Vrpn/QVrpnArtTrackingClient.h index eb91d156d6dbe686947f1a5481ae48cd37225238..f2322067bbbb6205bf9f194b7f038398fa8686a9 100644 --- a/Gui/Vrpn/QVrpnArtTrackingClient.h +++ b/Gui/Vrpn/QVrpnArtTrackingClient.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/Vrpn/TrackingSettingsWidget.cpp b/Gui/Vrpn/TrackingSettingsWidget.cpp index 97e60694b5f3a36783d7ab703e7e4af065c4ba87..cbaea1183afc1e0881d997d5d5162e1f9a023e11 100644 --- a/Gui/Vrpn/TrackingSettingsWidget.cpp +++ b/Gui/Vrpn/TrackingSettingsWidget.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/Vrpn/TrackingSettingsWidget.h b/Gui/Vrpn/TrackingSettingsWidget.h index fd9c2539fec92c54c57e63e4bcbceb6170d40c62..9635d3fb52e9f2f8fb5b3eabb0ac1196b99d7be5 100644 --- a/Gui/Vrpn/TrackingSettingsWidget.h +++ b/Gui/Vrpn/TrackingSettingsWidget.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/Vrpn/VrpnClient.cpp b/Gui/Vrpn/VrpnClient.cpp index 0b7a3c9d3a6bf0d277ac5703ec198b7b35c318c7..500dcb5ed9e62ff3c579a2c3d213d3f6db07f5d8 100644 --- a/Gui/Vrpn/VrpnClient.cpp +++ b/Gui/Vrpn/VrpnClient.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/Vrpn/VrpnClient.h b/Gui/Vrpn/VrpnClient.h index 815bc0e85789829cf9f5d6b8e10cdbee4016fa86..60b34375ab52a6f479d2723722a81068d3a65f28 100644 --- a/Gui/Vrpn/VrpnClient.h +++ b/Gui/Vrpn/VrpnClient.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/Gui/VtkAct/VtkCustomInteractorStyle.cpp b/Gui/VtkAct/VtkCustomInteractorStyle.cpp index f59e2d954a525aa2ececb9afe198c1f1fef2be63..f61dafe01c9196dd2dc5c0f56b0522e8b6f93b14 100644 --- a/Gui/VtkAct/VtkCustomInteractorStyle.cpp +++ b/Gui/VtkAct/VtkCustomInteractorStyle.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-06-21 + * \brief Implementation of the VtkCustomInteractorStyle class. + * + * \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 VtkCustomInteractorStyle.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-21 by Lars Bilke */ // ** INCLUDES ** @@ -183,10 +186,10 @@ void VtkCustomInteractorStyle::OnLeftButtonDown() VtkMeshSource* source = dynamic_cast<VtkMeshSource*>(data_set); if (source) emit elementPicked(source->GetMesh(), picker->GetCellId()); -/* test for picking on selection filters +/* test for picking on selection filters else { -/* +/* vtkAlgorithm* data_set2 = picker->GetActor()->GetMapper()->GetInputConnection(0,0)->GetProducer() ->GetInputConnection(0,0)->GetProducer() ->GetInputConnection(0,0)->GetProducer() diff --git a/Gui/VtkAct/VtkCustomInteractorStyle.h b/Gui/VtkAct/VtkCustomInteractorStyle.h index fee8c8c378675cf95fdfbc2377582b34b2dc026b..6e5a059f7725ef413a536321e37fb54ab19f4c0c 100644 --- a/Gui/VtkAct/VtkCustomInteractorStyle.h +++ b/Gui/VtkAct/VtkCustomInteractorStyle.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-06-21 + * \brief Definition of the VtkCustomInteractorStyle class. + * + * \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 VtkCustomInteractorStyle.h + * http://www.opengeosys.org/project/license * - * Created on 2010-06-21 by Lars Bilke */ #ifndef VTKCUSTOMINTERACTORSTYLE_H diff --git a/Gui/VtkAct/VtkPickCallback.cpp b/Gui/VtkAct/VtkPickCallback.cpp index e6270c112d578cfb0ef14e0a5a4fa872db1419c0..586a40f31c0367556bbea1b71eedd0091daa3cfa 100644 --- a/Gui/VtkAct/VtkPickCallback.cpp +++ b/Gui/VtkAct/VtkPickCallback.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-06-21 + * \brief Implementation of the VtkPickCallback class. + * + * \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 VtkPickCallback.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-21 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkAct/VtkPickCallback.h b/Gui/VtkAct/VtkPickCallback.h index 95222598b76834235f55ee34f1178d97897bdd9c..c43482104a4e34f41ddcf0025474619b61edc805 100644 --- a/Gui/VtkAct/VtkPickCallback.h +++ b/Gui/VtkAct/VtkPickCallback.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-06-21 + * \brief Definition of the VtkPickCallback class. + * + * \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 VtkPickCallback.h + * http://www.opengeosys.org/project/license * - * Created on 2010-06-21 by Lars Bilke * */ diff --git a/Gui/VtkVis/MeshFromRasterDialog.cpp b/Gui/VtkVis/MeshFromRasterDialog.cpp index da49885011b20449c0d972d0e92c476807578755..45babf4ca1de1e258e478f7dfad05b7f2236822f 100644 --- a/Gui/VtkVis/MeshFromRasterDialog.cpp +++ b/Gui/VtkVis/MeshFromRasterDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-11-17 + * \brief Implementation of the MeshFromRasterDialog class. + * + * \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 MeshFromRasterDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-11-17 by Karsten Rink */ #include "MeshFromRasterDialog.h" diff --git a/Gui/VtkVis/MeshFromRasterDialog.h b/Gui/VtkVis/MeshFromRasterDialog.h index 1ba3844014924ddf7bcd0d33895e8c86bc620ca7..575ef6ab213ae84c96aa1243f8f971d673726ac7 100644 --- a/Gui/VtkVis/MeshFromRasterDialog.h +++ b/Gui/VtkVis/MeshFromRasterDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-11-17 + * \brief Definition of the MeshFromRasterDialog class. + * + * \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 MeshFromRasterDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2011-11-17 by Karsten Rink */ #ifndef MSHFROMRASTERDIALOG_H diff --git a/Gui/VtkVis/OGSFilterInfo.h b/Gui/VtkVis/OGSFilterInfo.h index ef0bdb045c7bc9c3d82490baaab3c014f229a5a3..c076e41a965806d66acb0449bad5b61985fb318a 100644 --- a/Gui/VtkVis/OGSFilterInfo.h +++ b/Gui/VtkVis/OGSFilterInfo.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-09-29 + * \brief Definition of the OGSFilterInfo class. + * + * \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.net/LICENSE.txt - * - * \file OGSFilterInfo.h + * http://www.opengeosys.org/project/license * - * Created on 2010-09-29 by Karsten Rink */ #ifndef OGSFILTERINFO_H diff --git a/Gui/VtkVis/QVtkDataSetMapper.cpp b/Gui/VtkVis/QVtkDataSetMapper.cpp index dccb20aaf2c7a324623c854dde5e899c7b1442f8..114645f367d8210a9b87ca22a1acdefc50cf715a 100644 --- a/Gui/VtkVis/QVtkDataSetMapper.cpp +++ b/Gui/VtkVis/QVtkDataSetMapper.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-11-12 + * \brief Implementation of the QVtkDataSetMapper class. + * + * \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 QVtkDataSetMapper.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-11-12 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/QVtkDataSetMapper.h b/Gui/VtkVis/QVtkDataSetMapper.h index 3344de8e38ca97ff016eec5d9cfaca20c60a4f92..499cf0ea0f7b4f72f6a4ecbca2fda1717ad4d3d9 100644 --- a/Gui/VtkVis/QVtkDataSetMapper.h +++ b/Gui/VtkVis/QVtkDataSetMapper.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-11-12 + * \brief Definition of the QVtkDataSetMapper class. + * + * \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 QVtkDataSetMapper.h + * http://www.opengeosys.org/project/license * - * Created on 2010-11-12 by Lars Bilke */ #ifndef QVTKDATASETMAPPER_H diff --git a/Gui/VtkVis/VisPrefsDialog.cpp b/Gui/VtkVis/VisPrefsDialog.cpp index 4d6168dc9179a80cc1d25e986848e5761745d573..90b0752b8fbc402b25fad82ba780d27d863a126a 100644 --- a/Gui/VtkVis/VisPrefsDialog.cpp +++ b/Gui/VtkVis/VisPrefsDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-06-14 + * \brief Implementation of the VisPrefsDialog class. + * + * \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 VisPrefsDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-14 by Karsten Rink */ #include "VisPrefsDialog.h" diff --git a/Gui/VtkVis/VisPrefsDialog.h b/Gui/VtkVis/VisPrefsDialog.h index 2905bec33ff4d407aa8e6ad9d04d2c8966a67632..00cfab3123ddb67f3fee3a56ee832eb125483880 100644 --- a/Gui/VtkVis/VisPrefsDialog.h +++ b/Gui/VtkVis/VisPrefsDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-06-14 + * \brief Definition of the VisPrefsDialog class. + * + * \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 VisPrefsDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2010-06-14 by Karsten Rink */ #ifndef VISPREFSDIALOG_H diff --git a/Gui/VtkVis/VisualizationWidget.cpp b/Gui/VtkVis/VisualizationWidget.cpp index 95b75e0845a9439712c3379f6bdfbbd2418db22d..dfad750f99c795575a64c5131132d28072b3c021 100644 --- a/Gui/VtkVis/VisualizationWidget.cpp +++ b/Gui/VtkVis/VisualizationWidget.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-11-03 + * \brief Implementation of the VisualizationWidget class. + * + * \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 VisualizationWidget.cpp + * http://www.opengeosys.org/project/license * - * Created on 2009-11-03 by Lars Bilke */ // ** INCLUDES ** @@ -157,7 +160,7 @@ void VisualizationWidget::showAll(int x, int y, int z) double* p = cam->GetPosition(); double dist = sqrt(vtkMath::Distance2BetweenPoints(p, fp)); cam->SetPosition(fp[0]+(x*dist), fp[1]+(y*dist), fp[2]+(z*dist)); - + if (x!=0 || y!=0) cam->SetViewUp(0.0, 0.0, 1.0); else diff --git a/Gui/VtkVis/VisualizationWidget.h b/Gui/VtkVis/VisualizationWidget.h index 4c820c3224d3d78d6f2b5694446087247e6951ab..9ba08746dab0eeb9816a4e3574675ffe3634771b 100644 --- a/Gui/VtkVis/VisualizationWidget.h +++ b/Gui/VtkVis/VisualizationWidget.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2009-11-03 + * \brief Definition of the VisualizationWidget class. + * + * \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 VisualizationWidget.h + * http://www.opengeosys.org/project/license * - * Created on 2009-11-03 by Lars Bilke */ #ifndef VISUALIZATIONWIDGET_H diff --git a/Gui/VtkVis/VtkAddFilterDialog.cpp b/Gui/VtkVis/VtkAddFilterDialog.cpp index 214307f8f54f81fbffcb4896916250e5c5452d8c..74d76f29e39aaf2679a9460126a27ae7f952ea06 100644 --- a/Gui/VtkVis/VtkAddFilterDialog.cpp +++ b/Gui/VtkVis/VtkAddFilterDialog.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-23 + * \brief Implementation of the VtkAddFilterDialog class. + * + * \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 VtkAddFilterDialog.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-23 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkAddFilterDialog.h b/Gui/VtkVis/VtkAddFilterDialog.h index 48e5d432e3e92a5578da68dfabe68f0b3c9a98f3..269665a9312dd0ba6c79cca895a8f06f7e10c211 100644 --- a/Gui/VtkVis/VtkAddFilterDialog.h +++ b/Gui/VtkVis/VtkAddFilterDialog.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-23 + * \brief Definition of the VtkAddFilterDialog class. + * + * \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 VtkAddFilterDialog.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-23 by Lars Bilke */ #ifndef VTKADDFILTERDIALOG_H diff --git a/Gui/VtkVis/VtkAlgorithmProperties.cpp b/Gui/VtkVis/VtkAlgorithmProperties.cpp index a0f6a2a27f912d01cf806173587e9b5abad10bf4..7c7c83332d55cb51856781d9093ff9a2c47c6b46 100644 --- a/Gui/VtkVis/VtkAlgorithmProperties.cpp +++ b/Gui/VtkVis/VtkAlgorithmProperties.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2012-02-14 + * \brief Implementation of the VtkAlgorithmProperties class. + * + * \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 VtkAlgorithmProperties.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-02-14 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkAlgorithmProperties.h b/Gui/VtkVis/VtkAlgorithmProperties.h index 5de574cf62418013e2216edea932d873cca5093b..14b2575ab7983c312271e53dddf043006e4e34c8 100644 --- a/Gui/VtkVis/VtkAlgorithmProperties.h +++ b/Gui/VtkVis/VtkAlgorithmProperties.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-23 + * \brief Definition of the VtkAlgorithmProperties class. + * + * \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 VtkAlgorithmProperties.h + * http://www.opengeosys.org/project/license * - * Created on 2010-03-23 by Karsten Rink */ #ifndef VTKALGORITHMPROPERTIES_H diff --git a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp index e4db888820007894b26d125cedd8bff510e8d4ce..29fe4b836529214e0ac41b6903a63997bba06f1b 100644 --- a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp +++ b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-20 + * \brief Implementation of the VtkAlgorithmPropertyCheckbox class. + * + * \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 VtkAlgorithmPropertyCheckbox.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-20 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h index 2b12b4794bd7fbb940ee691a8e790e0907651f9c..7f6695e5296ae5c189f4cf00ee683ebca91fad23 100644 --- a/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h +++ b/Gui/VtkVis/VtkAlgorithmPropertyCheckbox.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-20 + * \brief Definition of the VtkAlgorithmPropertyCheckbox class. + * + * \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 VtkAlgorithmPropertyCheckbox.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-20 by Lars Bilke */ #ifndef VTKALGORITHMPROPERTIESCHECKBOX_H diff --git a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp index fd1a7ae17779ee79702a0bfa426b04566bfc421d..315a48831d8a8b98154a46462c0485d8dd2fe0a0 100644 --- a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp +++ b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-18 + * \brief Implementation of the VtkAlgorithmPropertyLineEdit class. + * + * \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 VtkAlgorithmPropertyLineEdit.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-18 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h index f33b1799a03868b33668e6cbff32a2fa8a46baab..65c864d90260473605985f62f8d711200ebe5a43 100644 --- a/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h +++ b/Gui/VtkVis/VtkAlgorithmPropertyLineEdit.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-18 + * \brief Definition of the VtkAlgorithmPropertyLineEdit class. + * + * \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 VtkAlgorithmPropertyLineEdit.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-18 by Lars Bilke */ #ifndef VTKALGORITHMPROPERTYLINEEDIT_H diff --git a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp index 01794ba8eb2de4654d49997c4b60032a8cdd228b..5eee577fa90afe8183552b5074e3be74b2c56227 100644 --- a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp +++ b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-22 + * \brief Implementation of the VtkAlgorithmPropertyVectorEdit class. + * + * \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 VtkAlgorithmPropertyVectorEdit.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-22 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h index 5e3092beb6f58f7abc38ef6c0b428ffb763eb4d4..9f4d96af9cd8572aa90056574b764e62f300d467 100644 --- a/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h +++ b/Gui/VtkVis/VtkAlgorithmPropertyVectorEdit.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-22 + * \brief Definition of the VtkAlgorithmPropertyVectorEdit class. + * + * \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 VtkAlgorithmPropertyVectorEdit.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-22 by Lars Bilke */ #ifndef VTKALGORITHMPROPERTYVECTOREDIT_H diff --git a/Gui/VtkVis/VtkBGImageSource.cpp b/Gui/VtkVis/VtkBGImageSource.cpp index 904001d53191c56b5559d30aa6842212cadd4650..e12cacabffdf097645430679f6e73f9f873c848a 100644 --- a/Gui/VtkVis/VtkBGImageSource.cpp +++ b/Gui/VtkVis/VtkBGImageSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-04-30 + * \brief Implementation of the VtkBGImageSource class. + * + * \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 VtkBGImageSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-04-30 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkBGImageSource.h b/Gui/VtkVis/VtkBGImageSource.h index 1631888ee021a9e453b38a4aff0fb00bad524e7d..ab16edc9841adbb38680823f9f1bcfdf514db1d6 100644 --- a/Gui/VtkVis/VtkBGImageSource.h +++ b/Gui/VtkVis/VtkBGImageSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-04-30 + * \brief Definition of the VtkBGImageSource class. + * + * \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 VtkBGImageSource.h + * http://www.opengeosys.org/project/license * - * Created on 2010-04-30 by Karsten Rink */ #ifndef VTKBGIMAGESOURCE_H diff --git a/Gui/VtkVis/VtkColorByHeightFilter.cpp b/Gui/VtkVis/VtkColorByHeightFilter.cpp index f9c3773465477189ed3a64994220d6473f8ac3bf..97a76809d0bb220d03c121cb91b6b85fee55d999 100644 --- a/Gui/VtkVis/VtkColorByHeightFilter.cpp +++ b/Gui/VtkVis/VtkColorByHeightFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-04-21 + * \brief Implementation of the VtkColorByHeightFilter class. + * + * \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 VtkColorByHeightFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-04-21 by Karsten Rink */ // ** VTK INCLUDES ** diff --git a/Gui/VtkVis/VtkColorByHeightFilter.h b/Gui/VtkVis/VtkColorByHeightFilter.h index 0acc7eeabcddcf5d0c7b9c5e744beea930394fa7..2d11a9f63df8681307db7066d355c5c796360a1d 100644 --- a/Gui/VtkVis/VtkColorByHeightFilter.h +++ b/Gui/VtkVis/VtkColorByHeightFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-04-21 + * \brief Definition of the VtkColorByHeightFilter class. + * + * \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 VtkColorByHeightFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-04-21 by Karsten Rink */ #ifndef VTKCOLORBYHEIGHTFILTER_H diff --git a/Gui/VtkVis/VtkColorLookupTable.cpp b/Gui/VtkVis/VtkColorLookupTable.cpp index 4b27eca7c52ef08d66dba573e03e936324cdac51..d8c7b1d10ad2e11edd9fb76e00ea1d549113d40d 100644 --- a/Gui/VtkVis/VtkColorLookupTable.cpp +++ b/Gui/VtkVis/VtkColorLookupTable.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-04-23 + * \brief Implementation of the VtkColorLookupTable class. + * + * \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 VtkColorLookupTable.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-04-23 by Karsten Rink */ #include "VtkColorLookupTable.h" diff --git a/Gui/VtkVis/VtkColorLookupTable.h b/Gui/VtkVis/VtkColorLookupTable.h index d35b9686b5b2b13ef2172c1869408367c49af2c3..c56137e8813a65e127e49d28063a50c42842a01a 100644 --- a/Gui/VtkVis/VtkColorLookupTable.h +++ b/Gui/VtkVis/VtkColorLookupTable.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-04-23 + * \brief Definition of the VtkColorLookupTable class. + * + * \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 VtkColorLookupTable.h + * http://www.opengeosys.org/project/license * - * Created on 2010-04-23 by Karsten Rink */ #ifndef VTKCOLORLOOKUPTABLE_H diff --git a/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp b/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp index e22915a0a2dd1c5247ad1f406aee6098c26d5813..8547481176157b1d428bbe1841589ded9eb6f8f2 100644 --- a/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp +++ b/Gui/VtkVis/VtkCompositeColorByHeightFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-01 + * \brief Implementation of the VtkCompositeColorByHeightFilter class. + * + * \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 VtkCompositeColorByHeightFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-11-01 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeColorByHeightFilter.h b/Gui/VtkVis/VtkCompositeColorByHeightFilter.h index b8f389789e15e271f806dca957e0c8441a788d23..06f53222c1a1ef39a5f0e322332d867838c71adc 100644 --- a/Gui/VtkVis/VtkCompositeColorByHeightFilter.h +++ b/Gui/VtkVis/VtkCompositeColorByHeightFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-01 + * \brief Definition of the VtkCompositeColorByHeightFilter class. + * + * \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 VtkCompositeColorByHeightFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-11-01 by Karsten Rink */ #ifndef VTKCOMPOSITECOLORBYHEIGHTFILTER_H diff --git a/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp b/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp index ab35889c6ff811bff834458c53e9c2cc6fe9d669..48d38c19e2e79a5acc3eb7a5c5bed1a4b46062d0 100644 --- a/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp +++ b/Gui/VtkVis/VtkCompositeColormapToImageFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-21 + * \brief Implementation of the VtkCompositeColormapToImageFilter class. + * + * \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 VtkCompositeColormapToImageFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-21 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeColormapToImageFilter.h b/Gui/VtkVis/VtkCompositeColormapToImageFilter.h index a07cba87c1ed10da8ea017d01b18a9512e63fd5c..879a573a8b4eba40f26a4b647d5a41b701f92b47 100644 --- a/Gui/VtkVis/VtkCompositeColormapToImageFilter.h +++ b/Gui/VtkVis/VtkCompositeColormapToImageFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-21 + * \brief Definition of the VtkCompositeColormapToImageFilter class. + * + * \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 VtkCompositeColormapToImageFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-21 by Lars Bilke */ #ifndef VTKCOMPOSITECOLORMAPTOIMAGEFILTER_H diff --git a/Gui/VtkVis/VtkCompositeContourFilter.cpp b/Gui/VtkVis/VtkCompositeContourFilter.cpp index 3bf7763f272d51d839d88d1a4834fb99791bf42f..1b87f2d2510c372e17869019f41caa8a7a8188cd 100644 --- a/Gui/VtkVis/VtkCompositeContourFilter.cpp +++ b/Gui/VtkVis/VtkCompositeContourFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-05 + * \brief Implementation of the VtkCompositeContourFilter class. + * + * \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 VtkCompositeContourFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-08-05 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeContourFilter.h b/Gui/VtkVis/VtkCompositeContourFilter.h index da17b37b2eeb4fb4347d5421485c4c4e7323f186..1b3097d3c49850cb8c46874740dfeafca6971618 100644 --- a/Gui/VtkVis/VtkCompositeContourFilter.h +++ b/Gui/VtkVis/VtkCompositeContourFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-05 + * \brief Definition of the VtkCompositeContourFilter class. + * + * \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 VtkCompositeContourFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2011-08-05 by Karsten Rink */ #ifndef VTKCOMPOSITECONTOURFILTER_H diff --git a/Gui/VtkVis/VtkCompositeFilter.cpp b/Gui/VtkVis/VtkCompositeFilter.cpp index 299f7cdfdb5970a04fb038af0c81b32de2c16fc8..9341f0bc61ab6eb17e45c96ee4bcfe4d7d8e111b 100644 --- a/Gui/VtkVis/VtkCompositeFilter.cpp +++ b/Gui/VtkVis/VtkCompositeFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-19 + * \brief Implementation of the VtkCompositeFilter class. + * + * \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 VtkCompositeFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-19 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeFilter.h b/Gui/VtkVis/VtkCompositeFilter.h index aaab0510573b45ba5973784913e29d6dc8ca0efb..8220b80e1cd9476df73af03431aa6ceaaf7dbe42 100644 --- a/Gui/VtkVis/VtkCompositeFilter.h +++ b/Gui/VtkVis/VtkCompositeFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-19 + * \brief Definition of the VtkCompositeFilter class. + * + * \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 VtkCompositeFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-19 by Lars Bilke */ #ifndef VTKCOMPOSITEFILTER_H diff --git a/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp b/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp index 3f980efb956d9c8e5207de86bb68c94e039b5ab9..40f9f07be27bb014f80a0360aea71b47a72caa29 100644 --- a/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp +++ b/Gui/VtkVis/VtkCompositeGeoObjectFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-12-02 + * \brief Implementation of the VtkCompositeGeoObjectFilter class. + * + * \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 VtkCompositeGeoObjectFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-12-02 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeGeoObjectFilter.h b/Gui/VtkVis/VtkCompositeGeoObjectFilter.h index affdbc750745a96a20852a2c6518eb1e957b157f..15306b117aeded38b7089e04b566f9681a53bba9 100644 --- a/Gui/VtkVis/VtkCompositeGeoObjectFilter.h +++ b/Gui/VtkVis/VtkCompositeGeoObjectFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-12-02 + * \brief Definition of the VtkCompositeGeoObjectFilter class. + * + * \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 VtkCompositeGeoObjectFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2011-12-02 by Karsten Rink */ #ifndef VTKCOMPOSITEGEOOBJECTFILTER_H diff --git a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp index 046d4fff6f76b41644b43c21bd614410a682440b..58a43d60508400e3f57db51f37fc38453c7e4f36 100644 --- a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp +++ b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-19 + * \brief Implementation of the VtkCompositeImageToCylindersFilter class. + * + * \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 VtkCompositeImageToCylindersFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-19 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h index db03125ed709ccc3ac4ce898d52f05efb3666a94..0ad87c96fd9b31a3a8f6e9fd4bff4a5797fb5cd3 100644 --- a/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h +++ b/Gui/VtkVis/VtkCompositeImageToCylindersFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-19 + * \brief Definition of the VtkCompositeImageToCylindersFilter class. + * + * \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 VtkCompositeImageToCylindersFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-19 by Lars Bilke */ #ifndef VTKCOMPOSITEIMAGETOCYLINDERSFILTER_H diff --git a/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp b/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp index 9231535c545eef7056ac5c091361fc125532573f..1e29038339e7d80c751d34ab9c62552594e89fa2 100644 --- a/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp +++ b/Gui/VtkVis/VtkCompositeLineToTubeFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-18 + * \brief Implementation of the VtkCompositeLineToTubeFilter class. + * + * \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 VtkCompositeLineToTubeFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-11-18 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeLineToTubeFilter.h b/Gui/VtkVis/VtkCompositeLineToTubeFilter.h index 279eccaf38a92fd6e2fcef13024f27cfab7721a1..83540c58caa15ccd92e1e2d911c55699a962c95f 100644 --- a/Gui/VtkVis/VtkCompositeLineToTubeFilter.h +++ b/Gui/VtkVis/VtkCompositeLineToTubeFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-18 + * \brief Definition of the VtkCompositeLineToTubeFilter class. + * + * \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 VtkCompositeLineToTubeFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-11-18 by Karsten Rink */ #ifndef VTKCOMPOSITELINETOTUBEFILTER_H diff --git a/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp b/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp index 06c2c4550baf1c00ca1e3870b9e75dea96d02bda..65a56cdb3d05d98b9069d2dda5d77d253470932e 100644 --- a/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp +++ b/Gui/VtkVis/VtkCompositePointToGlyphFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-21 + * \brief Implementation of the VtkCompositePointToGlyphFilter class. + * + * \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 VtkCompositePointToGlyphFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-21 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositePointToGlyphFilter.h b/Gui/VtkVis/VtkCompositePointToGlyphFilter.h index e15cf9f708c11db1478d794fedcced1e9e031e62..aca27c35fa00a2a5f3ddd09fb5d5723d6b98a96d 100644 --- a/Gui/VtkVis/VtkCompositePointToGlyphFilter.h +++ b/Gui/VtkVis/VtkCompositePointToGlyphFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-21 + * \brief Definition of the VtkCompositePointToGlyphFilter class. + * + * \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 VtkCompositePointToGlyphFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-21 by Lars Bilke */ #ifndef VTKCOMPOSITEPOINTTOGLYPHFILTER_H diff --git a/Gui/VtkVis/VtkCompositeSelectionFilter.cpp b/Gui/VtkVis/VtkCompositeSelectionFilter.cpp index 07fc1affcbd77a23cc6e02041ada1254f0673756..e29e545ccdad37c095688865ce90a280e44880d8 100644 --- a/Gui/VtkVis/VtkCompositeSelectionFilter.cpp +++ b/Gui/VtkVis/VtkCompositeSelectionFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-10 + * \brief Implementation of the VtkCompositeSelectionFilter class. + * + * \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 VtkCompositeSelectionFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-02-10 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeSelectionFilter.h b/Gui/VtkVis/VtkCompositeSelectionFilter.h index 631be846e3db022c538bd69404fc6e7aeb70a683..ea3c2b9349f8157aa0eb2255bb1878acb901eaca 100644 --- a/Gui/VtkVis/VtkCompositeSelectionFilter.h +++ b/Gui/VtkVis/VtkCompositeSelectionFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-10 + * \brief Definition of the VtkCompositeSelectionFilter class. + * + * \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 VtkCompositeSelectionFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2011-02-10 by Karsten Rink */ #ifndef VTKCOMPOSITESELECTIONFILTER_H diff --git a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp index 614465d0c08695d9b6a13e2339b4d638f9c214cc..b43400e4ce21bf43afde431309a1932339cedb91 100644 --- a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp +++ b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-18 + * \brief Implementation of the VtkCompositeTextureOnSurfaceFilter class. + * + * \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 VtkCompositeTextureOnSurfaceFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-11-18 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h index 6338b54c00b5c8c8575c0ac1244476da6de658d2..a1f50af55c9c33356efe42b7ecee84815cb9331c 100644 --- a/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h +++ b/Gui/VtkVis/VtkCompositeTextureOnSurfaceFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-11-18 + * \brief Definition of the VtkCompositeTextureOnSurfaceFilter class. + * + * \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 VtkCompositeTextureOnSurfaceFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-11-18 by Karsten Rink */ #ifndef VTKCOMPOSITETEXTUREONSURFACEFILTER_H diff --git a/Gui/VtkVis/VtkCompositeThresholdFilter.cpp b/Gui/VtkVis/VtkCompositeThresholdFilter.cpp index c80769273db034d39eedcfc988b937f985f384e0..2104472d9ca534912bfeb108c7d602da455091f8 100644 --- a/Gui/VtkVis/VtkCompositeThresholdFilter.cpp +++ b/Gui/VtkVis/VtkCompositeThresholdFilter.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 VtkCompositeThresholdFilter class. + * + * \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 VtkCompositeThresholdFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-25 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkCompositeThresholdFilter.h b/Gui/VtkVis/VtkCompositeThresholdFilter.h index 69c2763c6c668cdb462577152cb7a22b9b6a8d65..a604dbf10c6440ca4d043c62c83ffb25e3f6ad03 100644 --- a/Gui/VtkVis/VtkCompositeThresholdFilter.h +++ b/Gui/VtkVis/VtkCompositeThresholdFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-15 + * \brief Definition of the VtkCompositeThresholdFilter class. + * + * \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 VtkCompositeThresholdFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-15 by Lars Bilke */ #ifndef VTKCOMPOSITETHRESHOLDFILTER_H diff --git a/Gui/VtkVis/VtkConditionSource.cpp b/Gui/VtkVis/VtkConditionSource.cpp index b07db85fa88eb8712aa25ee92e2832ded6030a06..416ea5a86221131e1b3676e929f2390ae1574363 100644 --- a/Gui/VtkVis/VtkConditionSource.cpp +++ b/Gui/VtkVis/VtkConditionSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-03-02 + * \brief Implementation of the VtkConditionSource class. + * + * \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 VtkConditionSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-02 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkConditionSource.h b/Gui/VtkVis/VtkConditionSource.h index 84d18ebe8e5895664e8b4f60f3f3217b14feb129..4cb62ccafe1ec153741e15c45cbff72a712eefa1 100644 --- a/Gui/VtkVis/VtkConditionSource.h +++ b/Gui/VtkVis/VtkConditionSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-03-02 + * \brief Definition of the VtkConditionSource class. + * + * \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 VtkConditionSource.h + * http://www.opengeosys.org/project/license * - * Created on 2011-03-02 by Karsten Rink */ #ifndef VTKCONDITIONSOURCE_H diff --git a/Gui/VtkVis/VtkFilterFactory.cpp b/Gui/VtkVis/VtkFilterFactory.cpp index 2ca2b9d614856e12832a8c3f6ec08f07217b045d..17a489099c7fb808b1498b997652e74157c9d653 100644 --- a/Gui/VtkVis/VtkFilterFactory.cpp +++ b/Gui/VtkVis/VtkFilterFactory.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-20 + * \brief Implementation of the VtkFilterFactory class. + * + * \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 VtkFilterFactory.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-20 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkFilterFactory.h b/Gui/VtkVis/VtkFilterFactory.h index bac0a3baa05d583ff9c715f18f14c7fc713d4806..738ba07f717a9c7297f963945862d617d148545a 100644 --- a/Gui/VtkVis/VtkFilterFactory.h +++ b/Gui/VtkVis/VtkFilterFactory.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-20 + * \brief Definition of the VtkFilterFactory class. + * + * \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 VtkFilterFactory.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-20 by Lars Bilke */ #ifndef VTKFILTERFACTORY_H diff --git a/Gui/VtkVis/VtkGeoImageSource.cpp b/Gui/VtkVis/VtkGeoImageSource.cpp index c9a62d743f2c77c9748fa8cd6652de53086bed41..16075b31a5168bf4710ed17cb4e86db169978ec4 100644 --- a/Gui/VtkVis/VtkGeoImageSource.cpp +++ b/Gui/VtkVis/VtkGeoImageSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-09-28 + * \brief Implementation of the VtkGeoImageSource class. + * + * \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 VtkGeoImageSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-09-28 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkGeoImageSource.h b/Gui/VtkVis/VtkGeoImageSource.h index a934bf33068a93a8404a508b4f839fdc128c75b0..e67d0abbfee691befba0915f467785ca04a6c55a 100644 --- a/Gui/VtkVis/VtkGeoImageSource.h +++ b/Gui/VtkVis/VtkGeoImageSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-09-28 + * \brief Definition of the VtkGeoImageSource class. + * + * \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 VtkGeoImageSource.h + * http://www.opengeosys.org/project/license * - * Created on 2010-09-28 by Lars Bilke */ #ifndef VTKGEOIMAGESOURCE_H diff --git a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp index d785b75921f549f089b5a6eeeafbe6f990c87440..3196ddf2201c3d88b914b05104a994d4bc034cde 100644 --- a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp +++ b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-06 + * \brief Implementation of the VtkImageDataToPolyDataFilter class. + * + * \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 VtkImageDataToLinePolyDataFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-10-06 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h index 6d15dc3f1bbfc3dfeeb839cb7daa9e2081596c31..6dda809b459419fe55da1659d06ef7cbb50d9687 100644 --- a/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h +++ b/Gui/VtkVis/VtkImageDataToLinePolyDataFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-10-06 + * \brief Definition of the VtkImageDataToLinePolyDataFilter class. + * + * \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 VtkImageDataToLinePolyDataFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-10-06 by Lars Bilke */ #ifndef VTKIMAGEDATATOLINEPOLYDATAFILTER_H diff --git a/Gui/VtkVis/VtkMeshConverter.cpp b/Gui/VtkVis/VtkMeshConverter.cpp index a98a9951f8b2a67c760217e3e45ff7fee977de19..5b7fb1ed0df718060daad738f79bf5c10d77c3f6 100644 --- a/Gui/VtkVis/VtkMeshConverter.cpp +++ b/Gui/VtkVis/VtkMeshConverter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-23 + * \brief Implementation of the VtkMeshConverter class. + * + * \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 VtkMeshConverter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-08-23 by Karsten Rink */ #include "VtkMeshConverter.h" diff --git a/Gui/VtkVis/VtkMeshConverter.h b/Gui/VtkVis/VtkMeshConverter.h index e3b15b2894087a3e697913c0f247bf021915e6fe..8d98c6ff22d62593b486b91d19d8f33599e4b917 100644 --- a/Gui/VtkVis/VtkMeshConverter.h +++ b/Gui/VtkVis/VtkMeshConverter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-23 + * \brief Definition of the VtkMeshConverter class. + * + * \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 VtkMeshConverter.h + * http://www.opengeosys.org/project/license * - * Created on 2011-08-23 by Karsten Rink * */ diff --git a/Gui/VtkVis/VtkMeshSource.cpp b/Gui/VtkVis/VtkMeshSource.cpp index d298553f8f81dbfed145267cdde0ecaa812626a9..e692f63aa888461af57f22f66cb656d2821ce245 100644 --- a/Gui/VtkVis/VtkMeshSource.cpp +++ b/Gui/VtkVis/VtkMeshSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-19 + * \brief Implementation of the VtkMeshSource class. + * + * \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 VtkMeshSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-03-19 by Karsten Rink */ #include "VtkColorLookupTable.h" diff --git a/Gui/VtkVis/VtkMeshSource.h b/Gui/VtkVis/VtkMeshSource.h index bd89cdb699c7658e2211feae8970c44d63504314..689a77f54c166ab46aed5792fc716775450ab46a 100644 --- a/Gui/VtkVis/VtkMeshSource.h +++ b/Gui/VtkVis/VtkMeshSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-03-19 + * \brief Definition of the VtkMeshSource class. + * + * \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 VtkMeshSource.h + * http://www.opengeosys.org/project/license * - * Created on 2010-03-19 by Karsten Rink */ #ifndef VTKMESHSOURCE_H diff --git a/Gui/VtkVis/VtkPointsSource.cpp b/Gui/VtkVis/VtkPointsSource.cpp index 477f4cbea370563287a62a3c3a1803a466bb8576..9540a8102263bea52a7d56449d1d4e2fae0febcc 100644 --- a/Gui/VtkVis/VtkPointsSource.cpp +++ b/Gui/VtkVis/VtkPointsSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-03 + * \brief Implementation of the VtkPointsSource class. + * + * \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 VtkPointsSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-03 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkPointsSource.h b/Gui/VtkVis/VtkPointsSource.h index 0ad5891444d947dfe5cc95f425039d15b49c8067..1b1866bdcf6204ace3f2dc17a057befc821bfcdf 100644 --- a/Gui/VtkVis/VtkPointsSource.h +++ b/Gui/VtkVis/VtkPointsSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-03 + * \brief Definition of the VtkPointsSource class. + * + * \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 VtkPointsSource.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-03 by Lars Bilke */ #ifndef VTKPOINTSSOURCE_H diff --git a/Gui/VtkVis/VtkPolylinesSource.cpp b/Gui/VtkVis/VtkPolylinesSource.cpp index 583ea0370e76eb563f56deabf71301f378f475d3..9b03b974f802cb9553a071b57f40bbccfe35ba47 100644 --- a/Gui/VtkVis/VtkPolylinesSource.cpp +++ b/Gui/VtkVis/VtkPolylinesSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-02 + * \brief Implementation of the VtkPolylinesSource class. + * + * \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 VtkPolylinesSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-02 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkPolylinesSource.h b/Gui/VtkVis/VtkPolylinesSource.h index 3f843503545b0c254127048ebaa6c5b825274093..6111a13a1c4d054ab5b6ccbe9d48eea4626029da 100644 --- a/Gui/VtkVis/VtkPolylinesSource.h +++ b/Gui/VtkVis/VtkPolylinesSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-02 + * \brief Definition of the VtkPolylinesSource class. + * + * \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 VtkPolylinesSource.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-02 by Lars Bilke */ #ifndef VTKPOLYLINESSOURCE_H diff --git a/Gui/VtkVis/VtkRaster.cpp b/Gui/VtkVis/VtkRaster.cpp index 68d9a20d21b741a05e00939572f94eb9b47a4a00..ec3f9df914cc14313e8acb608f866a54701c0dc3 100644 --- a/Gui/VtkVis/VtkRaster.cpp +++ b/Gui/VtkVis/VtkRaster.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-02-01 + * \brief Implementation of the VtkRaster class. + * + * \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 VtkRaster.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-02-01 by Karsten Rink */ #include "VtkRaster.h" diff --git a/Gui/VtkVis/VtkRaster.h b/Gui/VtkVis/VtkRaster.h index a53b47df2239c75599766b77ca90f094feda66fd..02e756edc485dd485ba5d0cde7930f365fa64c8b 100644 --- a/Gui/VtkVis/VtkRaster.h +++ b/Gui/VtkVis/VtkRaster.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-02-01 + * \brief Definition of the VtkRaster class. + * + * \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 VtkRaster.h + * http://www.opengeosys.org/project/license * - * Created on 2012-02-01 by Karsten Rink */ #ifndef VTKRASTER_H #define VTKRASTER_H diff --git a/Gui/VtkVis/VtkSelectionFilter.cpp b/Gui/VtkVis/VtkSelectionFilter.cpp index 26ec4a6958063d5f244b8a1d35ae5fe3c9681ac9..c9e6c2917fcc179e6a1d6bc33eb0a1ad748eb123 100644 --- a/Gui/VtkVis/VtkSelectionFilter.cpp +++ b/Gui/VtkVis/VtkSelectionFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-02-09 + * \brief Implementation of the VtkSelectionFilter class. + * + * \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 VtkSelectionFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-02-09 by Karsten Rink */ // ** VTK INCLUDES ** diff --git a/Gui/VtkVis/VtkSelectionFilter.h b/Gui/VtkVis/VtkSelectionFilter.h index 448704aa9259ae98222b602a7ca945adcbd9f190..42a3e23dd9b22a6f8b81d9c00d639ed934009ce0 100644 --- a/Gui/VtkVis/VtkSelectionFilter.h +++ b/Gui/VtkVis/VtkSelectionFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-02-09 + * \brief Definition of the VtkSelectionFilter class. + * + * \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 VtkSelectionFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-09 by Karsten Rink */ #ifndef VTKSELECTIONFILTER_H diff --git a/Gui/VtkVis/VtkStationSource.cpp b/Gui/VtkVis/VtkStationSource.cpp index a2598650efc66286be8775af80ed5a7058bafcdb..acef20d5e90bc1ae4e866219e19fbaf9bb597047 100644 --- a/Gui/VtkVis/VtkStationSource.cpp +++ b/Gui/VtkVis/VtkStationSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-02-24 + * \brief Implementation of the VtkStationSource class. + * + * \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 VtkStationSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-24 by Karsten Rink */ #include "Color.h" diff --git a/Gui/VtkVis/VtkStationSource.h b/Gui/VtkVis/VtkStationSource.h index 236ce7dcd61194f3bad85d0d828a7ec6dee0a607..e5dd07f9470ebedc9240421af0f398a741222ee2 100644 --- a/Gui/VtkVis/VtkStationSource.h +++ b/Gui/VtkVis/VtkStationSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-02-24 + * \brief Definition of the VtkStationSource class. + * + * \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 VtkStationSource.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-24 by Karsten Rink */ #ifndef VTKSTATIONSOURCE_H diff --git a/Gui/VtkVis/VtkSurfacesSource.cpp b/Gui/VtkVis/VtkSurfacesSource.cpp index 2c2ea48884f3eef655d7d8e0d42c81fe36bf654c..d996213faa1e41539c786d91f71f38402b3f8cb2 100644 --- a/Gui/VtkVis/VtkSurfacesSource.cpp +++ b/Gui/VtkVis/VtkSurfacesSource.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-03 + * \brief Implementation of the VtkSurfacesSource class. + * + * \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 VtkSurfacesSource.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-03 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkSurfacesSource.h b/Gui/VtkVis/VtkSurfacesSource.h index 328a0288067e2eee346d73eb0e470b5c029b9fcf..8327fbb8836f2af0194d244f1cf4c92445f94f53 100644 --- a/Gui/VtkVis/VtkSurfacesSource.h +++ b/Gui/VtkVis/VtkSurfacesSource.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-03 + * \brief Definition of the VtkSurfacesSource class. + * + * \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 VtkSurfacesSource.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-03 by Lars Bilke */ #ifndef VTKSURFACESSOURCE_H diff --git a/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp b/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp index 4a98c5c3c7c50117fb7d74ea5a0bf01650bfdf57..b077bdbc8c3237e61706102a15065149f5f7b2ac 100644 --- a/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp +++ b/Gui/VtkVis/VtkTextureOnSurfaceFilter.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-03 + * \brief Implementation of the VtkTextureOnSurfaceFilter class. + * + * \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 VtkTextureOnSurfaceFilter.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-03 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkTextureOnSurfaceFilter.h b/Gui/VtkVis/VtkTextureOnSurfaceFilter.h index ce5f5a624deb3cb0fa3416f3e8c1dc60bd6abbd1..e1562924e005e99f59cd9a8e3056d0378b29a2db 100644 --- a/Gui/VtkVis/VtkTextureOnSurfaceFilter.h +++ b/Gui/VtkVis/VtkTextureOnSurfaceFilter.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-05-28 + * \brief Definition of the VtkTextureOnSurfaceFilter class. + * + * \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 VtkTextureOnSurfaceFilter.h + * http://www.opengeosys.org/project/license * - * Created on 2010-05-28 by Karsten Rink */ #ifndef VTKOGSPOLYDATAALGORITHM_H diff --git a/Gui/VtkVis/VtkTrackedCamera.cpp b/Gui/VtkVis/VtkTrackedCamera.cpp index 9ea163b24fc16b259745fbab4aaadf7310b92025..8a030fb55d57ca58d435361cedd724d30cfee145 100644 --- a/Gui/VtkVis/VtkTrackedCamera.cpp +++ b/Gui/VtkVis/VtkTrackedCamera.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-08-25 + * \brief Implementation of the VtkTrackedCamera class. + * + * \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 VtkTrackedCamera.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-08-25 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkTrackedCamera.h b/Gui/VtkVis/VtkTrackedCamera.h index 01d7e38ac4920ad4cc1f028b53c084785324873c..4b42956675b9e3a948359c60be1eea94e18ea6d9 100644 --- a/Gui/VtkVis/VtkTrackedCamera.h +++ b/Gui/VtkVis/VtkTrackedCamera.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-08-25 + * \brief Definition of the VtkTrackedCamera class. + * + * \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 VtkTrackedCamera.h + * http://www.opengeosys.org/project/license * - * Created on 2010-08-25 by Lars Bilke */ #ifndef VTKTRACKEDCAMERA_H diff --git a/Gui/VtkVis/VtkVisHelper.cpp b/Gui/VtkVis/VtkVisHelper.cpp index 4a8970121dfdf0c60e8cedcefb0f5d57b49bfa4a..c1591d2ab9a10c175e4b4ad39692e317ab6d8e46 100644 --- a/Gui/VtkVis/VtkVisHelper.cpp +++ b/Gui/VtkVis/VtkVisHelper.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-09-22 + * \brief Implementation of the VtkVisHelper class. + * + * \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 VtkVisHelper.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-09-22 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkVisHelper.h b/Gui/VtkVis/VtkVisHelper.h index b8c6df611214f485309fd48e80e682bebeb8c0ac..9421156d2d7d0323fb138c20f4cbf7f985e7c09e 100644 --- a/Gui/VtkVis/VtkVisHelper.h +++ b/Gui/VtkVis/VtkVisHelper.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-09-22 + * \brief Definition of the VtkVisHelper class. + * + * \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 VtkVisHelper.h + * http://www.opengeosys.org/project/license * - * Created on 2010-09-22 by Lars Bilke */ #ifndef VTKVISHELPER_H diff --git a/Gui/VtkVis/VtkVisImageItem.cpp b/Gui/VtkVis/VtkVisImageItem.cpp index c71f0176e85d2c36ebbc4241fbc69d66f62502ec..7e238e73a62a702fd8748d528177ec217acc66b0 100644 --- a/Gui/VtkVis/VtkVisImageItem.cpp +++ b/Gui/VtkVis/VtkVisImageItem.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-09-29 + * \brief Implementation of the VtkVisImageItem class. + * + * \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 VtkVisImageItem.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-09-29 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkVisImageItem.h b/Gui/VtkVis/VtkVisImageItem.h index ef1115cdcbde3740b28b267cc7e5b9ebfe1b1ecb..ad8ff7234c6a201420d89615ed9823993d84b56f 100644 --- a/Gui/VtkVis/VtkVisImageItem.h +++ b/Gui/VtkVis/VtkVisImageItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-09-29 + * \brief Definition of the VtkVisImageItem class. + * + * \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 VtkVisImageItem.h + * http://www.opengeosys.org/project/license * - * Created on 2011-09-29 by Karsten Rink */ #ifndef VTKVISIMAGEITEM_H diff --git a/Gui/VtkVis/VtkVisPipeline.cpp b/Gui/VtkVis/VtkVisPipeline.cpp index adf1f55d20657a16cbce69c094c23821b4ed4a27..535e07e06b219bf58a5913377c87363926742b89 100644 --- a/Gui/VtkVis/VtkVisPipeline.cpp +++ b/Gui/VtkVis/VtkVisPipeline.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-17 + * \brief Implementation of the VtkVisPipeline class. + * + * \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 VtkVisPipeline.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-17 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkVisPipeline.h b/Gui/VtkVis/VtkVisPipeline.h index 6f0f6f0ff08b6d97456d475d987b3df2510ce8cc..908855bf33d4563e2fcc31b70df0b6f0a1579e65 100644 --- a/Gui/VtkVis/VtkVisPipeline.h +++ b/Gui/VtkVis/VtkVisPipeline.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-17 + * \brief Definition of the VtkVisPipeline class. + * + * \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 VtkVisPipeline.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-17 by Lars Bilke */ #ifndef VTKVISPIPELINE_H diff --git a/Gui/VtkVis/VtkVisPipelineItem.cpp b/Gui/VtkVis/VtkVisPipelineItem.cpp index a53399729fe11a5e47bfe5fe381ef30fbbdd2288..39a99a538bd927428c3c016c55420bf72429ca56 100644 --- a/Gui/VtkVis/VtkVisPipelineItem.cpp +++ b/Gui/VtkVis/VtkVisPipelineItem.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-17 + * \brief Implementation of the VtkVisPipelineItem class. + * + * \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 VtkVisPipelineItem.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-17 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkVisPipelineItem.h b/Gui/VtkVis/VtkVisPipelineItem.h index 8d8d53adf6122345619816527d210a2e4bfeccb4..f5efa7ceece1b95e5477eda9828118e02f35a87d 100644 --- a/Gui/VtkVis/VtkVisPipelineItem.h +++ b/Gui/VtkVis/VtkVisPipelineItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-17 + * \brief Definition of the VtkVisPipelineItem class. + * + * \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 VtkVisPipelineItem.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-17 by Lars Bilke */ #ifndef VTKVISPIPELINEITEM_H diff --git a/Gui/VtkVis/VtkVisPipelineView.cpp b/Gui/VtkVis/VtkVisPipelineView.cpp index ff93ab7a06364362502433d1b1ff9356299c6324..82eb7c96ad676c884256231d8cf0f5cd71ee4d5a 100644 --- a/Gui/VtkVis/VtkVisPipelineView.cpp +++ b/Gui/VtkVis/VtkVisPipelineView.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-18 + * \brief Implementation of the VtkVisPipelineView class. + * + * \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 VtkVisPipelineView.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-18 by Lars Bilke */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkVisPipelineView.h b/Gui/VtkVis/VtkVisPipelineView.h index 4a50b6553f40e29efc5fd332a654f18310518998..4bfd32437789285ff1471845bda5c873aefcced3 100644 --- a/Gui/VtkVis/VtkVisPipelineView.h +++ b/Gui/VtkVis/VtkVisPipelineView.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-18 + * \brief Definition of the VtkVisPipelineView class. + * + * \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 VtkVisPipelineView.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-18 by Lars Bilke */ #ifndef VTKVISPIPELINEVIEW_H diff --git a/Gui/VtkVis/VtkVisPointSetItem.cpp b/Gui/VtkVis/VtkVisPointSetItem.cpp index 35529cb19b2d446186a8ad95c9ecdab8b2e00f89..c6122f0c75ef34c028c2c170298d10b0f7c898d6 100644 --- a/Gui/VtkVis/VtkVisPointSetItem.cpp +++ b/Gui/VtkVis/VtkVisPointSetItem.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-09-29 + * \brief Implementation of the VtkVisPointSetItem class. + * + * \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 VtkVisPointSetItem.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-09-29 by Karsten Rink */ // ** INCLUDES ** diff --git a/Gui/VtkVis/VtkVisPointSetItem.h b/Gui/VtkVis/VtkVisPointSetItem.h index b3df9af7924d5fd3bac7ef5b74844944ab708d13..fd69207d5e2446aa43a613fc2bb361b7dfd07889 100644 --- a/Gui/VtkVis/VtkVisPointSetItem.h +++ b/Gui/VtkVis/VtkVisPointSetItem.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-09-29 + * \brief Definition of the VtkVisPointSetItem class. + * + * \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 VtkVisPointSetItem.h + * http://www.opengeosys.org/project/license * - * Created on 2011-09-29 by Karsten Rink */ #ifndef VTKVISPOINTSETITEM_H diff --git a/Gui/VtkVis/VtkVisTabWidget.cpp b/Gui/VtkVis/VtkVisTabWidget.cpp index 16e5b7e3cfdd0c49fb25d4a3928f3c3ed796f9b9..f9ee964597df1e323c8b0a1b05df56687a8dfd7e 100644 --- a/Gui/VtkVis/VtkVisTabWidget.cpp +++ b/Gui/VtkVis/VtkVisTabWidget.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-18 + * \brief Implementation of the VtkVisTabWidget class. + * + * \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 VtkVisTabWidget.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-02-18 by Lars Bilke */ // ** INCLUDES ** @@ -353,7 +356,7 @@ void VtkVisTabWidget::buildScalarArrayComboBox(VtkVisPipelineItem* item) unsigned nArrays (dataSetAttributesList.size()); int idx(0); for (it=dataSetAttributesList.begin(); it!=dataSetAttributesList.end(); ++it) - if (active_array_name.compare((*it).right((*it).length()-2))==0) + if (active_array_name.compare((*it).right((*it).length()-2))==0) { this->activeScalarComboBox->setCurrentIndex(idx); break; diff --git a/Gui/VtkVis/VtkVisTabWidget.h b/Gui/VtkVis/VtkVisTabWidget.h index a8229ab1bb0749b6933c8f6fc594dd5fe96531e3..04104c41d9cf62c80d5032828c7b721b9eb08b4c 100644 --- a/Gui/VtkVis/VtkVisTabWidget.h +++ b/Gui/VtkVis/VtkVisTabWidget.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Lars Bilke + * \date 2010-02-18 + * \brief Definition of the VtkVisTabWidget class. + * + * \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 VtkVisTabWidget.h + * http://www.opengeosys.org/project/license * - * Created on 2010-02-18 by Lars Bilke * */ diff --git a/Gui/mainwindow.cpp b/Gui/mainwindow.cpp index 3717f54d75b8f26b76a16cd85b794f830e8613f2..19db9eca18e123b047ea444e0203c413e6961031 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..ff8f88ccf0d206e87162067bd060e08e2c913ca4 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/LICENSE.txt b/LICENSE.txt index 6fd5315340576475d99620d39227a2b90400c7ab..fed0e40d5192a641c0e61b3e573b3701da16dd6d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.org) +Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/SimpleTests/MatrixTests/MatMult.cpp b/SimpleTests/MatrixTests/MatMult.cpp index 9be1a735d2606a9aa193d4b95bbc5f2495fdea14..28552a3d331f562d274d4a0af0b370985cd3073d 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.org) * 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..b8071bf648779292ee85b8d54ee0b2e740414dc9 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.org) * 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..ab129227cb76cc200e27b132d293426e6ea51f5e 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.org) * 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/SimpleTests/MatrixTests/MatVecMultPthreads.cpp b/SimpleTests/MatrixTests/MatVecMultPthreads.cpp index 591d7dcd8bc578ae0c25398b5b3f3b4d11b8b842..23d46d48649b49acb25910316760b200bd6fdb28 100644 --- a/SimpleTests/MatrixTests/MatVecMultPthreads.cpp +++ b/SimpleTests/MatrixTests/MatVecMultPthreads.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.net/LICENSE.txt diff --git a/SimpleTests/MeshTests/CollapseMeshNodes.cpp b/SimpleTests/MeshTests/CollapseMeshNodes.cpp index abf67124370f80a28d2ceb66213add3529a7d2cb..6a1e9f1bef36ac48185e30ab8a9cb36ac665ef3b 100644 --- a/SimpleTests/MeshTests/CollapseMeshNodes.cpp +++ b/SimpleTests/MeshTests/CollapseMeshNodes.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * 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 diff --git a/SimpleTests/MeshTests/MeshSearchTest.cpp b/SimpleTests/MeshTests/MeshSearchTest.cpp index 27c322051c1af2b282578fce030226e15008fa7a..cefe983a4c19ddd42c9ed00a7e2cbcb3a6d96890 100644 --- a/SimpleTests/MeshTests/MeshSearchTest.cpp +++ b/SimpleTests/MeshTests/MeshSearchTest.cpp @@ -1,5 +1,5 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * 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 diff --git a/Tests/MathLib/TestLinearSystem.cpp b/Tests/MathLib/TestLinearSystem.cpp index dea1c61aa005a29bc10346f5933b80a0ae17ecc0..a0d61685000cd9e6674ed0e4c26c3cd7a7148ff7 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.org) * 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..a4b6ae60eebc459d1dc0e5803c401780825f1aa2 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.org) * 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..a0e2756aecd8e1d00baeb8b7dc117a52a2954c54 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.org) * 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..d511062b7e9615893e51641343ad2c77c2c502ed 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.org) * 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..adb59dd84d451ead9ae6941e47a15d8d30b08cc1 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.org) * 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..507bbbd0a4846c6aef8a26f30dd824c4cb9be7a5 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.org) * 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..cb48b597ee22dd30cbcc7e0cce2d4c637d91d18e 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.org) * 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..2c7b1611d714f1be993e00ea57490dfef40a476f 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.org) * 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..b98194c23755d31bd8753fcde8eb911b2b9ac552 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..281cdaee6d648f7915e0559c82b525492348b15b 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