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/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/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/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 48ceabd2bc8482bb4570b9890044c807a440da12..0eea1f4e253936cb2a49c58327761f3d92e7ad9a 100644 --- a/FileIO/GMSInterface.cpp +++ b/FileIO/GMSInterface.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, 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 - * - * \file GMSInterface.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-06-08 by Karsten Rink */ #include <fstream> diff --git a/FileIO/Gmsh2GeoIO.cpp b/FileIO/Gmsh2GeoIO.cpp index cf6af009fa857ade8301b2fda7c461b97520c95f..8ad55a3a4346618b2d1c2ebbf770daa8c87afdb8 100644 --- a/FileIO/Gmsh2GeoIO.cpp +++ b/FileIO/Gmsh2GeoIO.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, 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 - * - * \file Gmsh2GeoIO.cpp + * http://www.opengeosys.org/project/license * - * Created on 2011-08-18 by Thomas Fischer */ #include <fstream> diff --git a/FileIO/Legacy/OGSIOVer4.cpp b/FileIO/Legacy/OGSIOVer4.cpp index d8b8095bc89274cc052f3917b18378522ecfa08c..a0f16075ce4bd932d614dcd40a26028b341e06a5 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 72a2e50c67abf9aa154ed53fba684a3a5597d8cc..d19a73754556abd64275ab543ee1909172569e9d 100644 --- a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.cpp +++ b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.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 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.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-03-05 by Thomas Fischer */ #include <list> diff --git a/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h b/FileIO/MeshIO/GMSHAdaptiveMeshDensity.h index 8c62eec20153d59f6fcc3bf9badfd45529524fa0..05092b7f6b41ffb2969322930be7261d0109f79a 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 66053345474aca57fe1201f6af905354c99d8426..8938ba3d49c407cbfe3eb97ac5401642dbcee990 100644 --- a/FileIO/MeshIO/GMSHInterface.cpp +++ b/FileIO/MeshIO/GMSHInterface.cpp @@ -1,12 +1,15 @@ /** - * Copyright (c) 2012, 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 - * - * \file GMSHInterface.cpp + * http://www.opengeosys.org/project/license * - * Created on 2010-04-29 by Thomas Fischer */ #include <fstream> 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/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/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/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/RapidXmlIO/BoostVtuInterface.cpp b/FileIO/RapidXmlIO/BoostVtuInterface.cpp index 182140490934b4eb54748d070bbe94f6acb232e3..fb2ede317ac91256b5769f120f5dc1485552ff6d 100644 --- a/FileIO/RapidXmlIO/BoostVtuInterface.cpp +++ b/FileIO/RapidXmlIO/BoostVtuInterface.cpp @@ -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.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-12-05 by Karsten Rink */ #include "BoostVtuInterface.h" @@ -58,7 +61,7 @@ MeshLib::Mesh* BoostVtuInterface::readVTUFile(const std::string &file_name) using boost::property_tree::ptree; ptree doc; read_xml(in, doc); - + if (isVTKUnstructuredGrid(doc)) { ptree const& root_node = doc.get_child("VTKFile"); @@ -81,13 +84,13 @@ MeshLib::Mesh* BoostVtuInterface::readVTUFile(const std::string &file_name) OptionalPtree const& piece_node = root_node.get_child_optional("UnstructuredGrid.Piece"); if (piece_node) { - + const unsigned nNodes = static_cast<unsigned>(piece_node->get("<xmlattr>.NumberOfPoints", 0)); const unsigned nElems = static_cast<unsigned>(piece_node->get("<xmlattr>.NumberOfCells", 0)); if ((nNodes == 0) || (nElems == 0)) { - std::cout << "BoostVtuInterface::readVTUFile() - Number of nodes is " << nNodes + std::cout << "BoostVtuInterface::readVTUFile() - Number of nodes is " << nNodes << ", number of elements is " << nElems << "." << std::endl; return nullptr; } @@ -97,7 +100,7 @@ MeshLib::Mesh* BoostVtuInterface::readVTUFile(const std::string &file_name) std::vector<unsigned> mat_ids(nElems, 0); std::vector<unsigned> cell_types(nElems); - BOOST_FOREACH( ptree::value_type const& grid_piece, *piece_node ) + BOOST_FOREACH( ptree::value_type const& grid_piece, *piece_node ) { if (grid_piece.first == "CellData") { @@ -106,7 +109,7 @@ MeshLib::Mesh* BoostVtuInterface::readVTUFile(const std::string &file_name) { optional<std::string> const& format = getXmlAttribute("format", *cell_data_node); std::stringstream iss (cell_data_node->data());//v.second.get<std::string>("DataArray")); - if (format) + if (format) { if (*format == "ascii") for(unsigned i=0; i<nElems; i++) @@ -120,7 +123,7 @@ MeshLib::Mesh* BoostVtuInterface::readVTUFile(const std::string &file_name) else std::cerr << "MaterialIDs not found, setting every cell to 0." << std::endl; } - + if (grid_piece.first == "Points") { // This node may or may not have an attribute "Name" with the value "Points". @@ -386,7 +389,7 @@ int BoostVtuInterface::write(std::ostream& stream) const std::string data_array_close("\t\t\t\t"); const std::string data_array_indent("\t\t\t\t "); - using boost::property_tree::ptree; + using boost::property_tree::ptree; ptree doc; ptree &root_node = doc.put("VTKFile", ""); 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 2a40564f5b17fb1031ca4b36e7227bd3e3077d74..ba82653537ed54a433c2e83fc89708566731c76b 100644 --- a/FileIO/RapidXmlIO/zLibDataCompressor.cpp +++ b/FileIO/RapidXmlIO/zLibDataCompressor.cpp @@ -1,13 +1,15 @@ /** - * Copyright (c) 2012, 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 - * - * \file zLibDataCompressor.cpp + * http://www.opengeosys.org/project/license * - * Created on 2012-11-26 by Karsten Rink - * Based on the vtkZLibDataCompressor-class in VTK 5.6 */ #include "zLibDataCompressor.h" @@ -55,7 +57,7 @@ unsigned long zLibDataCompressor::UncompressBuffer(const unsigned char* compress // Make sure the output size matched that expected. if(decSize != uncompressedSize) { - std::cout << "Decompression produced incorrect size. Expected " + std::cout << "Decompression produced incorrect size. Expected " << uncompressedSize << " and got " << decSize << std::endl; return 0; } diff --git a/FileIO/RapidXmlIO/zLibDataCompressor.h b/FileIO/RapidXmlIO/zLibDataCompressor.h index 181d2f69bfc82be2c212dca6adeaaacb0a53454a..d52f03dab46a50a10130af73664a8993f2122378 100644 --- a/FileIO/RapidXmlIO/zLibDataCompressor.h +++ b/FileIO/RapidXmlIO/zLibDataCompressor.h @@ -1,13 +1,16 @@ /** - * Copyright (c) 2012, 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 - * - * \file zLibDataCompressor.h + * http://www.opengeosys.org/project/license * - * Created on 2012-11-26 by Karsten Rink - * Based on the vtkZLibDataCompressor-class in VTK 5.6 */ #ifndef ZLIBDATACOMPRESSOR_H 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/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/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/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/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/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/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.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/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/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/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 **