diff --git a/BaseLib/BuildInfo.h.in b/BaseLib/BuildInfo.h.in index ec20847a7243916bd0d3408b1a80b003ff4791be..b76854e0db251cbbafa8fb3c630e2520a9edad29 100644 --- a/BaseLib/BuildInfo.h.in +++ b/BaseLib/BuildInfo.h.in @@ -1,14 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2010-08-24 + * \brief #defines which gets set through CMake. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BuildInfo.h.in - * #defines which gets set through CMake. - * - * Created on 2010-08-24 by Lars Bilke */ #ifndef BUILDINFO_H diff --git a/BaseLib/CPUTime.cpp b/BaseLib/CPUTime.cpp index 58fe8d05ea1df86379a5ebb6615bd3b627ce3df3..7b1db9646f42605a3e0f858512eb87bedd4e044f 100644 --- a/BaseLib/CPUTime.cpp +++ b/BaseLib/CPUTime.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Implementation of the CPUTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CPUTime.cpp - * - * Created on 2012-05-10 by Thomas Fischer */ #include "CPUTime.h" diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h index 38b1b18cb34202d501fef45047f4179d6afa9a12..9c7dc145959d0130610aa9514602251ba7066b3f 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Definition of the CPUTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CPUTime.h - * - * Created on 2012-05-10 by Thomas Fischer */ #ifndef CPUTIME_H diff --git a/BaseLib/CodingTools.h b/BaseLib/CodingTools.h index 55fafeed430733337eb52521682a32605c6f89fe..dc606162e3a87bb3e8c2dcbaed942bffa973a4b9 100644 --- a/BaseLib/CodingTools.h +++ b/BaseLib/CodingTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-02-17 + * \brief Helper macros. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CodingTools.h - * - * Created on 2012-02-17 by Norihiro Watanabe */ #ifndef CODINGTOOLS_H diff --git a/BaseLib/Configure.h.in b/BaseLib/Configure.h.in index 55811f03a25f58a9fc8d130205b3a42cf36f6e9c..c2afaf7e62f20838c60d43e574ce2aa90287073d 100644 --- a/BaseLib/Configure.h.in +++ b/BaseLib/Configure.h.in @@ -1,14 +1,17 @@ /** + * \file + * \author Lars Bilke + * \date no date + * \brief #defines which gets set through CMake + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Configure.h.in - * - * #defines which gets set through CMake */ + #ifndef CONFIGURE_H #define CONFIGURE_H diff --git a/BaseLib/DateTools.cpp b/BaseLib/DateTools.cpp index 3a38ca8ef9fd100f4f16ebe4e4cac24f81c2795d..48f4550ea61773f2b125147c303642a61bbe47cf 100644 --- a/BaseLib/DateTools.cpp +++ b/BaseLib/DateTools.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-06-16 + * \brief Implementation of date helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DateTools.cpp - * - * Created on 2010-06-16 by Karsten Rink */ #include "DateTools.h" diff --git a/BaseLib/DateTools.h b/BaseLib/DateTools.h index 227b4fa2d230a4561cd377291e97e4b0a496461d..1814054d0a7a34348f056d68faca96f1ca9bcc30 100644 --- a/BaseLib/DateTools.h +++ b/BaseLib/DateTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-01-22 + * \brief Definition of date helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DateTools.h - * - * Created on 2010-01-22 by Karsten Rink */ #ifndef DATETOOLS_H diff --git a/BaseLib/FileFinder.h b/BaseLib/FileFinder.h index b876fe7b9decd7ed8f04994ebc74257c203d1014..36ecb628f6ef93f595c7bb1ea1505585b88ebe03 100644 --- a/BaseLib/FileFinder.h +++ b/BaseLib/FileFinder.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-10-26 + * \brief Definition of the FileFinder class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FileFinder.h - * - * Created on 2010-10-26 by Karsten Rink */ #ifndef FILEFINDER_H diff --git a/BaseLib/LogogSimpleFormatter.h b/BaseLib/LogogSimpleFormatter.h index fcae583fe06802c3dce9693291f1adc338e523d2..57e8dd2948c2301dd95e67b62e5c2cca65c5ea07 100644 --- a/BaseLib/LogogSimpleFormatter.h +++ b/BaseLib/LogogSimpleFormatter.h @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-09-13 + * \brief Definition of the LogogSimpleFormatter class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LogogSimpleFormatter.h - * - * Created on 2012-09-13 by Lars Bilke */ #ifndef LOGOGSIMPLEFORMATTER_H diff --git a/BaseLib/MemWatch.cpp b/BaseLib/MemWatch.cpp index 7f4580113b9a97eb6fe5dc996fbe7c19c02c7a38..e157e5e46b1b1520f2ae1d6273f23cc2ebf53959 100644 --- a/BaseLib/MemWatch.cpp +++ b/BaseLib/MemWatch.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-07 + * \brief Implementation of the MemWatch class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MemWatch.cpp - * - * Created on 2012-05-07 by Thomas Fischer */ #include "MemWatch.h" diff --git a/BaseLib/MemWatch.h b/BaseLib/MemWatch.h index 854215840102f547d43b8436788a67d8e13647f7..5061e08476d13b0a63c4af1bf7c0cd7a5f47be56 100644 --- a/BaseLib/MemWatch.h +++ b/BaseLib/MemWatch.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-07 + * \brief Definition of the MemWatch class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MemWatch.h - * - * Created on 2012-05-07 by Thomas Fischer */ #ifndef MEMWATCH_H_ diff --git a/BaseLib/RangeValidator.h b/BaseLib/RangeValidator.h index dc0fd2748a897c4b553137458a9cae6fda4b86d1..8773388f2268a62cf4992a1a0bec865535828d28 100644 --- a/BaseLib/RangeValidator.h +++ b/BaseLib/RangeValidator.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 28, 2012 + * \brief Definition of the RangeValidator calss. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file RangeValidator.h + * http://www.opengeosys.org/project/license * - * Created on Sep 28, 2012 by Thomas Fischer */ #ifndef RANGEVALIDATOR_H_ diff --git a/BaseLib/RangeValidator.hpp b/BaseLib/RangeValidator.hpp index ca0196bcdd7afcf48d2c298019f1ec8adb796585..e0917ca07910221d1f758968b239b7d749a45a93 100644 --- a/BaseLib/RangeValidator.hpp +++ b/BaseLib/RangeValidator.hpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 28, 2012 + * \brief Implementation of the RangeValidator class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file RangeValidator.hpp + * http://www.opengeosys.org/project/license * - * Created on Sep 28, 2012 by Thomas Fischer */ namespace BaseLib { diff --git a/BaseLib/RunTime.cpp b/BaseLib/RunTime.cpp index 25f826c9ca3d36cc5c1ef7536144f1c123243201..3d783de5c6cb6ea18f9851d1e1cf2c770283f403 100644 --- a/BaseLib/RunTime.cpp +++ b/BaseLib/RunTime.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Implementation of the RunTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file RunTime.cpp - * - * Created on 2012-05-10 by Thomas Fischer */ #include "RunTime.h" diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index 948ae74081ffff154a817e3bb643b78ac3ce4657..7b3afac6d1e0feda613e6bb03f2622b162826b7f 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Definition of the RunTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file RunTime.h - * - * Created on 2012-05-10 by Thomas Fischer */ #ifndef RUNTIME_H diff --git a/BaseLib/StringTools.cpp b/BaseLib/StringTools.cpp index 65b1b8864c033935a4c3fc3d7ac3a51c4070a762..85ea397cba52e16e874c4d57b91d1507f97b366c 100644 --- a/BaseLib/StringTools.cpp +++ b/BaseLib/StringTools.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-16 + * \brief Implementation of string helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file StringTools.cpp - * - * Created on 2010-06-16 by Thomas Fischer */ #include "StringTools.h" diff --git a/BaseLib/StringTools.h b/BaseLib/StringTools.h index a9a001fbea619abb24a6037ede820334e9f95c95..312e4a5ceb1bca558236dfa1172f926897acb7b9 100644 --- a/BaseLib/StringTools.h +++ b/BaseLib/StringTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-16 + * \brief Definition of string helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file StringTools.h - * - * Created on 2010-06-16 by Thomas Fischer */ #ifndef STRINGTOOLS_H diff --git a/BaseLib/SystemTools.h b/BaseLib/SystemTools.h index fe565d77af657832bff91c5a9b48a3ead16cbb72..aa40b8cc731cdf7f520dc2e1b8791c6abf44b0c8 100644 --- a/BaseLib/SystemTools.h +++ b/BaseLib/SystemTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-07-16 + * \brief Definition of some system helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SystemTools.h - * - * Created on 2012-07-16 by Norihiro Watanabe */ #ifndef SYSTEMTOOLS_H diff --git a/BaseLib/TemplateLogogFormatterSuppressedGCC.h b/BaseLib/TemplateLogogFormatterSuppressedGCC.h index 27bed2a4c49ad466d2ca9ff270d0b8a9e4590c5d..9d969aeff602d6b755a99525a696fbdacc62a083 100644 --- a/BaseLib/TemplateLogogFormatterSuppressedGCC.h +++ b/BaseLib/TemplateLogogFormatterSuppressedGCC.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-12-06 + * \brief Definition of the TemplateLogogFormatterSuppressedGCC class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateLogogFormatterSuppressedGCC.h - * - * Created on 2012-12-06 by Norihiro Watanabe */ #ifndef TEMPLATELOGOGFORMATTERSUPPRESSEDGCC_H_ diff --git a/BaseLib/TimeMeasurementBase.h b/BaseLib/TimeMeasurementBase.h index 5fecd6d35d25cc8be0dd3d120cea130358bc85ae..c57259870079a24ae39ea035ed40cf57804eb7b0 100644 --- a/BaseLib/TimeMeasurementBase.h +++ b/BaseLib/TimeMeasurementBase.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Definition of the TimeMeasurementBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TimeMeasurementBase.h - * - * Created on xxxx-xx-xx by Thomas Fischer */ #ifndef TIMEMEASUREMENT_H diff --git a/BaseLib/printList.h b/BaseLib/printList.h index 33b70ac9a57c93a5d42ef45f07fb6203eac4daac..2ca61ea8291b2e30b44df9d52ca58c2f236b1d71 100644 --- a/BaseLib/printList.h +++ b/BaseLib/printList.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Definition of the printList function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file printList.h - * - * Created on 2011-02-23 by Thomas Fischer */ #ifndef PRINTLIST_H_ diff --git a/BaseLib/quicksort.h b/BaseLib/quicksort.h index a2271b67e8ab37495af9670bf6968c3f29df7020..b887b8c10fa04c957e990b34aae478fed9b5c8fe 100644 --- a/BaseLib/quicksort.h +++ b/BaseLib/quicksort.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-05-26 + * \brief Definition of the quicksort function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file quicksort.h - * - * Created on 2010-05-26 by Thomas Fischer */ #ifndef QUICKSORT_H_ diff --git a/BaseLib/uniqueInsert.h b/BaseLib/uniqueInsert.h index 33ec74ee6f05b0a7b525b8db7eb3746bb9362928..66741f06a4184da7bdf1efd2328e08c036a5a6fb 100644 --- a/BaseLib/uniqueInsert.h +++ b/BaseLib/uniqueInsert.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Definition of the uniquePushBack function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file uniqueListInsert.h - * - * Created on 2011-02-23 by Thomas Fischer */ #ifndef UNIQUELISTINSERT_H_ diff --git a/BaseLib/wait.h b/BaseLib/wait.h index 4e946f6a6765488b53eecec10cb78fad3dccaf92..9335c70f96b2e5f1f5d0e6e87cb7082158fb7c88 100644 --- a/BaseLib/wait.h +++ b/BaseLib/wait.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-02-17 + * \brief Definition of the wait function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file wait.h - * - * Created on 2011-02-17 by Karsten Rink */ diff --git a/FemLib/BoundaryCondition.cpp b/FemLib/BoundaryCondition.cpp index 9fb4bc958b1c73777d44f7cce8fb58557c823a43..f8a5513e7121eea2f7732789ad38ae9a78b81852 100644 --- a/FemLib/BoundaryCondition.cpp +++ b/FemLib/BoundaryCondition.cpp @@ -1,12 +1,14 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-30 + * \brief Implementation of the BoundaryCondition class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file BoundaryCondition.cpp - * - * Created on 2011-08-30 by Karsten Rink + * http://www.opengeosys.org/project/license * */ /* diff --git a/FemLib/BoundaryCondition.h b/FemLib/BoundaryCondition.h index 7478b54d21814984888caca1fb3e62044e2de330..c0dd5f76cec60e7d5641afcd1ccaf6467ddc492b 100644 --- a/FemLib/BoundaryCondition.h +++ b/FemLib/BoundaryCondition.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-30 + * \brief Definition of the BoundaryCondition class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file BoundaryCondition.h + * http://www.opengeosys.org/project/license * - * Created on 2011-08-30 by Karsten Rink */ #ifndef BOUNDARYCONDITION_H diff --git a/FemLib/DistributionInfo.cpp b/FemLib/DistributionInfo.cpp index ea7c3b9ffeeff0f1b616c00a13698cff95f56549..93e3e4e04cc16529d3cc54b8fc1e8da2e148c744 100644 --- a/FemLib/DistributionInfo.cpp +++ b/FemLib/DistributionInfo.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-28 + * \brief Implementation of the DistributionInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DistributionInfo.cpp - * - * Created on 2010-09-28 by Thomas Fischer */ #include "DistributionInfo.h" diff --git a/FemLib/DistributionInfo.h b/FemLib/DistributionInfo.h index 8dffe7e2d93c88337df719b00663a5b0e85ad50a..d63980e46749fa5229cb2805f83a8ed93956d9da 100644 --- a/FemLib/DistributionInfo.h +++ b/FemLib/DistributionInfo.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-28 + * \brief Definition of the DistributionInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DistributionInfo.h - * - * Created on 2010-09-28 by Thomas Fischer */ #ifndef DISTRIBUTIONINFO_H_ diff --git a/FemLib/FEMCondition.cpp b/FemLib/FEMCondition.cpp index 25a4ef6ec173bd4cb770335bc581f391b7187542..8d2f80025606b4bc6f05f1d65bbc9d76e22daf4c 100644 --- a/FemLib/FEMCondition.cpp +++ b/FemLib/FEMCondition.cpp @@ -1,14 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-11-25 + * \brief Implementation of the FEMCondition class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMCondition.cpp - * - * Created on 2010-11-25 by Karsten Rink - * */ #include "FEMCondition.h" diff --git a/FemLib/FEMCondition.h b/FemLib/FEMCondition.h index a1cba21171f3db7e428bebe5d00a70aaeba4b470..d6c874cebc598df42b3777d7787d83f92ef8dd0f 100644 --- a/FemLib/FEMCondition.h +++ b/FemLib/FEMCondition.h @@ -1,14 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-11-25 + * \brief Definition of the FEMCondition class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMCondition.h - * - * Created on 2010-11-25 by Karsten Rink - * */ #ifndef FEMCONDITION_H diff --git a/FemLib/FEMEnums.cpp b/FemLib/FEMEnums.cpp index 719b2fdcd292ff085a1f34cb9f94a314631db31a..d56093f6e63cbacb2af7919ffbc17d8e4df18375 100644 --- a/FemLib/FEMEnums.cpp +++ b/FemLib/FEMEnums.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-09-02 + * \brief Implementation of fem enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMEnums.cpp - * - * Created on 2010-09-02 by Thomas Fischer */ #include "FEMEnums.h" diff --git a/FemLib/FEMEnums.h b/FemLib/FEMEnums.h index 0f76e1a494de83294d4ea227f84ab0bdd999b579..22ed73c905286a5cefc02f7e40f493382bf1719e 100644 --- a/FemLib/FEMEnums.h +++ b/FemLib/FEMEnums.h @@ -1,14 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-08-31 + * \brief Definition of fem enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMEnums.h - * - * Created on 2010-08-31 by Karsten Rink - * */ #ifndef FEMENUMS_H diff --git a/FemLib/GeoInfo.cpp b/FemLib/GeoInfo.cpp index 99d7e492e18bfbc14dd9cff0ac5f6f5726262cf1..1d30f6101340891b26dcefd8b9815d4f1834d515 100644 --- a/FemLib/GeoInfo.cpp +++ b/FemLib/GeoInfo.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-18 + * \brief Implementation of the GeoInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoInfo.cpp - * - * Created on 2010-06-18 by Thomas Fischer */ // STL diff --git a/FemLib/GeoInfo.h b/FemLib/GeoInfo.h index 357f5536dac86108be87ceb78a0ff3ea4aa8e64e..1a9dd50a53694a2b63917bb42627a434690017ac 100644 --- a/FemLib/GeoInfo.h +++ b/FemLib/GeoInfo.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-18 + * \brief Definition of the GeoInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoInfo.h - * - * Created on 2010-06-18 by Thomas Fischer */ #ifndef GEOINFO_H_ diff --git a/FemLib/InitialCondition.cpp b/FemLib/InitialCondition.cpp index a2006b8df2d160d7a83172baaab33560a5963305..8337077dc312cabf29fde7a6de78cb78b505d474 100644 --- a/FemLib/InitialCondition.cpp +++ b/FemLib/InitialCondition.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-30 + * \brief Implementation of the InitialCondition class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file InitialCondition.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-08-30 by Karsten Rink */ /* diff --git a/FemLib/InitialCondition.h b/FemLib/InitialCondition.h index 907b1c55d1edc3462a05e535a4653da8f7b1df6a..be86936605a230a181477474dd0f13058c7ff80b 100644 --- a/FemLib/InitialCondition.h +++ b/FemLib/InitialCondition.h @@ -1,12 +1,14 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-30 + * \brief Definition of the InitialCondition class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file InitialCondition.h - * - * Created on 2011-08-30 by Karsten Rink + * http://www.opengeosys.org/project/license * */ diff --git a/FemLib/ProcessInfo.cpp b/FemLib/ProcessInfo.cpp index 8e31444d66fa94994844406d570968853ed14907..7efe074647d6416c25b97bc028afd8d48e1a66bc 100644 --- a/FemLib/ProcessInfo.cpp +++ b/FemLib/ProcessInfo.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-02 + * \brief Implementation of the ProcessInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProcessInfo.cpp - * - * Created on 2010-09-02 by Thomas Fischer */ //#include "rf_pcs.h" diff --git a/FemLib/ProcessInfo.h b/FemLib/ProcessInfo.h index 1b563e9fe480669bc2dc1ab042da2893217b6c17..ffa21278ba8bbe9125d751b0d55dd7e287415c51 100644 --- a/FemLib/ProcessInfo.h +++ b/FemLib/ProcessInfo.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-02 + * \brief Definition of the ProcessInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProcessInfo.h - * - * Created on 2010-09-02 by Thomas Fischer */ #ifndef PROCESSINFO_H_ diff --git a/FemLib/SourceTerm.cpp b/FemLib/SourceTerm.cpp index e425451332fa6734e131de90f59266c103e8e4ef..01c2f24cce5ef1eecc9fdddd96e1f87e249d2be0 100644 --- a/FemLib/SourceTerm.cpp +++ b/FemLib/SourceTerm.cpp @@ -1,12 +1,14 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-30 + * \brief Implementation of the SourceTerm class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file SourceTerm.cpp - * - * Created on 2011-08-30 by Karsten Rink + * http://www.opengeosys.org/project/license * */ /* diff --git a/FemLib/SourceTerm.h b/FemLib/SourceTerm.h index 293b15d26628aebcd99477e08026a7d8c8f04805..5e8d215afcfea4f010c436cf3537534e2609bb0f 100644 --- a/FemLib/SourceTerm.h +++ b/FemLib/SourceTerm.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-08-30 + * \brief Definition of the SourceTerm class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file SourceTerm.h + * http://www.opengeosys.org/project/license * - * Created on 2011-08-30 by Karsten Rink */ #ifndef SOURCETERM_H diff --git a/FileIO/GMSInterface.cpp b/FileIO/GMSInterface.cpp index cdf1ce134829a9c80a1613a1be797efb4a545f05..24a0944f53e21d1e087a6992b895b7e272713d04 100644 --- a/FileIO/GMSInterface.cpp +++ b/FileIO/GMSInterface.cpp @@ -1,9 +1,14 @@ /** - * @copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-06-08 + * \brief Implementation of the GMSInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * @file GMSInterface.cpp * @date 2010-06-08 diff --git a/FileIO/GMSInterface.h b/FileIO/GMSInterface.h index bee92f4ff973e19aabf180865d6a0a283d667fc4..f46867399ed6d35e5da564191ce9de57bb02e27a 100644 --- a/FileIO/GMSInterface.h +++ b/FileIO/GMSInterface.h @@ -1,9 +1,14 @@ /** - * @copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2010-06-08 + * \brief Definition of the GMSInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt + * http://www.opengeosys.org/project/license * * @file GMSInterface.h * @date 2010-06-08 diff --git a/FileIO/Gmsh2GeoIO.cpp b/FileIO/Gmsh2GeoIO.cpp index 6abd2777a6e881ec0b9517cf582fe6cf4a054e60..976301e0daf2cd1c59e8f48508bb540ed30b02bb 100644 --- a/FileIO/Gmsh2GeoIO.cpp +++ b/FileIO/Gmsh2GeoIO.cpp @@ -1,8 +1,14 @@ /** - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-08-18 + * \brief Implementation of the Gmsh2GeoIO class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * \file Gmsh2GeoIO.cpp * diff --git a/FileIO/Gmsh2GeoIO.h b/FileIO/Gmsh2GeoIO.h index 3f8c9522db739f92499dc4ab39c4ea99849c60de..4ba7afbb412f5dda8f1de6915765be7ae456f591 100644 --- a/FileIO/Gmsh2GeoIO.h +++ b/FileIO/Gmsh2GeoIO.h @@ -1,8 +1,14 @@ /** - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-08-18 + * \brief Definition of the Gmsh2GeoIO class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt + * http://www.opengeosys.org/project/license * * \file Gmsh2GeoIO.h * diff --git a/FileIO/ImportFileTypes.h b/FileIO/ImportFileTypes.h index 1c197182e2b776a08519c401f618454311ae0148..5af5932c8d3a4b0d3af12017fd010b0793c21a83 100644 --- a/FileIO/ImportFileTypes.h +++ b/FileIO/ImportFileTypes.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-08-20 + * \brief Definition of the ImportFileTypes enumeration. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ImportFileTypes.h - * - * Created on 2012-08-20 by Karsten Rink */ #ifndef IMPORTFILETYPES_H diff --git a/FileIO/Legacy/MeshIO.cpp b/FileIO/Legacy/MeshIO.cpp index 595b95ac3eb94837173cf7e6dd613586890c24b6..b53e201596d1dfd9b290de246e0fdd934a1f7ea6 100644 --- a/FileIO/Legacy/MeshIO.cpp +++ b/FileIO/Legacy/MeshIO.cpp @@ -1,5 +1,10 @@ /** - * @copyright + * \file + * \author Karsten Rink + * \date 2012-05-08 + * \brief Implementation of the MeshIO class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or diff --git a/FileIO/Legacy/MeshIO.h b/FileIO/Legacy/MeshIO.h index d0832935745463b15930605d8b29b513e10a98d4..e8e9d7875a15a36f6f449225d433b22dce87e552 100644 --- a/FileIO/Legacy/MeshIO.h +++ b/FileIO/Legacy/MeshIO.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-08 + * \brief Definition of the MeshIO class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MeshIO.h - * - * Created on 2012-05-08 by Karsten Rink */ /** diff --git a/FileIO/Legacy/OGSIOVer4.cpp b/FileIO/Legacy/OGSIOVer4.cpp index 67fa162c4ea2188bce08a715bbe389755124f20d..fbc583aeccab491abf1359b62b0aa809f4403b4a 100644 --- a/FileIO/Legacy/OGSIOVer4.cpp +++ b/FileIO/Legacy/OGSIOVer4.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-01-14 + * \brief Implementation of the OGSIOVer4 class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file OGSIOVer4.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-01-14 by Thomas Fischer */ #include <iomanip> diff --git a/FileIO/Legacy/OGSIOVer4.h b/FileIO/Legacy/OGSIOVer4.h index f589af3f0c96519887e2eb7f974fe36fe0231cc1..fda5eae6c7afe7707687b95ede88735ec89c625b 100644 --- a/FileIO/Legacy/OGSIOVer4.h +++ b/FileIO/Legacy/OGSIOVer4.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-01-14 + * \brief Definition of the OGSIOVer4 class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file OGSIOVer4.h + * http://www.opengeosys.org/project/license * - * Created on 2010-01-14 by Thomas Fischer */ #ifndef OGSIOVER4_H_ diff --git a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp index 37f97d53354db32e8873e58c7c684a8557a822fb..c9a903ea067cee58df86c4b3ac918c2d0b4a4290 100644 --- a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp +++ b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp @@ -1,9 +1,14 @@ /** - * @copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-03-05 + * \brief Implementation of the GMSHAdaptiveMeshDensity class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * @file GMSHAdaptiveMeshDensity.cpp * @date 2012-03-05 diff --git a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h index 17dd4daa18bd1d2ce49388ed2c07fe14f7df94a8..a392a299f4394ab4c96d3c76e888a1c0fd9285e3 100644 --- a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h +++ b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-03-05 + * \brief Definition of the GMSHAdaptiveMeshDensity class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file GMSHAdaptiveMeshDensity.h + * http://www.opengeosys.org/project/license * - * Created on 2012-03-05 by Thomas Fischer */ #ifndef GMSHADAPTIVEMESHDENSITY_H_ diff --git a/FileIO/MeshIO/GMSHFixedMeshDensity.cpp b/FileIO/MeshIO/GMSHFixedMeshDensity.cpp index 79db6dea16a005de3d6aef48a151a7602a5efa7d..441a3fa1a09060d9dd7227cf121f576e6463c2e3 100644 --- a/FileIO/MeshIO/GMSHFixedMeshDensity.cpp +++ b/FileIO/MeshIO/GMSHFixedMeshDensity.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-03-05 + * \brief Implementation of the GMSHFixedMeshDensity class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file GMSHFixedMeshDensity.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-03-05 by Thomas Fischer */ #include "MeshIO/GMSHFixedMeshDensity.h" diff --git a/FileIO/MeshIO/GMSHFixedMeshDensity.h b/FileIO/MeshIO/GMSHFixedMeshDensity.h index 31215ebde1d13d5fc37afa539886335e5709fcca..609d2a7efd83f7bd8118c7ed7cf1b421e3d7150b 100644 --- a/FileIO/MeshIO/GMSHFixedMeshDensity.h +++ b/FileIO/MeshIO/GMSHFixedMeshDensity.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-03-05 + * \brief Definition of the GMSHFixedMeshDensity class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file GMSHFixedMeshDensity.h + * http://www.opengeosys.org/project/license * - * Created on 2012-03-05 by Thomas Fischer */ #ifndef GMSHFIXEDMESHDENSITY_H_ diff --git a/FileIO/MeshIO/GMSHInterface.cpp b/FileIO/MeshIO/GMSHInterface.cpp index da88f0049d922c307de11c80c69a3f8da01e8d96..923c3fdbfd5df1a95243017a0e83a898a85a0bee 100644 --- a/FileIO/MeshIO/GMSHInterface.cpp +++ b/FileIO/MeshIO/GMSHInterface.cpp @@ -1,9 +1,14 @@ /** - * @copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-04-29 + * \brief Implementation of the GMSHInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * @file GMSHInterface.cpp * @date 2010-04-29 diff --git a/FileIO/MeshIO/GMSHInterface.h b/FileIO/MeshIO/GMSHInterface.h index 72c187590734aa259af68d80969e86f5dace2b46..09aa5178f0df14c449cd37155736ca91069cad54 100644 --- a/FileIO/MeshIO/GMSHInterface.h +++ b/FileIO/MeshIO/GMSHInterface.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-04-29 + * \brief Definition of the GMSHInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file GMSHInterface.h + * http://www.opengeosys.org/project/license * - * Created on 2010-04-29 by Thomas Fischer */ #ifndef GMSHINTERFACE_H_ diff --git a/FileIO/MeshIO/GMSHLine.cpp b/FileIO/MeshIO/GMSHLine.cpp index fa6cfdcbe329c5a6034f260bd15ead961c9b53ba..461629730f810d3ebe09af77a93be252f3b902e6 100644 --- a/FileIO/MeshIO/GMSHLine.cpp +++ b/FileIO/MeshIO/GMSHLine.cpp @@ -1,8 +1,15 @@ -/* - * GMSHLine.cpp +/** + * \file + * \author Thomas Fischer + * \date Mar 22, 2012 + * \brief Implementation of the GMSHLine class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Mar 22, 2012 - * Author: fischeth */ #include <MeshIO/GMSHLine.h> diff --git a/FileIO/MeshIO/GMSHLine.h b/FileIO/MeshIO/GMSHLine.h index ef7efaf2fb02e1586be8c692fab24a9cc68eb5d6..acc895ac16be850dcfb110d88a1278770c2e84ac 100644 --- a/FileIO/MeshIO/GMSHLine.h +++ b/FileIO/MeshIO/GMSHLine.h @@ -1,8 +1,15 @@ -/* - * GMSHLine.h +/** + * \file + * \author Thomas Fischer + * \date Mar 22, 2012 + * \brief Definition of the GMSHLine class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Mar 22, 2012 - * Author: fischeth */ #ifndef GMSHLINE_H_ diff --git a/FileIO/MeshIO/GMSHLineLoop.cpp b/FileIO/MeshIO/GMSHLineLoop.cpp index eb01789f42ade1853d80882b6457891bc63aff4e..0ee01f83ac9d86a6b5530c60e99659ea3d798449 100644 --- a/FileIO/MeshIO/GMSHLineLoop.cpp +++ b/FileIO/MeshIO/GMSHLineLoop.cpp @@ -1,8 +1,15 @@ -/* - * GMSHLineLoop.cpp +/** + * \file + * \author Thomas Fischer + * \date Mar 22, 2012 + * \brief Implementation of the GMSHLineLoop class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Mar 22, 2012 - * Author: fischeth */ #include "MeshIO/GMSHLineLoop.h" diff --git a/FileIO/MeshIO/GMSHLineLoop.h b/FileIO/MeshIO/GMSHLineLoop.h index 0b1e03dcdc68859a14b5364405b8679373dc6880..bd36c9dc901ad186aa0fb079ece96e97320ac898 100644 --- a/FileIO/MeshIO/GMSHLineLoop.h +++ b/FileIO/MeshIO/GMSHLineLoop.h @@ -1,8 +1,15 @@ -/* - * GMSHLineLoop.h +/** + * \file + * \author Thomas Fischer + * \date Mar 22, 2012 + * \brief Definition of the GMSHLineLoop class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Mar 22, 2012 - * Author: fischeth */ #ifndef GMSHLINELOOP_H_ diff --git a/FileIO/MeshIO/GMSHMeshDensityStrategy.h b/FileIO/MeshIO/GMSHMeshDensityStrategy.h index 441f96e5650420476a2fd39ec50de19d13074185..8ea1dc74b34ac7cdac530db36e83e864a799efe1 100644 --- a/FileIO/MeshIO/GMSHMeshDensityStrategy.h +++ b/FileIO/MeshIO/GMSHMeshDensityStrategy.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-03-05 + * \brief Definition of the GMSHMeshDensityStrategy class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file GMSHMeshDensityStrategy.h + * http://www.opengeosys.org/project/license * - * Created on 2010-03-05 by Thomas Fischer */ #ifndef GMSHMESHDENSITYSTRATEGY_H_ diff --git a/FileIO/MeshIO/GMSHNoMeshDensity.h b/FileIO/MeshIO/GMSHNoMeshDensity.h index 489304b6a2dcf82bad20759cddb90843bf6b8f43..c65a9acd1259533e4180a84fdbbacb30e43d1683 100644 --- a/FileIO/MeshIO/GMSHNoMeshDensity.h +++ b/FileIO/MeshIO/GMSHNoMeshDensity.h @@ -1,8 +1,15 @@ -/* - * GMSHNoMeshDensity.h +/** + * \file + * \author Thomas Fischer + * \date Mar 5, 2012 + * \brief Definition of the GMSHNoMeshDensity class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Mar 5, 2012 - * Author: fischeth */ #ifndef GMSHNOMESHDENSITY_H_ diff --git a/FileIO/MeshIO/GMSHPoint.cpp b/FileIO/MeshIO/GMSHPoint.cpp index c3f8b1d55a5d7717a0bfd4e447242c7f115276d5..578c4907277dcf9d1aa3b4f4f04a3d15e864cd8d 100644 --- a/FileIO/MeshIO/GMSHPoint.cpp +++ b/FileIO/MeshIO/GMSHPoint.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-03-21 + * \brief Implementation of the GMSHPoint class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file GMSHPoint.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-03-21 by Thomas Fischer */ #include <cmath> diff --git a/FileIO/MeshIO/GMSHPoint.h b/FileIO/MeshIO/GMSHPoint.h index 1b41a99939069bb8cdd69bb0f42acd3d011224fb..20bbdf5120a771fdaaffe8ab2de49c82682d51cf 100644 --- a/FileIO/MeshIO/GMSHPoint.h +++ b/FileIO/MeshIO/GMSHPoint.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2012-03-21 + * \brief Definition of the GMSHPoint class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file GMSHPoint.h + * http://www.opengeosys.org/project/license * - * Created on 2012-03-21 by Thomas Fischer */ #ifndef GMSHPOINT_H_ diff --git a/FileIO/MeshIO/GMSHPolygonTree.cpp b/FileIO/MeshIO/GMSHPolygonTree.cpp index fd85d73681968658e92d88543c8d07d203105985..3ad1ea0afac2605c6699c97246a0d9c6a3efc5c6 100644 --- a/FileIO/MeshIO/GMSHPolygonTree.cpp +++ b/FileIO/MeshIO/GMSHPolygonTree.cpp @@ -1,8 +1,15 @@ -/* - * GMSHPolygonTree.cpp +/** + * \file + * \author Thomas Fischer + * \date Mar 27, 2012 + * \brief Implementation of the GMSHPolygonTree class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Mar 27, 2012 - * Author: fischeth */ #include "MeshIO/GMSHPolygonTree.h" diff --git a/FileIO/MeshIO/GMSHPolygonTree.h b/FileIO/MeshIO/GMSHPolygonTree.h index bac2e17a39993f5db704c77b458c3dcf4b97579a..1f9b3fd4b74ed76c23183c8bd49c72d5f90bcaa3 100644 --- a/FileIO/MeshIO/GMSHPolygonTree.h +++ b/FileIO/MeshIO/GMSHPolygonTree.h @@ -1,8 +1,15 @@ -/* - * GMSHPolygonTree.h +/** + * \file + * \author Thomas Fischer + * \date Mar 27m 2012 + * \brief Definition of the GMSHPolygonTree class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Mar 27, 2012 - * Author: fischeth */ #ifndef GMSHPOLYGONTREE_H_ diff --git a/FileIO/MeshIO/TetGenInterface.cpp b/FileIO/MeshIO/TetGenInterface.cpp index 6f5c1f111b2ff21971edba89349e6df2d1e99106..98e1718ae70d31596f121c9a8af3834d525a8fbc 100644 --- a/FileIO/MeshIO/TetGenInterface.cpp +++ b/FileIO/MeshIO/TetGenInterface.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-09-12 + * \brief Implementation of the TetGenInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TetGenInterface.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-09-12 by Thomas Fischer */ #include <cstddef> diff --git a/FileIO/MeshIO/TetGenInterface.h b/FileIO/MeshIO/TetGenInterface.h index 71901f84625588827abc920a256cddabe5439cc8..4535d956c2b79bbe051da28abfd6433eb143b369 100644 --- a/FileIO/MeshIO/TetGenInterface.h +++ b/FileIO/MeshIO/TetGenInterface.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-09-12 + * \brief Definition of the TetGenInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TetGenInterface.h + * http://www.opengeosys.org/project/license * - * Created on 2011-09-12 by Thomas Fischer */ #ifndef TETGENINTERFACE_H_ diff --git a/FileIO/PetrelInterface.cpp b/FileIO/PetrelInterface.cpp index 752a3b32ce276a8d84a7457369cf113134bf4c56..61af46ab9b4ddba20556e5611f04f70570052d10 100644 --- a/FileIO/PetrelInterface.cpp +++ b/FileIO/PetrelInterface.cpp @@ -1,9 +1,14 @@ /** - * @copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-02-16 + * \brief Implementation of the PetrelInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * @file PetrelInterface.cpp * @date 2010-02-16 diff --git a/FileIO/PetrelInterface.h b/FileIO/PetrelInterface.h index e56949c23607ff6830fff09508ec28a466823fa5..1cfde939299a192045a0ea6e5156a693c1bbe947 100644 --- a/FileIO/PetrelInterface.h +++ b/FileIO/PetrelInterface.h @@ -1,9 +1,14 @@ /** - * @copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-02-16 + * \brief Definition of the PetrelInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * @file PetrelInterface.h * @date 2010-02-16 diff --git a/FileIO/RapidXmlIO/BoostVtuInterface.cpp b/FileIO/RapidXmlIO/BoostVtuInterface.cpp index ae19f4d7f5de106589f96f7ba7fc86f5cf0096a6..9524add4d9a895656d666e7a811aaf603f6eca5d 100644 --- a/FileIO/RapidXmlIO/BoostVtuInterface.cpp +++ b/FileIO/RapidXmlIO/BoostVtuInterface.cpp @@ -1,9 +1,14 @@ /** - * @copyright - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-12-05 + * \brief Implementation of the BoostVtuInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * \file BoostVtuInterface.cpp * @date 2012-12-05 @@ -85,6 +90,7 @@ MeshLib::Mesh* BoostVtuInterface::readVTUFile(const std::string &file_name) "UnstructuredGrid.Piece"); if (piece_node) { + const unsigned nNodes = static_cast<unsigned>(piece_node->get("<xmlattr>.NumberOfPoints", 0)); const unsigned nElems = diff --git a/FileIO/RapidXmlIO/BoostVtuInterface.h b/FileIO/RapidXmlIO/BoostVtuInterface.h index 9dde880bb9eeb8a036664f68a896c36d90919139..5550999aa73761a95ed05246db4e7b21ca56d270 100644 --- a/FileIO/RapidXmlIO/BoostVtuInterface.h +++ b/FileIO/RapidXmlIO/BoostVtuInterface.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-12-05 + * \brief Implementation of the BoostVtuInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file BoostVtuInterface.h + * http://www.opengeosys.org/project/license * - * Created on 2012-12-05 by Karsten Rink */ #ifndef BOOSTVTUINTERFACE_H_ @@ -35,7 +38,7 @@ namespace MeshLib { namespace FileIO { - + /** * \brief Reads and writes VtkXMLUnstructuredGrid-files (vtu) to and from OGS data structures. * diff --git a/FileIO/RapidXmlIO/RapidStnInterface.cpp b/FileIO/RapidXmlIO/RapidStnInterface.cpp index b6ed066764997a8e983942d38761aa3fd43efe51..01c6045200bd6bad639d8863595dd93af188f484 100644 --- a/FileIO/RapidXmlIO/RapidStnInterface.cpp +++ b/FileIO/RapidXmlIO/RapidStnInterface.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-08-16 + * \brief Implementation of the RapidStnInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file RapidStnInterface.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-08-16 by Karsten Rink */ #include <iostream> diff --git a/FileIO/RapidXmlIO/RapidStnInterface.h b/FileIO/RapidXmlIO/RapidStnInterface.h index f44c035eb9870dc8c41742cdab7555e27647d76c..527ca48b1d666e8d3288950fe31f4e8c3f4246f2 100644 --- a/FileIO/RapidXmlIO/RapidStnInterface.h +++ b/FileIO/RapidXmlIO/RapidStnInterface.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-08-16 + * \brief Definition of RapidStnInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file RapidStnInterface.h + * http://www.opengeosys.org/project/license * - * Created on 2012-08-16 by Karsten Rink */ #ifndef RAPIDXMLINTERFACE_H diff --git a/FileIO/RapidXmlIO/RapidVtuInterface.cpp b/FileIO/RapidXmlIO/RapidVtuInterface.cpp index b971864eecb3163f9a23443d4372578dc177dd2e..d4a0b1459bf23be087f1a22ca89351547fcff3b6 100644 --- a/FileIO/RapidXmlIO/RapidVtuInterface.cpp +++ b/FileIO/RapidXmlIO/RapidVtuInterface.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-08-30 + * \brief Implementation of the RapidVtuInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file RapidVtuInterface.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-08-30 by Karsten Rink */ #include "RapidVtuInterface.h" diff --git a/FileIO/RapidXmlIO/RapidVtuInterface.h b/FileIO/RapidXmlIO/RapidVtuInterface.h index db0a70e05421e0ac62b352d0508327caf0092700..664fd891d3732ebc100d63184a20d89969b0ab87 100644 --- a/FileIO/RapidXmlIO/RapidVtuInterface.h +++ b/FileIO/RapidXmlIO/RapidVtuInterface.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-08-30 + * \brief Definition of the RapidVtuInterface class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file RapidVtuInterface.h + * http://www.opengeosys.org/project/license * - * Created on 2012-08-30 by Karsten Rink */ #ifndef RAPIDVTUINTERFACE_H_ diff --git a/FileIO/RapidXmlIO/zLibDataCompressor.cpp b/FileIO/RapidXmlIO/zLibDataCompressor.cpp index a0f73367b940f381c5c586050b05bc1143d5c9b0..3a5b67bd6ed8b1a31bf99e6551276579969a3e5a 100644 --- a/FileIO/RapidXmlIO/zLibDataCompressor.cpp +++ b/FileIO/RapidXmlIO/zLibDataCompressor.cpp @@ -1,8 +1,14 @@ /** - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-11-26 + * \brief Implementation of the zLibDataCompressor class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * \file zLibDataCompressor.cpp * diff --git a/FileIO/RapidXmlIO/zLibDataCompressor.h b/FileIO/RapidXmlIO/zLibDataCompressor.h index ddafded2d61fd83d3067e374b518c3c6e3e5d83a..0c22c6c8fa03b108962e41d2dc875e8729c1b28b 100644 --- a/FileIO/RapidXmlIO/zLibDataCompressor.h +++ b/FileIO/RapidXmlIO/zLibDataCompressor.h @@ -1,8 +1,15 @@ /** - * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2012-11-26 + * \brief Definition of the zLibDataCompressor class. + * Based on the vtkZLibDataCompressor-class in VTK 5.6 + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license * * \file zLibDataCompressor.h * diff --git a/FileIO/SHPInterface.cpp b/FileIO/SHPInterface.cpp index 15ac7350d656d880104b9fb5c122000c1580b3a4..930e5e8a501fd9c37a6e49b30fe5a12b3801ab2b 100644 --- a/FileIO/SHPInterface.cpp +++ b/FileIO/SHPInterface.cpp @@ -1,5 +1,10 @@ /** - * @copyright + * \file + * \author Karsten Rink + * \date 2010-01-25 + * \brief Definition of the SHPInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or diff --git a/FileIO/SHPInterface.h b/FileIO/SHPInterface.h index 3cbe718abd7a2f688a3c212b7132f0932e555866..9854fc5b47886ef2f7e5e13ba36a47a445e9faf2 100644 --- a/FileIO/SHPInterface.h +++ b/FileIO/SHPInterface.h @@ -1,5 +1,10 @@ /** - * @copyright + * \file + * \author Karsten Rink + * \date 2010-01-25 + * \brief Implementation of the SHPInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or diff --git a/FileIO/Writer.cpp b/FileIO/Writer.cpp index 1f149969dfd997227858d29d5e54bae51d144352..33c6867eac411aa951834e975d9a7c5571db5fa0 100644 --- a/FileIO/Writer.cpp +++ b/FileIO/Writer.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-02-13 + * \brief Implementation of the Writer class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Writer.cpp - * - * Created on 2012-02-13 by Lars Bilke */ // ** INCLUDES ** diff --git a/FileIO/Writer.h b/FileIO/Writer.h index df1622be837d5c0866961aff96b6538e349ac3d0..ebc9a116d8f2aab2a31e5feda5484b1b8c7b11c0 100644 --- a/FileIO/Writer.h +++ b/FileIO/Writer.h @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-02-13 + * \brief Definition of the Writer class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Writer.h - * - * Created on 2012-02-13 by Lars Bilke */ #ifndef WRITER_H diff --git a/FileIO/XmlIO/XMLInterface.cpp b/FileIO/XmlIO/XMLInterface.cpp index f69f896db59e343ae1ab72fb2a9507234ec99374..7b2200bbbdaa8c24c3a423ab37070af3a9c8db46 100644 --- a/FileIO/XmlIO/XMLInterface.cpp +++ b/FileIO/XmlIO/XMLInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-02-18 + * \brief Implementation of the XMLInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XMLInterface.cpp - * - * Created on 2010-18-02 by Karsten Rink */ #include <fstream> diff --git a/FileIO/XmlIO/XMLInterface.h b/FileIO/XmlIO/XMLInterface.h index 797d0c7ae7d20e374fe26e74c7966b7b6263b592..1250897795872aeb415d8176952063b27bf3dae5 100644 --- a/FileIO/XmlIO/XMLInterface.h +++ b/FileIO/XmlIO/XMLInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-02-18 + * \brief Definition of the XMLInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XMLInterface.h - * - * Created on 2010-02-18 by Karsten Rink */ #ifndef XMLINTERFACE_H diff --git a/FileIO/XmlIO/XmlCndInterface.cpp b/FileIO/XmlIO/XmlCndInterface.cpp index 7afc6d2fd7dbff990520ca8ce0f1fa748fa7144a..f1fdc3fcee4abab581b1d604dd506852eec7ebee 100644 --- a/FileIO/XmlIO/XmlCndInterface.cpp +++ b/FileIO/XmlIO/XmlCndInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlCndInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlCndInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ #include "FEMCondition.h" diff --git a/FileIO/XmlIO/XmlCndInterface.h b/FileIO/XmlIO/XmlCndInterface.h index 37cd0c0fc07865f5642fcb0ebd466e041eae3ded..4ff06c5906d4dc28258c478c4fee44a9593c5c73 100644 --- a/FileIO/XmlIO/XmlCndInterface.h +++ b/FileIO/XmlIO/XmlCndInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlCndInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlCndInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLCNDINTERFACE_H diff --git a/FileIO/XmlIO/XmlGmlInterface.cpp b/FileIO/XmlIO/XmlGmlInterface.cpp index 35f2b316a465357d69442ce799c754bc24559b00..8572333f6eb2b81ddc864675e956b8f868a3fa2f 100644 --- a/FileIO/XmlIO/XmlGmlInterface.cpp +++ b/FileIO/XmlIO/XmlGmlInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlGmlInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGmlInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ // ThirdParty/logog diff --git a/FileIO/XmlIO/XmlGmlInterface.h b/FileIO/XmlIO/XmlGmlInterface.h index a43842e250aaf73a846b1f10ca4c5e365172434a..cc849800d5b31f1585a6d98f1e835ed5a7242958 100644 --- a/FileIO/XmlIO/XmlGmlInterface.h +++ b/FileIO/XmlIO/XmlGmlInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlGmlInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGmlInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLGMLINTERFACE_H diff --git a/FileIO/XmlIO/XmlGspInterface.cpp b/FileIO/XmlIO/XmlGspInterface.cpp index 89ed2fc41a8c0db9c2f00f95ace16b03a94b3b64..f384e61706ff4eac11ee0d45b76e04600e30ec9d 100644 --- a/FileIO/XmlIO/XmlGspInterface.cpp +++ b/FileIO/XmlIO/XmlGspInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlGspInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGspInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ // ThirdParty/logog diff --git a/FileIO/XmlIO/XmlGspInterface.h b/FileIO/XmlIO/XmlGspInterface.h index 94fa87ad5e29d0123501e99456399eda2bcff550..580fb8e8c3ced809d2f8106b49d0f469571813f5 100644 --- a/FileIO/XmlIO/XmlGspInterface.h +++ b/FileIO/XmlIO/XmlGspInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlGspInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGspInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLGSPINTERFACE_H diff --git a/FileIO/XmlIO/XmlLutReader.h b/FileIO/XmlIO/XmlLutReader.h index 906b741ac388daabdf4b9a12647aec62885ceebd..b4c3075b0bbfca7b6f592e21b72ba9da001d99b0 100644 --- a/FileIO/XmlIO/XmlLutReader.h +++ b/FileIO/XmlIO/XmlLutReader.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-01-30 + * \brief Definition of the XmlLutReader class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlLutReader.h - * - * Created on 2011-01-30 by Karsten Rink */ #ifndef XMLLUTREADER_H diff --git a/FileIO/XmlIO/XmlStnInterface.cpp b/FileIO/XmlIO/XmlStnInterface.cpp index bf13bda8f003fde46d995e300c18d5440ecadc84..a5c221daed8c4b0be445be0a7b3676b61353f789 100644 --- a/FileIO/XmlIO/XmlStnInterface.cpp +++ b/FileIO/XmlIO/XmlStnInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlStnInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlStnInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ #include <limits> diff --git a/FileIO/XmlIO/XmlStnInterface.h b/FileIO/XmlIO/XmlStnInterface.h index 0597cc37d3a93b06acd4f118e6e0e084987173d0..1a7231dfc290c93953f18bbcd6021a1be42939d1 100644 --- a/FileIO/XmlIO/XmlStnInterface.h +++ b/FileIO/XmlIO/XmlStnInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlStnInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlStnInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLSTNINTERFACE_H diff --git a/FileIO/readMeshFromFile.cpp b/FileIO/readMeshFromFile.cpp index 7c7f3e774c300d66cd27a4a8c182c6f5a48f6dfa..4b14e6bc992ea535adc5750abd5916ba146f4bf0 100644 --- a/FileIO/readMeshFromFile.cpp +++ b/FileIO/readMeshFromFile.cpp @@ -1,5 +1,10 @@ /** - * @copyright + * \file + * \author Karsten Rink + * \date 2012-09-27 + * \brief Implementation of readMeshFromFile function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or diff --git a/FileIO/readMeshFromFile.h b/FileIO/readMeshFromFile.h index dc35c001d284a30edac76ee1cd1d31ccf60b4ab7..92bf0dd603bd26edab54ba96b5f41919fa93694d 100644 --- a/FileIO/readMeshFromFile.h +++ b/FileIO/readMeshFromFile.h @@ -1,4 +1,10 @@ /** + * \file + * \author Karsten Rink + * \date 2012-09-27 + * \brief Definition of readMeshFromFile function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or diff --git a/FileIO/readNonBlankLineFromInputStream.cpp b/FileIO/readNonBlankLineFromInputStream.cpp index cfe3b44d2437d52f00a8f3c0431bbebcedebfef1..1cb9a4240ca0b2d8f22f096b5033eab334558da4 100644 --- a/FileIO/readNonBlankLineFromInputStream.cpp +++ b/FileIO/readNonBlankLineFromInputStream.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-04-19 + * \brief Implementation of the readNonBlankLineFromInputStream function. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file readNonBlankLineFromInputStream.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-04-19 by Thomas Fischer */ #include "readNonBlankLineFromInputStream.h" diff --git a/FileIO/readNonBlankLineFromInputStream.h b/FileIO/readNonBlankLineFromInputStream.h index c39118c63939d4ae6b88b7a387931b4c56aadf86..09e0e3d954d93ec0249e57e8a0342296de4722da 100644 --- a/FileIO/readNonBlankLineFromInputStream.h +++ b/FileIO/readNonBlankLineFromInputStream.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-04-19 + * \brief Definition of the readNonBlankLineFromInputStream function. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.net/LICENSE.txt - * - * \file readNonBlankLineFromInputStream.h + * http://www.opengeosys.org/project/license * - * Created on 2011-04-19 by Thomas Fischer */ #ifndef READNONBLANKLINEFROMINPUTSTREAM_H_ diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h index d4e43f20f0c4c700680d86b4565bb0fa1d383e81..2781ae7f1fc4120e879233955c30937da8c6adbe 100644 --- a/GeoLib/AABB.h +++ b/GeoLib/AABB.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-04-22 + * \brief Definition of the AABB class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AABB.h - * - * Created on 2010-04-22 by Thomas Fischer */ #ifndef AABB_H_ diff --git a/GeoLib/BruteForceClosestPair.cpp b/GeoLib/BruteForceClosestPair.cpp index 6ca575fc79c293d815889ea5cadc339fbaa4f118..7983b0135b0531aa3c85c9424416f7e7d99474e8 100644 --- a/GeoLib/BruteForceClosestPair.cpp +++ b/GeoLib/BruteForceClosestPair.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-25 + * \brief Implementation of the BruteForceClosestPair class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BruteForceClosestPair.cpp - * - * Created on 2011-01-25 by Thomas Fischer */ #include "BruteForceClosestPair.h" diff --git a/GeoLib/BruteForceClosestPair.h b/GeoLib/BruteForceClosestPair.h index b7495682b106622223354a5a1bae08224b6151d8..721d5b7fb42d453b5e147378c94b05f2afb4b5ce 100644 --- a/GeoLib/BruteForceClosestPair.h +++ b/GeoLib/BruteForceClosestPair.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-25 + * \brief Definition of the BruteForceClosestPair class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BruteForceClosestPair.h - * - * Created on 2011-01-25 by Thomas Fischer */ #ifndef BRUTEFORCECLOSESTPAIR_H_ diff --git a/GeoLib/ClosestPair.h b/GeoLib/ClosestPair.h index 486c122308b741811f5ed9d9ab612cee3ce3ae09..c395034a617d71858231e758083392e1b9190dc2 100644 --- a/GeoLib/ClosestPair.h +++ b/GeoLib/ClosestPair.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-25 + * \brief Definition of the ClosestPair class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ClosestPair.h - * - * Created on 2011-01-25 by Thomas Fischer */ #ifndef CLOSESTPAIR_H_ diff --git a/GeoLib/Color.cpp b/GeoLib/Color.cpp index 92a164acfc410ee4f9097f565ac603b3308f3930..2d58e1f0fb609de23b70edce6eeab4debad5862a 100644 --- a/GeoLib/Color.cpp +++ b/GeoLib/Color.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-06-16 + * \brief Implementation of the Color class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Color.cpp - * - * Created on 2010-06-16 by Karsten Rink */ #include <iostream> diff --git a/GeoLib/Color.h b/GeoLib/Color.h index dd4d3f2c0593d3e6f10e016a3bb01913a825f600..3f5cf9f46bafdb2c72bc90069fd33977fcbda790 100644 --- a/GeoLib/Color.h +++ b/GeoLib/Color.h @@ -1,14 +1,16 @@ /** + * \file + * \author Karsten Rink + * \date 2010-02-04 + * \brief Definition of the Color class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * * - * \file Color.h - * - * Created on 2010-02-04 by Karsten Rink - * */ diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp index 7d8660a3c8b7cb2e3ddc0a1614ab843921f26ca6..37220a3d1d8fcde181a662d64962495ae55ec492 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer / Karsten Rink + * \date 2010-01-21 + * \brief Implementation of the GEOObjects class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GEOObjects.cpp - * - * Created on 2010-01-21 by Thomas Fischer / Karsten Rink */ #include <fstream> diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h index 6719124d6ce3d15f6afc3891b3b68162020e7718..fea33cedb53b3fe48e5d760d43f15a74f2e5f60a 100644 --- a/GeoLib/GEOObjects.h +++ b/GeoLib/GEOObjects.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer / Karsten Rink + * \date 2010-01-21 + * \brief Definition of the GeoObjects class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GEOObjects.h - * - * Created on 2010-01-21 by Thomas Fischer / Karsten Rink */ #ifndef GEOOBJECTS_H_ diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h index 95506355bbb3ba4eed482b4f03d79d1da5968006..a7848b59e0891ce69bef4622d6c12c4419526366 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-08-27 + * \brief Definition of the GeoObject class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoObject.h - * - * Created on 2010-08-27 by Thomas Fischer */ #ifndef GEOOBJECT_H_ diff --git a/GeoLib/GeoType.cpp b/GeoLib/GeoType.cpp index 4cb31431c1a9ee749fc66fb18579af1a7f79c3aa..45e1cf00f16364713a6891fa041528cf6ee33406 100644 --- a/GeoLib/GeoType.cpp +++ b/GeoLib/GeoType.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-12-01 + * \brief Implementation of GEOTYPE enumeration helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoType.cpp - * - * Created on 2010-12-01 by Thomas Fischer */ #include "GeoType.h" diff --git a/GeoLib/GeoType.h b/GeoLib/GeoType.h index 16227e1ec861c8155ad81fe7e6c18a86ae3db4ef..18efb5b39180143e548e5cbddf033f8848e57789 100644 --- a/GeoLib/GeoType.h +++ b/GeoLib/GeoType.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-17 + * \brief Definition of the GEOTYPE enumeration. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoType.h - * - * Created on 2010-06-17 by Thomas Fischer */ #ifndef GEOTYPE_H_ diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h index a14065e21ef4af51cf1d1b75d77a6b4e300ec01b..55cae81f9808b6f8d0e705fff8ce0219cd883ac6 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-02-02 + * \brief Definition of the Grid class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Grid.h - * - * Created on 2012-02-02 by Thomas Fischer */ #ifndef GRID_H_ diff --git a/GeoLib/OctTree.h b/GeoLib/OctTree.h index 04c258111fb04791bfe07e28aeaf689b27542529..fcc95b87e09a5c84cb0e39f0007c14f8d84a5f8f 100644 --- a/GeoLib/OctTree.h +++ b/GeoLib/OctTree.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-02-27 + * \brief Implementation of the OctTree class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file OctTree.h - * - * Created on 2012-02-27 by Thomas Fischer */ #ifndef OCTTREE_H_ diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp index 873c2250d93e77e2be3ece4921d67d89189c9bda..248ab62e6bb8d85ad4c3d6ec50f317f97bfafe45 100644 --- a/GeoLib/Point.cpp +++ b/GeoLib/Point.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-22 + * \brief Implementation of the Point class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Point.cpp - * - * Created on 2010-06-22 by Thomas Fischer */ diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 75ba37b97886d2a3f9eab44d2373662e8393f27a..17a2e8e45c568a1aa478837330f13c36d6cfb94b 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-12 + * \brief Definition of the Point class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Point.h - * - * Created on 2010-01-12 by Thomas Fischer */ #ifndef POINT_H_ diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp index 671cfaf1a99a109823cae5917749ea3747021374..d260dc1aa77a21bfabfb7e2fc7048797f5a31bc9 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischeror + * \date 2010-06-11 + * \brief Implementation of the PointVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PointVec.cpp - * - * Created on 2010-06-11 by Thomas Fischer */ // ThirdParty/logog diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index 25c76bd4f4bfa7ea3765b4a7f935263db4e9cff9..e1c82ff50398789034b30dc69ba14a4653da1f85 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer / Karsten Rink + * \date 2010-02-02 + * \brief Definition of the PointVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PointVec.h - * - * Created on 2010-02-02 by Thomas Fischer / Karsten Rink */ // GeoLib diff --git a/GeoLib/PointWithID.h b/GeoLib/PointWithID.h index 135a12577ee2320b6b1e5a506796a8888758d22f..e5bfb683a0a2e82a48630160b3926f0a37af6f2d 100644 --- a/GeoLib/PointWithID.h +++ b/GeoLib/PointWithID.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-01-05 + * \brief Definition of the PointWithID class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file PointWithID.h + * http://www.opengeosys.org/project/license * - * Created on 2011-01-05 by Thomas Fischer */ #ifndef POINTWITHID_H_ diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp index 555abcd7fb683d644375cae7bf76460b8cb6bfc9..fb1733cfd694aae5faee132217bda02799682c40 100644 --- a/GeoLib/Polygon.cpp +++ b/GeoLib/Polygon.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-06-21 + * \brief Implementation of the Polygon class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Polygon.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-21 by Thomas Fischer */ #include <cmath> diff --git a/GeoLib/Polygon.h b/GeoLib/Polygon.h index 87ba4e24e503b5220a5eba5ebcf4a7564c62fd40..8247e88bd7042ba85fb7f52a5a40be67c4103a2c 100644 --- a/GeoLib/Polygon.h +++ b/GeoLib/Polygon.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-06-21 + * \brief Definition of the Polygon class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Polygon.h + * http://www.opengeosys.org/project/license * - * Created on 2010-06-21 by Thomas Fischer */ #ifndef POLYGON_H_ diff --git a/GeoLib/Polyline.cpp b/GeoLib/Polyline.cpp index 7068d8b80e6c8c380c75b965ea319757b801ca27..fce2bae427b29b64e9ae9db6a92bd8249afdd119 100644 --- a/GeoLib/Polyline.cpp +++ b/GeoLib/Polyline.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-06-21 + * \brief Implementation of the Polyline class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Polyline.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-21 by Thomas Fischer */ // ThirdParty/logog diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h index 081c3666c087a9c711fbd0081a0d90f26b3ddf9e..8a68c07d990cf5092f840df1d0a18e9b17dc7d21 100644 --- a/GeoLib/Polyline.h +++ b/GeoLib/Polyline.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-01-14 + * \brief Definition of the PolyLine class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file PolyLine.h + * http://www.opengeosys.org/project/license * - * Created on 2010-01-14 by Thomas Fischer */ #ifndef POLYLINE_H_ diff --git a/GeoLib/PolylineVec.h b/GeoLib/PolylineVec.h index 8cefdec96d8fbf7b473e97a96be5bc39f81ebb38..17e2d67cfaea3a2324d6458cca429bc15c5c3554 100644 --- a/GeoLib/PolylineVec.h +++ b/GeoLib/PolylineVec.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-02-09 + * \brief Definition of the PolylineVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PolylineVec.h - * - * Created on 2010-02-09 by Thomas Fischer */ #ifndef POLYLINEVEC_H_ diff --git a/GeoLib/PolylineWithSegmentMarker.cpp b/GeoLib/PolylineWithSegmentMarker.cpp index fda355893477abf1e4339e37255ec0a59c80abc1..2312ad3caa5463107c92d0fb43717e21a0229782 100644 --- a/GeoLib/PolylineWithSegmentMarker.cpp +++ b/GeoLib/PolylineWithSegmentMarker.cpp @@ -1,8 +1,15 @@ -/* - * PolylineWithSegmentMarker.cpp +/** + * \file + * \author Thomas Fischer + * \date Apr 3, 2012 + * \brief Implementation of the PolylineWithSegmentMarker class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Apr 3, 2012 - * Author: fischeth */ #include "PolylineWithSegmentMarker.h" diff --git a/GeoLib/PolylineWithSegmentMarker.h b/GeoLib/PolylineWithSegmentMarker.h index bb386d59d83df7f59e8bd7a61f1e9cf30936588a..e6ab8a185cf58aa266e4d00d0ff91a4fc6d130ba 100644 --- a/GeoLib/PolylineWithSegmentMarker.h +++ b/GeoLib/PolylineWithSegmentMarker.h @@ -1,8 +1,15 @@ -/* - * PolylineWithSegmentMarker.h +/** + * \file + * \author Thomas Fischer + * \date Apr 3, 2012 + * \brief Definition of the PolylineWithSegmentMarker class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) + * Distributed under a Modified BSD License. + * See accompanying file LICENSE.txt or + * http://www.opengeosys.org/project/license * - * Created on: Apr 3, 2012 - * Author: fischeth */ #ifndef POLYLINEWITHSEGMENTMARKER_H_ diff --git a/GeoLib/PropertyBounds.h b/GeoLib/PropertyBounds.h index 6b7efcd95663f2353f2b4334b3ee2fafb704fd36..1377e6e38d4d12abd21f4b00306de7dac978818c 100644 --- a/GeoLib/PropertyBounds.h +++ b/GeoLib/PropertyBounds.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-01-18 + * \brief Definition of the PropertyBounds class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PropertyBounds.h - * - * Created on 2010-01-18 by Karsten Rink */ #ifndef PROPERTYBOUNDS_H diff --git a/GeoLib/QuadTree.h b/GeoLib/QuadTree.h index b8af9156a8e798ac0a9dc9763bb17c4873878a96..ad40de56d38bcbb63c6d693432f218b0cadd8264 100644 --- a/GeoLib/QuadTree.h +++ b/GeoLib/QuadTree.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-11-09 + * \brief Definition of the QuadTree class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file QuadTree.h + * http://www.opengeosys.org/project/license * - * Created on 2010-11-09 by Thomas Fischer */ #ifndef QUADTREE_H_ diff --git a/GeoLib/Raster.cpp b/GeoLib/Raster.cpp index f9aa8b72ccdf439058e2da1fd24707f8e533fec6..e4e01383895b7340acf8e013b53900799a4a8e89 100644 --- a/GeoLib/Raster.cpp +++ b/GeoLib/Raster.cpp @@ -2,6 +2,7 @@ * @file Raster.cpp * @author Thomas Fischer * @date 2011-09-07 + * @brief Implementation of the GeoLib::Raster class. * * @copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) diff --git a/GeoLib/Raster.h b/GeoLib/Raster.h index e2e305fcf04ff56f5e786bce6ef0b86da771aff5..7c8f19bb7bff05bd75bf26f82c415097380d3527 100644 --- a/GeoLib/Raster.h +++ b/GeoLib/Raster.h @@ -2,6 +2,7 @@ * @file Raster.h * @author Thomas Fischer * @date 2011-09-07 + * @brief Definition of the GeoLib::Raster class. * * @copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) diff --git a/GeoLib/SensorData.cpp b/GeoLib/SensorData.cpp index de5afa88f3753ce1ca5b2285c82c874d867c79ea..84f468ba3cf9765ced9421a97c9b09cc245e94a4 100644 --- a/GeoLib/SensorData.cpp +++ b/GeoLib/SensorData.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-08-01 + * \brief Implementation of the SensorData class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SensorData.cpp - * - * Created on 2012-08-01 by Karsten Rink */ #include <cstdlib> diff --git a/GeoLib/SensorData.h b/GeoLib/SensorData.h index 800923704b7082067cfca9d43096a34e09f6e82f..72e116cdd10c14394ca83ca1f2120ac91be12410 100644 --- a/GeoLib/SensorData.h +++ b/GeoLib/SensorData.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-08-01 + * \brief Definition of the SensorData class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SensorData.h - * - * Created on 2012-08-01 by Karsten Rink */ diff --git a/GeoLib/SimplePolygonTree.cpp b/GeoLib/SimplePolygonTree.cpp index b9a96aaf65e3b7281434bcefb280473174935cf2..d0e5835226b254e4d890cc76f7dc0de48ac55e7f 100644 --- a/GeoLib/SimplePolygonTree.cpp +++ b/GeoLib/SimplePolygonTree.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-06-22 + * \brief Implementation of the SimplePolygonTree class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file SimplePolygonTree.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-22 by Thomas Fischer */ #include "SimplePolygonTree.h" diff --git a/GeoLib/SimplePolygonTree.h b/GeoLib/SimplePolygonTree.h index 0a6d8e5eabcb8e73b529c69c32bf9be7f2062cec..2ff051b17e13e7df4d155c10f0378949db0f429d 100644 --- a/GeoLib/SimplePolygonTree.h +++ b/GeoLib/SimplePolygonTree.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-06-22 + * \brief Definition of the SimplePolygonTree class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file SimplePolygonTree.h + * http://www.opengeosys.org/project/license * - * Created on 2010-06-22 by Thomas Fischer */ #ifndef SIMPLEPOLYGONTREE_H_ diff --git a/GeoLib/Station.cpp b/GeoLib/Station.cpp index a5415afb4c386264ee185af5ffcc98fae5ebfb11..4d2345221ae46d56677bccf284c3779af4451892 100644 --- a/GeoLib/Station.cpp +++ b/GeoLib/Station.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-07-01 + * \brief Implementation of the Station class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Station.cpp - * - * Created on 2010-07-01 by Karsten Rink */ diff --git a/GeoLib/Station.h b/GeoLib/Station.h index 66b0344c961bcc17ea32aac0234e85c2ec09a341..1d424fccd86b70bbaf804691f842eff32fb2b3c8 100644 --- a/GeoLib/Station.h +++ b/GeoLib/Station.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-07-01 + * \brief Definition of the Station class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Station.h - * - * Created on 2010-07-01 by Karsten Rink */ diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp index 6c71c5afb09162ca7f03eb560ef8b00da9633a1c..186da2ae06236a1fb9a3937251dc55e3f11aa380 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-04-22 + * \brief Implementation of the Surface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Surface.cpp - * - * Created on 2010-04-22 by Thomas Fischer */ #include <list> diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h index ff735488b320f2382f0698f6fb26e5757938be1e..b3aef6af265449d61303f6714b537740fb171f11 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-22 + * \brief Definition of the Surface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Surface.h - * - * Created on 2010-01-22 by Thomas Fischer */ #ifndef SURFACE_H_ diff --git a/GeoLib/SurfaceVec.h b/GeoLib/SurfaceVec.h index 36b56d919900bc2d37093664175ec114df1a8ba1..55cf1d745584ebde46ed54ab569e594c291292c7 100644 --- a/GeoLib/SurfaceVec.h +++ b/GeoLib/SurfaceVec.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-02-09 + * \brief Definition of the SurfaceVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SurfaceVec.h - * - * Created on 2010-02-09 by Thomas Fischer */ diff --git a/GeoLib/TemplatePoint.h b/GeoLib/TemplatePoint.h index b51729814de143c561172c686ea67bff95c3a30f..7ae7ecf14563126666bf68f51301bd45a704da95 100644 --- a/GeoLib/TemplatePoint.h +++ b/GeoLib/TemplatePoint.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-28 + * \brief Definition of the TemplatePoint class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePoint.h - * - * Created on 2010-01-28 by Thomas Fischer */ #ifndef TEMPLATEPOINT_H_ diff --git a/GeoLib/TemplateVec.h b/GeoLib/TemplateVec.h index a1a97cedd0ed19d1983fd3fb18325d164ebfb1d0..3d43a94f6b3f20c18e68af7fd541811cbcee4748 100644 --- a/GeoLib/TemplateVec.h +++ b/GeoLib/TemplateVec.h @@ -1,4 +1,9 @@ /** + * @file TemplateVec.h + * @date 2010-02-26 + * @author Thomas Fischer + * @brief Definition of the GeoLib::TemplateVec class. + * * @copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. @@ -6,9 +11,6 @@ * http://www.opengeosys.org/project/license * * - * @file TemplateVec.h - * @date 2010-02-26 - * @author Thomas Fischer */ #ifndef TEMPLATEVEC_H_ diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp index 3ef9144e0961cf9b67a8bc208d0c3cc2a6fac7f9..deb7cd42abf4ca27a320456316c85d24bb6a8e6c 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-06 + * \brief Implementation of the Triangle class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Triangle.cpp - * - * Created on 2011-06-06 by Thomas Fischer */ #include "Triangle.h" diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h index 18ec1a110908d3a607bb9974e0ea960d751dbc81..ec9a25339a4f3f608f6b1e2d2e0dde83f9e50ca6 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-03-23 + * \brief Definition of the Triangle class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Triangle.h - * - * Created on 2010-03-23 by Thomas Fischer */ #ifndef TRIANGLE_H_ diff --git a/MathLib/AnalyticalGeometry.cpp b/MathLib/AnalyticalGeometry.cpp index d77a444f0e4cc1c42953ee82b64d6437c51a9777..e708a4947e51f2b275855005912f3b2f8bd83c80 100644 --- a/MathLib/AnalyticalGeometry.cpp +++ b/MathLib/AnalyticalGeometry.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-03-17 + * \brief Implementation of analytical geometry functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AnalyticalGeometry.cpp - * - * Created on 2010-03-17 by Thomas Fischer */ #include <algorithm> diff --git a/MathLib/AnalyticalGeometry.h b/MathLib/AnalyticalGeometry.h index 880063097149e3df39a16749fb4b8634859e2982..1033a05167b9d519b3ee9f5396ab98dfa10dd21d 100644 --- a/MathLib/AnalyticalGeometry.h +++ b/MathLib/AnalyticalGeometry.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-03-17 + * \brief Definition of analytical geometry functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AnalyticalGeometry.h - * - * Created on 2010-03-17 by Thomas Fischer */ #ifndef ANALYTICAL_GEOMETRY_H_ diff --git a/MathLib/EarClippingTriangulation.cpp b/MathLib/EarClippingTriangulation.cpp index 27759146bc38a3f7a9a61b33fc2c20a9687f2095..5c4d6d46a273e0877ee004bc57005aed2ec8a6eb 100644 --- a/MathLib/EarClippingTriangulation.cpp +++ b/MathLib/EarClippingTriangulation.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Implementation of the EarClippingTriangulation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file EarClippingTriangulation.cpp - * - * Created on 2011-02-23 by Thomas Fischer */ // STL diff --git a/MathLib/EarClippingTriangulation.h b/MathLib/EarClippingTriangulation.h index 92c8f1e5e5ee9fbce0473217c09093a252083805..59c42453b966e1f843c4f37a5a027b04a625e662 100644 --- a/MathLib/EarClippingTriangulation.h +++ b/MathLib/EarClippingTriangulation.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Definition of the EarClippingTriangulation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file EarClippingTriangulation.h - * - * Created on 2011-02-23 by Thomas Fischer */ #ifndef EARCLIPPINGTRIANGULATION_H_ diff --git a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h index 41b487fb589192b3b825134e92d3bc0afcb372af..ba22c1037434b6308e85ba3ba0447e230f9aeefc 100644 --- a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h +++ b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-22 + * \brief Definition of the LinearIntervalInterpolation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LinearIntervalInterpolation.h - * - * Created on 2012-05-22 by Thomas Fischer */ #ifndef LINEARINTERVALINTERPOLATION_H_ diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp index f6ebb05a6e4637e321d060bd70d326ab87c29d4d..8e75dcdbf0cce305ebc1363dd331a23638df9819 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-07 + * \brief Implementation of the PiecewiseLinearInterpolation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PiecewiseLinearInterpolation.cpp - * - * Created on 2010-09-07 by Thomas Fischer */ #include "PiecewiseLinearInterpolation.h" diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h index f5419c1606c83ad8d29c3074ab75945a8f08765a..975f3582fc6a8ee705a75e8a3c48079013bb486e 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-07 + * \brief Definition of the PiecewiseLinearInterpolation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PiecewiseLinearInterpolation.h - * - * Created on 2010-09-07 by Thomas Fischer */ #ifndef PIECEWISELINEARINTERPOLATION_H_ diff --git a/MathLib/LinAlg/Dense/Matrix.h b/MathLib/LinAlg/Dense/Matrix.h index b262349f2431a81e227634081826512622a97281..7aafbac963723bdd937652e64d06c1b678bdebf1 100644 --- a/MathLib/LinAlg/Dense/Matrix.h +++ b/MathLib/LinAlg/Dense/Matrix.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-24 + * \brief Definition of the Matrix class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Matrix.h - * - * Created on 2011-05-24 by Thomas Fischer */ #ifndef MATRIX_H diff --git a/MathLib/LinAlg/MatrixBase.h b/MathLib/LinAlg/MatrixBase.h index 386aaa7ae21278dfae41ff9ca5cf117d5c12e1db..d3baf9bde6e85d5399322c9becaef9df29a79176 100644 --- a/MathLib/LinAlg/MatrixBase.h +++ b/MathLib/LinAlg/MatrixBase.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Definition of the MatrixBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MatrixBase.h - * - * Created on 2011-09-27 by Thomas Fischer */ #ifndef MATRIXBASE_H_ diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp index 2ed8be21c018ec79ce403340a526405da0db5375..c0f3b735b1d2e092dc646e9f6e1656727129d486 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Implementation of the generateDiagPrecond functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file generateDiagPrecond.cpp - * - * Created on xxxx-xx-xx by Thomas Fischer */ #include "sparse.h" diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h index 90934bcd7c8a9a882cedc5b26309d2a72fe9de92..56bab3b3fcb9b9941adfcb5b3b22fad7a186033c 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-28 + * \brief Definition of the generateDiagPrecond functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file generateDiagPrecond.h - * - * Created on 2011-09-28 by Thomas Fischer */ #ifndef GENERATEDIAGPRECOND_H_ diff --git a/MathLib/LinAlg/Solvers/BiCGStab.cpp b/MathLib/LinAlg/Solvers/BiCGStab.cpp index 4d4600c29d09a52a3bcbef34257221117a402f31..72b41997fe8bb970587f1ba4b2cbe441e2a5a178 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.cpp +++ b/MathLib/LinAlg/Solvers/BiCGStab.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Implementation of the BiCGStab function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BiCGStab.cpp - * - * Created on 2011-10-04 by Thomas Fischer */ #include "BiCGStab.h" diff --git a/MathLib/LinAlg/Solvers/BiCGStab.h b/MathLib/LinAlg/Solvers/BiCGStab.h index e7dc235188bbeb99ccf77853fbcf043033e84cae..82854def7cb06dae4845df7d9ec7dbac94770f89 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.h +++ b/MathLib/LinAlg/Solvers/BiCGStab.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Definition of the BiCGStab function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BiCGStab.h - * - * Created on 2011-10-04 by Thomas Fischer */ #ifndef BICGSTAB_H_ diff --git a/MathLib/LinAlg/Solvers/CG.cpp b/MathLib/LinAlg/Solvers/CG.cpp index 01d8797171cdbf59c1c05caa77ef4948a18fb149..cdc499109dbbddc19ab1888596c17463157482a2 100644 --- a/MathLib/LinAlg/Solvers/CG.cpp +++ b/MathLib/LinAlg/Solvers/CG.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Implementation of the CG functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CG.cpp - * - * Created on 2011-09-27 by Thomas Fischer */ #include <limits> diff --git a/MathLib/LinAlg/Solvers/CG.h b/MathLib/LinAlg/Solvers/CG.h index 19eff0fb671fc409a35aca3c045d565d67ccfe01..a70c3556ce0c4164ea82769ff6098f269ce8a905 100644 --- a/MathLib/LinAlg/Solvers/CG.h +++ b/MathLib/LinAlg/Solvers/CG.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Definition of the CG functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CG.h - * - * Created on 2011-09-27 by Thomas Fischer */ #ifndef CG_H_ diff --git a/MathLib/LinAlg/Solvers/CGParallel.cpp b/MathLib/LinAlg/Solvers/CGParallel.cpp index 91bf49ac319883600100546500f72c0a466f038c..89d1a0b96c6ce013be2ba8df1e515008a1a9756e 100644 --- a/MathLib/LinAlg/Solvers/CGParallel.cpp +++ b/MathLib/LinAlg/Solvers/CGParallel.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-12-02 + * \brief Implementation of the CGParallel functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CGParallel.cpp - * - * Created on 2011-12-02 by Thomas Fischer */ #include <limits> diff --git a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h index 1c0b91fbfef4bca1dbe245292f6d07e10884a814..7f2935e2cec24e566aa6e2601b7a3d062e5bce2c 100644 --- a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the DenseDirectLinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DenseDirectLinearSolver.h - * - * Created on 2011-01-07 by Thomas Fischer */ #ifndef DENSEDIRECTLINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/DirectLinearSolver.h b/MathLib/LinAlg/Solvers/DirectLinearSolver.h index 6bfc614a7d7a79be0a07e962615d7e1fab7353a7..3e022ed5b19f7ceb81b9140ccbb3dad19b6b230a 100644 --- a/MathLib/LinAlg/Solvers/DirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DirectLinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the DirectLinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DirectLinearSolver.h - * - * Created on 2011-01-07 by Thomas Fischer */ #ifndef DIRECTLINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/GMRes.cpp b/MathLib/LinAlg/Solvers/GMRes.cpp index a2c1415f6070be4c950660e749ad6e041563356c..796a361cd4eb5e0ae635ce3728510614fb517054 100644 --- a/MathLib/LinAlg/Solvers/GMRes.cpp +++ b/MathLib/LinAlg/Solvers/GMRes.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Implementation of the GMRes functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GMRes.cpp - * - * Created on 2011-10-04 by Thomas Fischer */ #include "GMRes.h" diff --git a/MathLib/LinAlg/Solvers/GMRes.h b/MathLib/LinAlg/Solvers/GMRes.h index cb51ce747953e4f16e965321158c7d97d7b9c927..c10d868112b9a52314f6e82bc78467bb78649e08 100644 --- a/MathLib/LinAlg/Solvers/GMRes.h +++ b/MathLib/LinAlg/Solvers/GMRes.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Definition of the GMRes function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GMRes.h - * - * Created on 2011-10-04 by Thomas Fischer */ #ifndef GMRES_H_ diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp index ccd77e5303b49f1e2ad30e79c768797f8431d6bb..a01888fc6ec4f59bd047718fdcda2522c336bd16 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-06 + * \brief Implementation of the GaussAlgorithm class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GaussAlgorithm.cpp - * - * Created on 2011-05-06 by Thomas Fischer */ #include <cmath> diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.h b/MathLib/LinAlg/Solvers/GaussAlgorithm.h index 74787a9669506e409436ac35edf0209933ddaa47..80c8df6970ee771cc8331a2761aa7cc7b858037a 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.h +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-06 + * \brief Definition of the GaussAlgorithm class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GaussAlgorithm.h - * - * Created on 2011-05-06 by Thomas Fischer */ #ifndef GAUSSALGORITHM_H_ diff --git a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h index 7ddfcb5d716a653c6d6418e5ec68121d1fb7d3ac..8665f51fe96717b6adfbf4d2edd3d4a9c3a2596e 100644 --- a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h +++ b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the IterativeLinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file IterativeLinearSolver.h - * - * Created on 2011-01-07 by Thomas Fischer */ #ifndef ITERATIVELINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/LinearSolver.h b/MathLib/LinAlg/Solvers/LinearSolver.h index f6a32c805cdbb8514113a3944559219db0faa306..f7aaf3f9ec84f2b20dd96eb12d5bf99e1fbecf8f 100644 --- a/MathLib/LinAlg/Solvers/LinearSolver.h +++ b/MathLib/LinAlg/Solvers/LinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the LinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LinearSolver.h - * - * Created on 2011-01-07 by Thomas Fischer */ #ifndef LINEARSOLVER_H_ diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.cpp b/MathLib/LinAlg/Solvers/TriangularSolve.cpp index 30f681e0f527e0a199fc5d3ae30c2bd1a87080b0..1c970ff8770df3276f64fcf3e1f4cd5055c0c717 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.cpp +++ b/MathLib/LinAlg/Solvers/TriangularSolve.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-05 + * \brief Implementation of triangular solver functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TriangularSolve.cpp - * - * Created on 2011-05-05 by Thomas Fischer */ #include "../Dense/Matrix.h" diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.h b/MathLib/LinAlg/Solvers/TriangularSolve.h index 5e571910ace5449e8163edf8b938627c4d19a4cb..1d4cf0cca3e34e2805479e3a2db9b150c9087125 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.h +++ b/MathLib/LinAlg/Solvers/TriangularSolve.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-06 + * \brief Definition of triangular solver functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TriangularSolve.h - * - * Created on 2011-05-06 by Thomas Fischer */ #ifndef TRIANGULARSOLVE_H_ diff --git a/MathLib/LinAlg/Solvers/solver.h b/MathLib/LinAlg/Solvers/solver.h index c36a8aa3ad54241546b81c0aeb7cd4393961f5bb..96f16875f0efed9288182eeb4a59e95292b5d806 100644 --- a/MathLib/LinAlg/Solvers/solver.h +++ b/MathLib/LinAlg/Solvers/solver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Solver includes. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file solver.h - * - * Created on 2011-09-27 by Thomas Fischer */ #ifndef SOLVER_H_ diff --git a/MathLib/LinAlg/Sparse/CRSMatrix.h b/MathLib/LinAlg/Sparse/CRSMatrix.h index 31fed919062bace0696516acfd27152c2af74fbb..4c25b244b9f1b9d84b46d08ee85ac0beac638c47 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSMatrix.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-20 + * \brief Definition of the CRSMatrix class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrix.h - * - * Created on 2011-09-20 by Thomas Fischer */ #ifndef CRSMATRIX_H diff --git a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h index ccabe65b34fc2db9b58ad9f4e048e7daddd97c7f..917ff62339a4e16e3c0a268baf64e168bb8b5e02 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-08-08 + * \brief Definition of the CRSMatrixOpenMP class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixOpenMP.h - * - * Created on 2011-08-08 by Thomas Fischer */ #ifndef CRSMATRIXOPENMP_H_ diff --git a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h index 4efb2b6c9928de3bf613b1fdc211b0141cd61b4c..0f8f9f119ce42bb96e5a3b63a3c443c3fb9199c6 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-08-02 + * \brief Definition of the CRSMatrixPThreads class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixPThreads.h - * - * Created on 2011-08-02 by Thomas Fischer */ #ifndef CRSMATRIXPTHREADS_H diff --git a/MathLib/LinAlg/Sparse/CRSSymMatrix.h b/MathLib/LinAlg/Sparse/CRSSymMatrix.h index 2577734ee11bc816a216a4f3639325880f0a2be4..d713ec4905c705bdbcd3924b95fed2106f0c9868 100644 --- a/MathLib/LinAlg/Sparse/CRSSymMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSSymMatrix.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-07-22 + * \brief Definition of the CRSSymMatrix class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSSymMatrix.h - * - * Created on 2011-07-22 by Thomas Fischer */ #ifndef CRSSYMMATRIX_H_ diff --git a/MathLib/LinAlg/Sparse/CRSTranspose.h b/MathLib/LinAlg/Sparse/CRSTranspose.h index a368962e4f87dcc4de991fca28e66a9e4970d1e1..a43a569a8a9a95bc8b7ceb302ed4f42997e79279 100644 --- a/MathLib/LinAlg/Sparse/CRSTranspose.h +++ b/MathLib/LinAlg/Sparse/CRSTranspose.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Definition of the CRSTranspose class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSTranspose.h - * - * Created on 2011-09-27 by Thomas Fischer */ #ifndef CRSTRANSPOSE_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp index 480908657c51c82b339c53d028bcca28a851301e..2244592a2b1a0e5fe92897df9c589074ef9a882c 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Implementation of the AdjMat class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AdjMat.cpp - * - * Created on 2012-01-02 by Thomas Fischer */ // Base diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h index 0c4cad4dd2494fd51bf6df8d7041d6ef9d5aa0c3..73318117d32d4f37b4de0e1e59b1fb9848cf8385 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the AdjMat class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AdjMat.h - * - * Created on 2012-01-02 by Thomas Fischer */ #ifndef ADJMAT_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp index 66f44d9dfaefb6a4889f11626a05e307ff026173..f0fb2b25a6476c41a3c251dbba6da739d7e2c124 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-03 + * \brief Implementation of the CRSMatrixReordered class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReordered.cpp - * - * Created on 2012-01-03 by Thomas Fischer */ // BaseLib diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h index 66cedd59ba1f663262e2e295f4d833babc809eb6..e5cc6129835580e87395ff744cad3c39745cd4a0 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-03 + * \brief Definition of the CRSMatrixReordered class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReordered.h - * - * Created on 2012-01-03 by Thomas Fischer */ #ifndef CRSMATRIXREORDERED_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp index 4449c0c7c499bd5f427e5200da5ba84205e1c563..b9e925ee1be19746fa57fde98943046c85cdf285 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-12 + * \brief Implementation of the CRSMatrixReorderedOpenMP class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReorderedOpenMP.cpp - * - * Created on 2012-01-12 by Thomas Fischer */ #ifdef _OPENMP diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h index 13eaa41c290ac7d50dd09a083c2e448ff2206141..02d743eda09edf9789d0d7edc14f52d4564711a1 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-20 + * \brief Definition of the CRSMatrixReorderedOpenMP class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReorderedOpenMP.h - * - * Created on 2012-01-20 by Thomas Fischer */ #ifndef CRSMATRIXREORDEREDOPENMP_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp index 2b5c6f939160285f738d7ca63ed6b2ffc39f459b..9cefb5dff39589e751eefe0ef53cf94908f3780f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Implementation of the Cluster class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cluster.cpp - * - * Created on 2012-01-02 by Thomas Fischer */ #include "metis.h" diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h index 7a7a379e980ef4233035663b08cb400ac43f9040..c1c87280b67f3ceb13b8aa86f0be07d98cc9cfad 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the Cluster class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cluster.h - * - * Created on 2012-01-02 by Thomas Fischer */ #ifndef CLUSTER_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp index 799647747d0b1bda5ccfe4ebaa6dc08dc5cf6445..115a7a6ebfd15508f976d132eb24cba28cae1666 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Implementation of the ClusterBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ClusterBase.cpp - * - * Created on 2012-01-02 by Thomas Fischer */ //#include "blas.h" diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h index c67b9a06ff373c3d2a53be13df8da4fc4f254ea5..66abfd09430cee011ed7d6f565e352702c32c60e 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the ClusterBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ClusterBase.h - * - * Created on 2012-01-02 by Thomas Fischer */ #ifndef CLUSTERBASE_H_ diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp index 6b5fc0d730125f5babb962af0e123910e0884daf..578e76a937db4e59175f459cfc886aa49e5918e9 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-02-01 + * \brief Implementation of the Separator class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Separator.cpp - * - * Created on 2012-01-02 by Thomas Fischer */ // BaseLib diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h index dbb0c919cbcf23a5f3c68bafda2dfd10067c6038..d9e3631165d73d67e43432800a0514be855ff1da 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the Separator class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Separator.h - * - * Created on 2012-01-02 by Thomas Fischer */ #ifndef SEPARATOR_H_ diff --git a/MathLib/LinAlg/Sparse/Sparsity.h b/MathLib/LinAlg/Sparse/Sparsity.h index e7f9a5e5770f2d67fa8ab6e8dfb7b3aa7b8cd495..bd40a9612434c5f53dd9aebede85f413b6164602 100644 --- a/MathLib/LinAlg/Sparse/Sparsity.h +++ b/MathLib/LinAlg/Sparse/Sparsity.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the Sparsity class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Sparsity.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef SPARSITY_H_ diff --git a/MathLib/LinAlg/Sparse/amuxCRS.cpp b/MathLib/LinAlg/Sparse/amuxCRS.cpp index 9aff71032fe0f41e4f103e80b9308d15f1e8d8f8..217b728ed0b93927ba43f30f7df12cef32027326 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.cpp +++ b/MathLib/LinAlg/Sparse/amuxCRS.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-20 + * \brief Implementation of amuxCRS functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file amuxCRS.cpp - * - * Created on 2011-09-20 by Thomas Fischer */ #include "amuxCRS.h" diff --git a/MathLib/LinAlg/Sparse/amuxCRS.h b/MathLib/LinAlg/Sparse/amuxCRS.h index 5b1d8511c7aaa3e8a9fbf117d8c1d327f3d53b44..0178b61f91eef26ed1bab448de48a410ef8a4c10 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.h +++ b/MathLib/LinAlg/Sparse/amuxCRS.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-20 + * \brief Definition of amuxCRS functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file amuxCRS.h - * - * Created on 2011-09-20 by Thomas Fischer */ #ifndef AMUXCRS_H diff --git a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h index 3ef7cb71f0b33f655c559515478d2064617ad0ae..a47d05cb3372f46e7b67d98e565472569f244d9e 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h +++ b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the ISystemOfLinearEquations class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ISystemOfLinearEquations.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef ISYSTEMOFLINEAREQUATIONS_H_ diff --git a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp index eb6ff44085dd7da855a5e33980969a119026f791..2ab2bb56334ec64063d10f53fed9bf3ebbffdcd2 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp +++ b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Implementation of the ISystemOfLinearEquations class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ISystemOfLinearEquations.tpp - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef ISYSTEMOFLINEAREQUATIONS_TPP_ diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp index db4155d8e932dd5b3857bfc4514892d022c30126..97e764abd5561f752d4c0dfd3b8066dac67171e1 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Implementation of the LisLinearSystem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisLinearSystem.cpp - * - * Created on 2012-06-25 by Norihiro Watanabe */ #include "LisLinearSystem.h" diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h index d40b5116378eaf3c3202f180faa4d8c79148f263..8ccf30e0d2b0a7ef339286b1eb80ca52f7ed5677 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the LisLinearSystem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisLinearSystem.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef LISLINEARSYSTEM_H_ diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp index 40cc2689aca57898b2514dd4b95db74e4fa9a87e..e4f40aaed65c175efca59c842b6cc7e8f1c1a10f 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-12-05 + * \brief Implementation of the LisOption class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisOption.cpp - * - * Created on 2012-12-05 by Norihiro Watanabe */ #include "LisOption.h" diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h index 2fb75b311f1110ffb2de63b59fe6e674f672aca1..b45e1d9a47c58c77222230453599e803583bd27e 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the LisOption class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisOption.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef LIS_OPTION_H_ diff --git a/MathLib/LinAlg/VectorNorms.h b/MathLib/LinAlg/VectorNorms.h index a1a732a257f752e0e98da50ee016890f1d8e77a1..8ea94d8ad7a7abf7a6f07483f53470ebe0bac718 100644 --- a/MathLib/LinAlg/VectorNorms.h +++ b/MathLib/LinAlg/VectorNorms.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-06-06 + * \brief Definition of vector norm functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file VectorNorms.h - * - * Created on 2011-06-06 by Thomas Fischer */ #ifndef VECTORNORMS_H_ diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp index 50b6e7a39a34ad293e06f9325e7406fc47dc00f2..d4022d31a9598917db6c37ffa9ced895326914fc 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -1,13 +1,15 @@ - /** +/** + * \file + * \author Thomas Fischer + * \date 2010-01-13 + * \brief Implementation of math helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MathTools.cpp - * - * Created on 2010-01-13 by Thomas Fischer */ #include "MathTools.h" diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index ca9ff780a8efeb2d6ec39592ec6fcd4102d33a3b..2eac49edc628f3f9f29b0eb1d4f07edfc2e48b10 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-13 + * \brief Definition of math helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MathTools.h - * - * Created on 2010-01-13 by Thomas Fischer */ #ifndef MATHTOOLS_H_ diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h index 4e2472a70c6375ed826d54c9704ebea995e8f453..0d925487dd8150a42c6428be329802ccf8c22331 100644 --- a/MathLib/Vector3.h +++ b/MathLib/Vector3.h @@ -1,15 +1,17 @@ /** + * \file + * \author Lars Bilke + * \date 2009-10-27 + * \brief Definition of the Vector3 class. + * From: http://www.strout.net/info/coding/classlib/intro.html + * with modifications to derive from TemplatePoint + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Vector3.h - * - * Created on 2009-10-27 by Lars Bilke - * From: http://www.strout.net/info/coding/classlib/intro.html - * with modifications to derive from TemplatePoint */ #ifndef VECTOR3_H diff --git a/MathLib/sparse.h b/MathLib/sparse.h index 17ec803a41220bb2150f2ba344ffb3d52ae916e8..3e3423bf5103ab2c8ebf55c6373a47543e378bb9 100644 --- a/MathLib/sparse.h +++ b/MathLib/sparse.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Definition of sparse matrix IO functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file sparse.h - * - * Created on xxxx-xx-xx by Thomas Fischer */ #ifndef SPARSE_H diff --git a/MathLib/vector_io.h b/MathLib/vector_io.h index 9bb3373cdf8fbffca1495693b8c0c9cc7e66a8ba..f204e94358f1e4ffc776c99d8e08e646a3a977af 100644 --- a/MathLib/vector_io.h +++ b/MathLib/vector_io.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Definition of vector IO functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file vector_io.h - * - * Created on xxxx-xx-xx by Thomas Fischer */ #ifndef VECTOR_IO_H diff --git a/MeshLib/ConvertRasterToMesh.cpp b/MeshLib/ConvertRasterToMesh.cpp index e6fc470c8ee7dbaf4f612539b4826605e9468022..18f1e4f79f6a7f847ebe8aa3ee6ae2dd4121a2b4 100644 --- a/MeshLib/ConvertRasterToMesh.cpp +++ b/MeshLib/ConvertRasterToMesh.cpp @@ -2,12 +2,13 @@ * @file ConvertRasterToMesh.cpp * @author Thomas Fischer * @date Nov 14, 2012 + * @brief Implementation of the ConvertRasterToMesh class. * * @copyright - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license */ #include "ConvertRasterToMesh.h" diff --git a/MeshLib/ConvertRasterToMesh.h b/MeshLib/ConvertRasterToMesh.h index c01964111914255b1fedba11d81aa849b8e2d994..0421b379fe71b48074a3c3f597cfa266159d0ec6 100644 --- a/MeshLib/ConvertRasterToMesh.h +++ b/MeshLib/ConvertRasterToMesh.h @@ -2,12 +2,14 @@ * @file ConvertRasterToMesh.h * @author Thomas Fischer * @date Nov 14, 2012 + * @brief Definition of the ConvertRasterToMesh class. * * @copyright - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt + * http://www.opengeosys.org/project/license + * */ #ifndef CONVERTRASTERTOMESH_H_ diff --git a/MeshLib/ElementStatus.cpp b/MeshLib/ElementStatus.cpp index 3fc7bf71e66b7940143a60603f87fafc861c20db..1b46559feb9b251130cd83aa747c6b75b1384250 100644 --- a/MeshLib/ElementStatus.cpp +++ b/MeshLib/ElementStatus.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-12-18 + * \brief Implementation of the ElementStatus class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ElementStatus.cpp - * - * Created on 2012-12-18 by Karsten Rink */ #include "ElementStatus.h" diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h index 18c96b7126c123a60f259d661bc24a5d4a3a30ed..9fff2ef52a8393a0c48c3305ba2ab10fcb32c3b0 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-12-18 + * \brief Definition of the ElementStatus class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ElementStatus.h - * - * Created on 2012-12-18 by Karsten Rink */ #ifndef ELEMENTSTATUS_H_ diff --git a/MeshLib/Elements/Cell.cpp b/MeshLib/Elements/Cell.cpp index a1012360e862e0e314bdb129eac7ecc19d3ffdeb..f2962079dd503a7904108e690ff347c23ebd5dca 100644 --- a/MeshLib/Elements/Cell.cpp +++ b/MeshLib/Elements/Cell.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Cell class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cell.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Cell.h" diff --git a/MeshLib/Elements/Cell.h b/MeshLib/Elements/Cell.h index 1028229816bbfc6db1e951331d0c591a206d83ec..7ca94337646aabdacc11827d53ecd76a8a338732 100644 --- a/MeshLib/Elements/Cell.h +++ b/MeshLib/Elements/Cell.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Cell class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cell.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef CELL_H_ diff --git a/MeshLib/Elements/Edge.h b/MeshLib/Elements/Edge.h index 3e148e9a323b9f29e998c8e3cd13673aaf5e476c..6fac5eda898149a8aa252fee6b130ff8f59040cf 100644 --- a/MeshLib/Elements/Edge.h +++ b/MeshLib/Elements/Edge.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Definition of the Edge class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Edge.h + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ #ifndef EDGE_H_ diff --git a/MeshLib/Elements/Element.cpp b/MeshLib/Elements/Element.cpp index 6a10dc8dd4f3eaf717938d3f078479fb2e71ec6b..c369de2c33293af380bf239664b54b2b1d340ce9 100644 --- a/MeshLib/Elements/Element.cpp +++ b/MeshLib/Elements/Element.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Element class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Element.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "logog/include/logog.hpp" diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h index 1d7249192671a7023d2829ca76ac80454ff6d8b0..c31210925e5506fb19d6a1f2422ffda39f57ba4f 100644 --- a/MeshLib/Elements/Element.h +++ b/MeshLib/Elements/Element.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Element class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Element.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef ELEMENT_H_ diff --git a/MeshLib/Elements/Face.cpp b/MeshLib/Elements/Face.cpp index 5a853a26b9bfe49b5695bf267630adcaaffa2a34..b059500f4864101036ef5f662bee9bd523435542 100644 --- a/MeshLib/Elements/Face.cpp +++ b/MeshLib/Elements/Face.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Face class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Face.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Face.h" diff --git a/MeshLib/Elements/Face.h b/MeshLib/Elements/Face.h index 02d85a06909ae288f0b9fae5077aa02cc5f0aed7..bbf30dff988ef76f485df31d7473209055cc8b26 100644 --- a/MeshLib/Elements/Face.h +++ b/MeshLib/Elements/Face.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Face class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Face.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef FACE_H_ diff --git a/MeshLib/Elements/FemElem.cpp b/MeshLib/Elements/FemElem.cpp index 5fcd121d6aa1dee50ae486ef5133a2fa10513158..a282fc7515091744f260059e6f522ee2e441158d 100644 --- a/MeshLib/Elements/FemElem.cpp +++ b/MeshLib/Elements/FemElem.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-03 + * \brief Implementation of the FemElem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FemElem.cpp - * - * Created on 2012-05-03 by Karsten Rink */ #include "FemElem.h" diff --git a/MeshLib/Elements/FemElem.h b/MeshLib/Elements/FemElem.h index e870a2d9e27c3f3e9464e4820dd413b2c0132d65..bb3247379acd0195ef88ffaa441dc7a3164a36b0 100644 --- a/MeshLib/Elements/FemElem.h +++ b/MeshLib/Elements/FemElem.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-03 + * \brief Definition of the FemElem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FemElem.h - * - * Created on 2012-05-03 by Karsten Rink */ #ifndef FEMELEM_H_ diff --git a/MeshLib/Elements/Hex.h b/MeshLib/Elements/Hex.h index b17f087e5e005e652591f9dd18cf903162f11a3d..d03ee41464333b219e9ccb2ac337dfd3730af9bf 100644 --- a/MeshLib/Elements/Hex.h +++ b/MeshLib/Elements/Hex.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Definition of the Hex class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Hex.h + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ #ifndef HEX_H_ diff --git a/MeshLib/Elements/Prism.h b/MeshLib/Elements/Prism.h index 1f77d02a6151eb5fe37671d3361cffdab4e0ac40..e2cf7185a269068b10f43eaab0c62a0c5ac0a7e6 100644 --- a/MeshLib/Elements/Prism.h +++ b/MeshLib/Elements/Prism.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Definition of the Prism class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Prism.h + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ #ifndef PRISM_H_ diff --git a/MeshLib/Elements/Pyramid.h b/MeshLib/Elements/Pyramid.h index 2344320814ba1f79cfd3feebad1f619c61aadb4e..c8525a50f0d803837240bc9c42b592004e6fead6 100644 --- a/MeshLib/Elements/Pyramid.h +++ b/MeshLib/Elements/Pyramid.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Definition of the Pyramid class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Pyramid.h + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ #ifndef PYRAMID_H_ diff --git a/MeshLib/Elements/Quad.h b/MeshLib/Elements/Quad.h index 8209ef1b39273ae7354c0cf46694713e7211f613..bc26065d968e7206ecc6f41535e3477eb4eb8547 100644 --- a/MeshLib/Elements/Quad.h +++ b/MeshLib/Elements/Quad.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Definition of the Quad class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Quad.h + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ #ifndef QUAD_H_ diff --git a/MeshLib/Elements/TemplateEdge.h b/MeshLib/Elements/TemplateEdge.h index 7a9e4c8133e237d1a0c8ec4ec177a8fd8e71f365..c4662ff019c8f6ec4acf23ad54ab4015fdfcf0ae 100644 --- a/MeshLib/Elements/TemplateEdge.h +++ b/MeshLib/Elements/TemplateEdge.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Edge class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Edge.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEEDGE_H_ diff --git a/MeshLib/Elements/TemplateEdge.tpp b/MeshLib/Elements/TemplateEdge.tpp index fc9dcdb768098a1ab1f25fe2da42d4be868d4843..1fe174047bcf2824685445d021fbff2ecbc0b7aa 100644 --- a/MeshLib/Elements/TemplateEdge.tpp +++ b/MeshLib/Elements/TemplateEdge.tpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Implementation of the TemplateEdge class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TemplateEdge.tpp + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ namespace MeshLib { diff --git a/MeshLib/Elements/TemplateHex.h b/MeshLib/Elements/TemplateHex.h index 2d1ac4bf1f0d5ddab1b98774f6d4218a7ae6fb4c..13f5faafd51393d2423838695970211b48cc6269 100644 --- a/MeshLib/Elements/TemplateHex.h +++ b/MeshLib/Elements/TemplateHex.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateHex class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateHex.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEHEX_H_ diff --git a/MeshLib/Elements/TemplateHex.tpp b/MeshLib/Elements/TemplateHex.tpp index 618beb367c8b9fb0b69b6658ad9b35b6e20c81a0..3723592c0eb8cefe158f9c002064c510ad19fda3 100644 --- a/MeshLib/Elements/TemplateHex.tpp +++ b/MeshLib/Elements/TemplateHex.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplateHex class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateHex.tpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "logog/include/logog.hpp" diff --git a/MeshLib/Elements/TemplatePrism.h b/MeshLib/Elements/TemplatePrism.h index a440707020e119c51d58858928d6453020902bc2..9bdce749392a062d6b5269aa20e30ad1521dc8f0 100644 --- a/MeshLib/Elements/TemplatePrism.h +++ b/MeshLib/Elements/TemplatePrism.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplatePrism class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePrism.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEPRISM_H_ diff --git a/MeshLib/Elements/TemplatePrism.tpp b/MeshLib/Elements/TemplatePrism.tpp index 6187f980db634464a627b1bb8773db63606ee49b..fd0295e33f36644fdbcec980bde27d86f5c5a6ea 100644 --- a/MeshLib/Elements/TemplatePrism.tpp +++ b/MeshLib/Elements/TemplatePrism.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplatePrism class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePrism.tpp - * - * Created on 2012-05-02 by Karsten Rink */ // Thirdparty diff --git a/MeshLib/Elements/TemplatePyramid.h b/MeshLib/Elements/TemplatePyramid.h index ba65709d5adb66b0e4f0607eca2a951dc975e6e6..76123dda11f3a7c6b625d0de0277a8119a1dfb15 100644 --- a/MeshLib/Elements/TemplatePyramid.h +++ b/MeshLib/Elements/TemplatePyramid.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplatePyramid class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePyramid.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEPYRAMID_H_ diff --git a/MeshLib/Elements/TemplatePyramid.tpp b/MeshLib/Elements/TemplatePyramid.tpp index bf68c30356fc096c205f08cd782b6c2ced81d493..570de5504faff1071f226c046addbae52e10d716 100644 --- a/MeshLib/Elements/TemplatePyramid.tpp +++ b/MeshLib/Elements/TemplatePyramid.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplatePyramid class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePyramid.tpp - * - * Created on 2012-05-02 by Karsten Rink */ // Thirdparty diff --git a/MeshLib/Elements/TemplateQuad.h b/MeshLib/Elements/TemplateQuad.h index fab6e1eb4065da91056658a0f9cd64946cf82ba3..6e1e5320a5b778b7b90923f7e66248ed420b46d2 100644 --- a/MeshLib/Elements/TemplateQuad.h +++ b/MeshLib/Elements/TemplateQuad.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateQuad class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateQuad.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEQUAD_H_ diff --git a/MeshLib/Elements/TemplateQuad.tpp b/MeshLib/Elements/TemplateQuad.tpp index 8cdff7a4fc9e94a74ebeb9a8a812d645e457fe9c..483ec5755985bdec4d30feb8c4233403c905a96b 100644 --- a/MeshLib/Elements/TemplateQuad.tpp +++ b/MeshLib/Elements/TemplateQuad.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Quad class- + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Quad.tpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Node.h" diff --git a/MeshLib/Elements/TemplateTet.h b/MeshLib/Elements/TemplateTet.h index 170e6bfa192749c492a9d4ef3615e4c1d407112a..27621db61d6adb73a5ef8d2338117928b2abe118 100644 --- a/MeshLib/Elements/TemplateTet.h +++ b/MeshLib/Elements/TemplateTet.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateTet class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateTet.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATETET_H_ diff --git a/MeshLib/Elements/TemplateTet.tpp b/MeshLib/Elements/TemplateTet.tpp index a10846f4ab5dd2abfda5170da039908e5e3ab233..1851c17bdceaf0fe83e1df3dbe52cc5689872d87 100644 --- a/MeshLib/Elements/TemplateTet.tpp +++ b/MeshLib/Elements/TemplateTet.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplateTet class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateTet.tpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "logog/include/logog.hpp" diff --git a/MeshLib/Elements/TemplateTri.h b/MeshLib/Elements/TemplateTri.h index 6e2aea148b35911de1e9269e9c83230dea6509f9..9db105d69dbbab917ae4240689579217fb998e2d 100644 --- a/MeshLib/Elements/TemplateTri.h +++ b/MeshLib/Elements/TemplateTri.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateTri class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateTri.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATETRI_H_ diff --git a/MeshLib/Elements/TemplateTri.tpp b/MeshLib/Elements/TemplateTri.tpp index 39539c26474e4cb6f83911e99db197022d19d941..f051e7edf42adc5267f7c505d558027fc7fc083c 100644 --- a/MeshLib/Elements/TemplateTri.tpp +++ b/MeshLib/Elements/TemplateTri.tpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Implementation of the TemplateTri class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TemplateTri.tpp + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ // MathLib diff --git a/MeshLib/Elements/Tet.h b/MeshLib/Elements/Tet.h index 96d11018ae9e420632bcd904ac02d9b2c26ffa04..a5fa7c5d2dc37724f7b90ca0ab3162f7dfdbca7b 100644 --- a/MeshLib/Elements/Tet.h +++ b/MeshLib/Elements/Tet.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Definition of the Tet class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Tet.h + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ #ifndef TET_H_ diff --git a/MeshLib/Elements/Tri.h b/MeshLib/Elements/Tri.h index 369658513aac1dc36388ad1e8734b6bef6313b6a..ca012aecaf48ce71e4b6586b396e649708e875e2 100644 --- a/MeshLib/Elements/Tri.h +++ b/MeshLib/Elements/Tri.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Sep 27, 2012 + * \brief Definition of the Tri class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Tri.h + * http://www.opengeosys.org/project/license * - * Created on Sep 27, 2012 by Thomas Fischer */ #ifndef TRI_H_ diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp index d4edadb50d70dfbb27c82d1f3e3c79361f6c5817..7e844ab4d518736b041bdb7496efc902341c9ed5 100644 --- a/MeshLib/Mesh.cpp +++ b/MeshLib/Mesh.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Mesh class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Mesh.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Mesh.h" diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h index 3a609c68422dfb5998ac93c2b9b88b661beb7a51..d7189db0d7203110c7698b80d6fc8d3f905dc4d6 100644 --- a/MeshLib/Mesh.h +++ b/MeshLib/Mesh.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Mesh class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Mesh.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef MESH_H_ diff --git a/MeshLib/Mesh2MeshPropertyInterpolation.cpp b/MeshLib/Mesh2MeshPropertyInterpolation.cpp index d6fd443eafc8b781d8fd1e3b7640b160efdab733..9575f91cb5b41a1f34457b33ea5ba02b16fcdc94 100644 --- a/MeshLib/Mesh2MeshPropertyInterpolation.cpp +++ b/MeshLib/Mesh2MeshPropertyInterpolation.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Oct 12, 2012 + * \brief Implementation of the Mesh2MeshPropertyInterpolation class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Mesh2MeshPropertyInterpolation.cpp + * http://www.opengeosys.org/project/license * - * Created on Oct 12, 2012 by Thomas Fischer */ #include <vector> diff --git a/MeshLib/Mesh2MeshPropertyInterpolation.h b/MeshLib/Mesh2MeshPropertyInterpolation.h index 6fb017536c63e60c20b302e868773222f4a4e40d..f2965dfa1c61871ea8b2c1b8dde3b092c663251f 100644 --- a/MeshLib/Mesh2MeshPropertyInterpolation.h +++ b/MeshLib/Mesh2MeshPropertyInterpolation.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Oct 12, 2012 + * \brief Implementation of the Mesh2MeshPropertyInterpolation class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file Mesh2MeshPropertyInterpolation.h + * http://www.opengeosys.org/project/license * - * Created on Oct 12, 2012 by Thomas Fischer */ #ifndef MESH2MESHPROPERTYINTERPOLATION_H_ diff --git a/MeshLib/MeshCoarsener.cpp b/MeshLib/MeshCoarsener.cpp index f85bb4bec37591fd5a080c868188180ad1519f30..270b797d6a12652cbd24da622f0141148e7d6afd 100644 --- a/MeshLib/MeshCoarsener.cpp +++ b/MeshLib/MeshCoarsener.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Aug 3, 2012 + * \brief Implementation of the MeshCoarsener class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshCoarsener.cpp + * http://www.opengeosys.org/project/license * - * Created on Aug 3, 2012 by Thomas Fischer */ // ThirdParty/logog diff --git a/MeshLib/MeshCoarsener.h b/MeshLib/MeshCoarsener.h index 8c8831687b6ef4bb1fdb167f8a5d9e19c9bef94a..d9149561e5c76d9fc10f10c40c355c45a9144ca2 100644 --- a/MeshLib/MeshCoarsener.h +++ b/MeshLib/MeshCoarsener.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Aug 3, 2012 + * \brief Definition of the MeshCoarsener class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshCoarsener.h + * http://www.opengeosys.org/project/license * - * Created on Aug 3, 2012 by Thomas Fischer */ #ifndef MESHCOARSENER_H_ diff --git a/MeshLib/MeshQuality/MeshQualityChecker.cpp b/MeshLib/MeshQuality/MeshQualityChecker.cpp index b48b3052476329781f3706e995da7e61ffab3c31..189a965d38161de36ef7878ce65b04a3141c358a 100644 --- a/MeshLib/MeshQuality/MeshQualityChecker.cpp +++ b/MeshLib/MeshQuality/MeshQualityChecker.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-12-08 + * \brief Implementation of the MeshQualityChecker class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityChecker.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-12-08 by Thomas Fischer */ #include "MeshQualityChecker.h" diff --git a/MeshLib/MeshQuality/MeshQualityChecker.h b/MeshLib/MeshQuality/MeshQualityChecker.h index b1a8d0db39a7cf04be34244e1cd0ef43a7d16281..505c1a893946c873966f2e7e2911dddcf94be8c3 100644 --- a/MeshLib/MeshQuality/MeshQualityChecker.h +++ b/MeshLib/MeshQuality/MeshQualityChecker.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2010-12-08 + * \brief Definition of the MeshQualityChecker class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityChecker.h + * http://www.opengeosys.org/project/license * - * Created on 2010-12-08 by Thomas Fischer */ #ifndef MESHQUALITYCHECKER_H_ diff --git a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp index 59bfe487894c0869df7deda7f4a35fbc6ff26ab4..93baed677cecb40c9af65ae32b5d2866dc2e4e6a 100644 --- a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp +++ b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-17 + * \brief Implementation of the MeshQualityEquiAngleSkew class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityEquiAngleSkew.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-17 by Thomas Fischer */ #include "MeshQualityEquiAngleSkew.h" diff --git a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h index b135984119fa800d5c8b2c85102b87233ad8f9a4..22344286e3d6b34403a2d67dd1c1fb2973306ee9 100644 --- a/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h +++ b/MeshLib/MeshQuality/MeshQualityEquiAngleSkew.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-17 + * \brief Definition of the MeshQualityEquiAngleSkew class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityEquiAngleSkew.h + * http://www.opengeosys.org/project/license * - * Created on 2011-03-17 by Thomas Fischer */ #ifndef MESHQUALITYEQUIANGLESKEW_H_ diff --git a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp index ba08cfde5b2c5ebaa54316ee821bd26642dcd85a..85dd71eb0625a86b602c27ce365a6e132d27ad56 100644 --- a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp +++ b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-03 + * \brief Implementation of the MeshQualityShortestLongestRatio class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityShortestLongestRatio.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-03 by Thomas Fischer */ #include "MeshQualityShortestLongestRatio.h" diff --git a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h index 532f6c4c35d6303ddf330355b1f0881f174c94ba..6925e204c76c0d126f779e5f9fc8102d4fe01557 100644 --- a/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h +++ b/MeshLib/MeshQuality/MeshQualityShortestLongestRatio.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-03 + * \brief Definition of the MeshQualityShortestLongestRatio class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityShortestLongestRatio.h + * http://www.opengeosys.org/project/license * - * Created on 2011-03-03 by Thomas Fischer */ #ifndef MESHQUALITYSHORTESTLONGESTRATIO_H_ diff --git a/MeshLib/MeshQuality/MeshQualityVolume.cpp b/MeshLib/MeshQuality/MeshQualityVolume.cpp index af4638a29583ef86cc55e6c224d5f780c7433a02..35d701094bc0fcecd998f0104589c98bbd508ad6 100644 --- a/MeshLib/MeshQuality/MeshQualityVolume.cpp +++ b/MeshLib/MeshQuality/MeshQualityVolume.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-03 + * \brief Implementation of the MeshQualityVolume class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityVolume.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-03-03 by Thomas Fischer */ #include "MeshQualityVolume.h" diff --git a/MeshLib/MeshQuality/MeshQualityVolume.h b/MeshLib/MeshQuality/MeshQualityVolume.h index 5b3288ec957a38cc63446face328a2f620bddd23..ef7d696caccbb23f2d9a71c5b0c801097ecda7db 100644 --- a/MeshLib/MeshQuality/MeshQualityVolume.h +++ b/MeshLib/MeshQuality/MeshQualityVolume.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date 2011-03-03 + * \brief Definition of the MeshQualityVolume class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MeshQualityVolume.h + * http://www.opengeosys.org/project/license * - * Created on 2011-03-03 by Thomas Fischer */ #ifndef MESHQUALITYVOLUME_H_ diff --git a/MeshLib/MshEditor.cpp b/MeshLib/MshEditor.cpp index 40ac220de5c21ccd12b05497d99131d986dffe6e..8c26f4555c0795545566c139f70ee0749269a9b8 100644 --- a/MeshLib/MshEditor.cpp +++ b/MeshLib/MshEditor.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-06-15 + * \brief Implementation of the MshEditor class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MshEditor.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-06-15 by Karsten Rink */ #include "MshEditor.h" diff --git a/MeshLib/MshEditor.h b/MeshLib/MshEditor.h index 095d326cc6747fece6671b8597bc28e144fddad5..28b4570f61cb80682c57a68b39d7f7bcb2724c10 100644 --- a/MeshLib/MshEditor.h +++ b/MeshLib/MshEditor.h @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Karsten Rink + * \date 2011-06-15 + * \brief Definition of the MshEditor class + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file MshEditor.h + * http://www.opengeosys.org/project/license * - * Created on 2011-06-15 by Karsten Rink */ #ifndef MSHEDITOR_H diff --git a/MeshLib/MshEnums.cpp b/MeshLib/MshEnums.cpp index 84d42cfaa86d9e6db81fa8eabd1cbeaba724b8e6..813e8f76b5fd86a61dc1c882d2eea036b55d3abf 100644 --- a/MeshLib/MshEnums.cpp +++ b/MeshLib/MshEnums.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of mesh-related enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MshEnums.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "MshEnums.h" diff --git a/MeshLib/MshEnums.h b/MeshLib/MshEnums.h index f8979276d7c71c49d5533b854d5fdbbf4fc7cf3c..760f78df01423fd0c1fa4d6b2367c8d2c0940fc1 100644 --- a/MeshLib/MshEnums.h +++ b/MeshLib/MshEnums.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of mesh-related Enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MshEnums.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef MSHENUMS_H diff --git a/MeshLib/Node.cpp b/MeshLib/Node.cpp index c794b31fe3287f525a43d98e4d8b75f06cfb6d59..30df144f9a79053c46371023759d875ee2949181 100644 --- a/MeshLib/Node.cpp +++ b/MeshLib/Node.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Node class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Node.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Node.h" diff --git a/MeshLib/Node.h b/MeshLib/Node.h index f3af0b4f6dca86986390ec54456ebd44946a6df5..4b6921bfd91d698af164ec7e930b1449b2691840 100644 --- a/MeshLib/Node.h +++ b/MeshLib/Node.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Node class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Node.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef NODE_H_ diff --git a/OGS/ProjectData.cpp b/OGS/ProjectData.cpp index 1cbe6b3918f104c4c64568048b4fbb577628b017..2f5bc5f3713f946141d14a0647fa9f42d1e972f5 100644 --- a/OGS/ProjectData.cpp +++ b/OGS/ProjectData.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-08-25 + * \brief Implementation of the project data class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProjectData.cpp - * - * Created on 2010-08-25 by Karsten Rink */ #include "ProjectData.h" diff --git a/OGS/ProjectData.h b/OGS/ProjectData.h index 8480f3fa64a25d93a76cf7b43da21c85c4ae28b3..5d4e5436ac481cccc3976d9092f56e7fb9362ea1 100644 --- a/OGS/ProjectData.h +++ b/OGS/ProjectData.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-08-25 + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProjectData.h - * - * Created on 2010-08-25 by Karsten Rink */ #ifndef PROJECTDATA_H_ diff --git a/Tests/BaseLib/TestFilePathStringManipulation.cpp b/Tests/BaseLib/TestFilePathStringManipulation.cpp index 5f2ff2a77d8a89e0635b37ba3ec62fcd0dc265ce..7eeb523c7fe3d016c919e444dece5670ce540489 100644 --- a/Tests/BaseLib/TestFilePathStringManipulation.cpp +++ b/Tests/BaseLib/TestFilePathStringManipulation.cpp @@ -1,4 +1,10 @@ /** + * \file + * \author + * \date + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or diff --git a/Tests/BaseLib/TestSwap.cpp b/Tests/BaseLib/TestSwap.cpp index eb4be465aff53071cb92c5068499289bf91bbd03..f6a36d732c7530cf1843329cdef8ceef99b7b0a0 100644 --- a/Tests/BaseLib/TestSwap.cpp +++ b/Tests/BaseLib/TestSwap.cpp @@ -1,12 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2010-04-29 + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestSwap.cpp - * - * Created on 2010-04-29 by Lars Bilke */ // ** INCLUDES ** diff --git a/Tests/BaseLib/TestSystemTools.cpp b/Tests/BaseLib/TestSystemTools.cpp index 6361ab11122f3e3cadf837444905eccb5b51508c..bf5f923100cfc54c3b7b3001bcb77549f4d57201 100644 --- a/Tests/BaseLib/TestSystemTools.cpp +++ b/Tests/BaseLib/TestSystemTools.cpp @@ -1,12 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-10-30 + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestSystemTools.cpp - * - * Created on 2012-10-30 by Norihiro Watanabe */ // ** INCLUDES ** diff --git a/Tests/GeoLib/TestAABB.cpp b/Tests/GeoLib/TestAABB.cpp index 85794d725c235824e1674db040e0f40fa323dbe3..894e3582a6598621873fb45bec60520ffc4fb10e 100644 --- a/Tests/GeoLib/TestAABB.cpp +++ b/Tests/GeoLib/TestAABB.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.net) + * \file + * \author Thomas Fischer + * \date Oct 24, 2012 + * \brief Tests of AABB class. + * + * \copyright + * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/LICENSE.txt - * - * \file TestAABB.cpp + * http://www.opengeosys.org/project/license * - * Created on Oct 24, 2012 by Thomas Fischer */ // ** INCLUDES ** diff --git a/Tests/testrunner.cpp b/Tests/testrunner.cpp index 0cd437b1bdb6f06ac1f8395d4afc72062e2d5899..b29e40f012e6aa63b05a75914f31e9627088cd61 100644 --- a/Tests/testrunner.cpp +++ b/Tests/testrunner.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-04-29 + * \brief GTest test executables main function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file testrunner.cpp - * Created on 2012-04-29 by Lars Bilke - * */ // ** INCLUDES **