diff --git a/Gui/Base/CheckboxDelegate.cpp b/Gui/Base/CheckboxDelegate.cpp index 1f6351ae4c8d93897de72ae0eb47b88174e00ea9..18f27fc5b615202a226667c74eab1e45a9f370a6 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.net) * 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..6e009f82bb1d2558be49f6a8f797d4bfd91eb98b 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.net) * 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..d10e83c81d7d6975b819ad878695de1c776fd938 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.net) * 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..8500d00988452ebe45805f2ee6dfc00da09d91f8 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.net) * 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/QValueTooltipSlider.cpp b/Gui/Base/QValueTooltipSlider.cpp index 69c31baa859bd753f1424ed612991a2404fed3d5..e42e5be773c75846641f5ca0df60b15a7ad5b696 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.net) * 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..ccf1a67a350fd898ef37de7d153ddf0d9e88fad8 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.net) * 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.h b/Gui/Base/RecentFiles.h index 2f03a708725ea0ea545be6c6df93ff027989802a..b66f6a39794f5a12af66fd4ad59fc41e66761384 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.net) * 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..5a4eabd066c25d82270d7afcb82cc737ea22002c 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.net) * 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..011177942a2529cff62b6af3bea8e65b67dac924 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.net) * 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/TreeModelIterator.cpp b/Gui/Base/TreeModelIterator.cpp index 8b7c0e51bee03117050a7d3f1640b4e69763ab98..5860a92de5e5b9312ada9c3906f85a8ce523fa7f 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.net) * 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..2c7b02bc5de7b46ae1ef8504eb6f52b7f2a003f0 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.net) * 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..e7b91e2c15e3d292ccee44eda49d27a45d4bce58 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.net) * 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..7e6994c5a2171a802909d1beb33cd1e89c621f88 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.net) * 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..5cc2f4d4c3f76e672e44e94c92aa689b285960b5 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.net) * 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..da7e76a55ac103b99ee807555439e909a313588b 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.net) * 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..fd7178e8d014db27353fd439a8cb11c04a6d3f7e 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.net) * 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..d0a3513059b0bb573a562a0cc60f06fd0f1fe877 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.net) * 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..7b5aba1a70946dd4e511d62f3ff1f7bad4470341 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.net) * 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..763ca387e7a558dd3362fbdbc6526795a6ecd610 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.net) * 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..9772afdbdce3bc22e2e2d477037a6e6a1e5302d6 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.net) * 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..58d4325a1eac025f246f4295fd69057131d9092b 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.net) * 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..c05204929ae3c682ede2bfc03753e2f04c905e5c 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.net) * 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/DirectConditionGenerator.cpp b/Gui/DataView/DirectConditionGenerator.cpp index 6ea12fee1e03569307daf692bb990403cb291422..25a1bb489295ead4961b77307dcc7c17f805c22d 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.net) * 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..7fb5b1df51e0662b77fffc4ff4eb9adda31df05a 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.net) * 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..94bae870baff7b6c095e5a9dc7a7890855967008 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.net) * 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..5bac53535e0c22e412c800175b0dbb297ffcef97 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.net) * 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..2ed690a875845044599510a7a8500716241e0f68 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.net) * 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..ae8903a821b369636f5740ae94b547fa7a75083c 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.net) * 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..9d7ca294a0311179ca09cff26ca546a62e04d862 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.net) * 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..4752fa5f6a580cf20d763956cf5e471ac2bc7251 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.net) * 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..7318aecb747fb3b9c4f58ff790dc3b667256797c 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.net) * 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..67b7adc52edf8802fded3d44fc6d7c744e15430b 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.net) * 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..2821928c5f3b2c55cb197b3ce188ed1d730383ae 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.net) * 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..cbe2c65998cf1ac12e851e49955ba07eccb62aa8 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.net) * 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..d550b26bfa8acc71032a87f0e29b3ff9bfc85bdf 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.net) * 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..1e1e17a64b4ee4e1e85b6c4ece44430d29592d94 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.net) * 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..16372b0750074c34b07866675d58743868d41c71 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.net) * 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..c57843de6cf5142aee5e6a68fca6151c7a5cf6fc 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.net) * 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..ff5c5439e7d151a731a5c21f3fff21423952057a 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.net) * 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..500d39074c04cde2150188ecd2d62975e7cc8880 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.net) * 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..6f575ed8b527ea6fd9cd84a9346c4457eee82be2 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.net) * 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..a37624f9e70426192e7ae31b1478025e9d435d27 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.net) * 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..89ec1045a962c41eccee3ddff6f426c58bf977e1 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.net) * 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" diff --git a/Gui/DataView/LicenseDialog.h b/Gui/DataView/LicenseDialog.h index ae63fac3cd7f6abc715ecfcfe6ae9d329bd03f06..f9aa82acdd30994a91c10eb31958c2ead5fa469c 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.net) * 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..d93d2506307dae3cfe605640e668c458d1a0f932 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.net) * 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..c028fb7d3ba96ac26cf2b15f59386b51891ac143 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.net) * 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..6efeee08b5e3325ac234f4d12cbe6edacc0525f9 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.net) * 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..c1eb55a8fbd35e1d1ae587982986f31650577456 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.net) * 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/ModellingTabWidget.cpp b/Gui/DataView/ModellingTabWidget.cpp index 62788ccc1950a2c7dedd578699dc66affd94fe4e..ba4ac1eaaa3b909730122e20cc85f038388c24a5 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.net) * 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..095d87ac6087e69d654f41f07fef8750c718f774 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.net) * 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..dfbe2737819525fa6e09c669e99a59e2cc280a6f 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.net) * 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..d7af88cb4da82a6a27d8e436996423235cd43a60 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.net) * 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..984e7aa3cc415aafb6e50cc883114d79c5e99f0a 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.net) * 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..ebfea38dfd61b122ab08af116ba029662df7092a 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.net) * 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..44f9d7cf8c06c511d04c6c5a46635777078c770b 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.net) * 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..98213df8a328e46a28a26bb2af47c5d75ed32878 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.net) * 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..024651e4fbdedf33e0cdd58de24feb2134fdcc2b 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.net) * 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..f0099a38d5172e89f9875428f941c03e7d59c3a0 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.net) * 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..0350e72a4e0547116c0e63d09c05e9bc4c3da64e 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.net) * 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..4a592c3298d238d30a3db8c80ade2d0d888e8d14 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.net) * 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..8a4addebf87e0f40247e68d621db6259e1bc088d 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.net) * 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..a25efc902f9f71d48b22a28ab30eb034e0d691e3 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.net) * 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..40ee9041717e9aabe966c6a1fab6e2dd30798e13 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.net) * 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..121b0821f09be1908f6b05a537fca636cc798800 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.net) * 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..8d247509de317028ba6d174a722af5cca043b0d1 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.net) * 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..86a1ccce63b8a8dde3cdbd34b07c7a5e9cd9a5ad 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.net) * 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..0a22a03c7a5d0a08ff05f8543326993c87bd337e 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.net) * 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..2e9d39734f70e56563fa4cb883d85fe9cf4e40f2 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.net) * 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..b762479ea1c25cece53336bf344fbc955db6b57e 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.net) * 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..0c607f380ecb15883c83c85a88268321a7f73c7a 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.net) * 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..04268acb8e8fd604266743d20e8852e821b2975e 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.net) * 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..d85867dbffe06688e56a628c553ee49ee7415ff1 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.net) * 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..e1a4760e3af59ea577e5819a7c0feb3f315cbbeb 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.net) * 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..afa628ec736c8f270e0b50fddec7476ae4ffd4f6 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.net) * 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..e8cd74d511101e9c61eb9bf37b711b9516dac82d 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.net) * 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..c0ef299efc3f5ed28eadc99a0d9c8f124a46cab2 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.net) * 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..35f0ea53415a67e321b66c446c130ca4941201b2 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.net) * 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..3f8c9ef757057a1d63420fb1d805a07096ae98cb 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.net) * 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..97cc6cf45dd64c813713e7178f35cb4162ea0d75 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.net) * 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/StratView/StratBar.cpp b/Gui/DataView/StratView/StratBar.cpp index 7bf545c91fa64d8aee4e5fe5016f87ced244b549..2dbb430da2f6a22d36a39546ad0aa3ee8779236c 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.net) * 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..fe893f0e738095ec656f0063d07201c72b08d2e7 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.net) * 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..47b4f8ce443fa49160e17374630c40bbe57342ca 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.net) * 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..38ea39e39e74312e7c142d45b9ba4d349bc7a9b8 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.net) * 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..231879bb9a7148b8b8902a82cfb4b6ea74a0ba5a 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.net) * 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..aaa84b232cd7eb8072e144b2b3831745593b507d 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.net) * 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..8d212576987b392e7ee89356f76fcd5c83fd9fc2 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.net) * 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..ac0056314f9d2818ac3843c47b42061b5fa8e50b 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.net) * 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/VtkAct/VtkCustomInteractorStyle.cpp b/Gui/VtkAct/VtkCustomInteractorStyle.cpp index f59e2d954a525aa2ececb9afe198c1f1fef2be63..4d458833c2a3c99ebede64c36b264b5a8f27261a 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.net) * 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..943af6cd91795004f9d622ffe5a761f5c6ab48c8 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.net) * 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..2ca814ec5111faaa8dafe5e3028ae4ba50df1e51 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.net) * 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..f38aff65e190b6d85b6cb70f6420ba340a488a24 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.net) * 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..8dfe263183705f3cc73aa6d46603e2cabddc7537 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.net) * 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..2724dbe8d019324a107d467073207100430e1495 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.net) * 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..a4b47b48a306fc77edad5e782095b6971fce32f8 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.net) * 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..d22386fe0b63ae86739339d538e0af9926da6a2c 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.net) * 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..44899e5acf30e67ebb6cf2aeb400527273820f21 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.net) * 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..5f477245a6a31a4ed48378b008446de453db1c3f 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.net) * 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..89b66acd7991be4f008911c13e3abf68b106ed3f 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.net) * 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..fd166d1358ed0db9f1675f0bfa4d5207e2fbfcc8 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.net) * 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..6d5f8e59b61e55fc071f44f2db09d50469226454 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.net) * 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..8eab8f8017044812e1bac91538ad121fe58e90cd 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.net) * 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..a8386319354f4863fdd52117a87c6575eb2cf7b3 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.net) * 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..4c1d2c4c68222123fc072b3552266a7c09531b08 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.net) * 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..93da2971e4c1603200657e61f20804ae140a69a1 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.net) * 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..96ac0d6cbcf5518998522ebdfaa282be508728e8 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.net) * 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..7746e66591866055b7b68a7367e7eb03444358e2 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.net) * 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..5e26c213c95555de2e91a4c008ee5665481b4f0e 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.net) * 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..5ad778f4e37f27b26f1855d6d54bdbc83554bb45 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.net) * 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..50a8ed1aec7553c6763dda36751df39798104e28 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.net) * 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..c2de503429eaa27e04861fe1f6d4dd2123827f8d 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.net) * 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..69790d5f9ff03bf3df0ba911ada4f204c7e01920 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.net) * 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..acd17f6cf94e6e9f3611d7ef546df45d9af7e97f 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.net) * 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..3c44173dea776074a21320611c163d84894e9df7 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.net) * 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..3c067fd0671be62d5fa79e375cf512f96b8ca849 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.net) * 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..7d0965f9da719f45e4065917de5bd245a3e93af1 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.net) * 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..6d296bbefb838d16cf59038f0863a13a4fdf5e88 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.net) * 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..1c570f83f68e43127b63007ceec32c4e55aebb9a 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.net) * 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..f639f10b9713b8100837ec41da5b4aadedf9572a 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.net) * 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..3d3d72822504c6e67f66f8e88c45d2bec1e93e9b 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.net) * 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..9fa11aa8844f52a9da0820ad87b77cbadf518582 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.net) * 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..f5e474c247ba8f26d9c72f679712976bc7fe3a8f 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.net) * 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..0072fd4bbe1f7a20743bfd08fcac9156f4f0c4f6 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.net) * 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..dc2768310b13643021f0c2ec10f21ff0101fec20 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.net) * 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..0c72474113c7f1965ead9e5e83d7a3bf4750b97f 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.net) * 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..12c7cf799bc22b0b52addae533b3b6f6169fcbff 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.net) * 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..99bd666ad2aa1166ba436ce76c9ffe55abfcbbb8 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.net) * 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..167b580991461366e65ce1b624d17864ce5ee3e9 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.net) * 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..a349385890a91658b221bc6e70d8e09abcc86e51 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.net) * 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..bde672d940876cdbc1ddbe0bb6995cfe0acbf560 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.net) * 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..e5efd6d84ede9a824d49721686a02b21a44161ae 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.net) * 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..0d8495abaeb9da4ea2f12869f0fde5d9c54ed254 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.net) * 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..092a0af286032ee58f80000c8194de280d7c0dc1 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.net) * 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..ff171b1bb58e3acfb00ab3873c2a62553d417f7e 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.net) * 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..6dd904f5306a3fb0c0e12be07aa498e3fad8bab4 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.net) * 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..58a0744cb4aea91d4ffe82b867322519a7e56fb9 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.net) * 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..95ff67ab0f9e019fae823d197429c3ec92e77b48 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.net) * 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..dd2bb21eeb61ea9184be93c7a80a7845139bae20 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.net) * 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..06677c9472685b3d5ab0091a3ae86143f91326c4 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.net) * 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..332e5aa4bd83e18a8c95cc33092f5944e198d4f6 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.net) * 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..0cdf4c85d6e1b4a3b1f01da22d02603e4294f4af 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.net) * 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..4e573c762192d4a1a40582f32f0c48f1c7b74096 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.net) * 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..76dab6986be3ab50bb0aec0ef92e67bc0cd6a4e7 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.net) * 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..ae8e3ab5ffff5e1aacf1d8f0039b711b21e56fa9 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.net) * 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..2264f913f7e1d36986728b0a743207429a263ded 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.net) * 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..fc9d7695c608ba702dd7d007f4ff22accb7a8bd5 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.net) * 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..c72e1d0bbca27590234be80f872a233e16a84f7c 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.net) * 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..882ed8d4008dc2fd630a9467644bbf9a0185e1c6 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.net) * 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..69d315464e10f303e329e615db1e47acdc235cbc 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.net) * 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..cfa28958b1d57cc02adecec1fff4f2d55daae3f9 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.net) * 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..732358aa2744ca0c2013ab4828f61339571914bc 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.net) * 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..ac9e8a97c2d2185f26f92fc8dacac981f8a46249 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.net) * 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..9b34488d0d19bca0424cc9bdcad9601261714a23 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.net) * 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..56f160223a4c61b1928317f612393722a0cef882 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.net) * 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..bdaa1a18d7a411a6f065ced2c3e773b375a37401 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.net) * 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..e19c28d957064834fb52c0464c6ef6a888edc7d6 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.net) * 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..487cfad5c8dcd7916f9d2a5142da9f76dbc04154 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.net) * 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..f20d375ba28411ecd4af80f32b3b13bc28abf83d 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.net) * 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..21ade1455d48fed60038887035afc542f9e53361 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.net) * 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..66e71725cbc7467026e6fce9045a3fcb5c1e4ba5 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.net) * 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..b79d2abd9fb965e19fd5c306ef16877a8e834e29 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.net) * 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..a1120c7f8454b2cd652851a40421838384d9e2d3 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.net) * 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..cc00b4b31570e43cf7fd36f7b36529d77ae04acd 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.net) * 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..d188b7dd5c889a8f142f6db05c8acefa0b73318a 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.net) * 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..c0fe83a4cc0975bc2ea578dca2852b3c4f62fbc2 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.net) * 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..054abe52b7eedd5df49c32957ca5e0d576e157c2 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.net) * 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..afc39793d33456b873dcd58854ad6e84556510e9 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.net) * 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..4ab832ca22c90262a65e492b0f832c1affebcd91 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.net) * 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..95ef0a09cf12e609149852697a3ce4c695817bde 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.net) * 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..67af9aca2e50e4685ef1db29704b056f8bae2d8c 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.net) * 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..f508856cdfb47abd32c5b7ebf95f28c926f4fb4d 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.net) * 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..68364964b9276e4ae16015e8e6631a86dd36c955 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.net) * 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..77b347eb466fede46f69f8e496b482b2dcedad89 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.net) * 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..23cb3c3580d401041d399301e223b1fd1176977e 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.net) * 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..042c6b91bba3aabab02caa0155b7f5dd691a25f0 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.net) * 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..c4211da4e5b6625f867dc168cb278a4033e1c194 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.net) * 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..faa901726c680f0eeb29ddbbfd5b778bc2ea4a68 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.net) * 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..5778c0b18b8784a8e06d0f7b9578d930c1e4ed26 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.net) * 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..e8983d34fe997ee416c151dc6bbb855fc94bc756 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.net) * 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..94104e1396c6291431288366e20e6554f61f74cb 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.net) * 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..ddf9f70a4a7d4f5b1e5752a1790c2ac4a213a032 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.net) * 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 * */