Changes in / [b8d15ba:13e3c3]
- Location:
- src
- Files:
-
- 252 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ActionHistory.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ActionRegistry.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ActionSequence.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AnalysisAction/MolecularVolumeAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AnalysisAction/MolecularVolumeAction.hpp
rb8d15ba r13e3c3 8 8 #ifndef MOLECULARVOLUMEACTION_HPP_ 9 9 #define MOLECULARVOLUMEACTION_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include "Actions/Action.hpp" -
src/Actions/AnalysisAction/PairCorrelationAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AnalysisAction/PairCorrelationAction.hpp
rb8d15ba r13e3c3 8 8 #ifndef PAIRCORRELATIONACTION_HPP_ 9 9 #define PAIRCORRELATIONACTION_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include "Actions/Action.hpp" -
src/Actions/AnalysisAction/PointCorrelationAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AnalysisAction/PointCorrelationAction.hpp
rb8d15ba r13e3c3 8 8 #ifndef POINTCORRELATIONACTION_HPP_ 9 9 #define POINTCORRELATIONACTION_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include "Actions/Action.hpp" -
src/Actions/AnalysisAction/PrincipalAxisSystemAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AtomAction/AddAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AtomAction/ChangeElementAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AtomAction/RemoveAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AtomAction/RotateAroundOriginByAngleAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/AtomAction/TranslateAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/CmdAction/BondLengthTableAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/CmdAction/ElementDbAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/CmdAction/FastParsingAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/CmdAction/HelpAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/CmdAction/VerboseAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/CmdAction/VersionAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ErrorAction.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/FragmentationAction/DepthFirstSearchAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/FragmentationAction/FragmentationAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/FragmentationAction/SubgraphDissectionAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MakroAction.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ManipulateAtomsProcess.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MapOfActions.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MethodAction.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/BondFileAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/ChangeNameAction.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/FillWithMoleculeAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/SaveAdjacencyAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/SaveBondsAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/SaveTemperatureAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/SuspendInWaterAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/MoleculeAction/VerletIntegrationAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ParserAction/LoadXyzAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ParserAction/SaveXyzAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/Process.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/AllAtomsAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/AllAtomsInsideCuboidAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/AllAtomsInsideSphereAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/AllAtomsOfMoleculeAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/AllMoleculesAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/AtomByIdAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/ClearAllAtomsAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/ClearAllMoleculesAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/MoleculeByIdAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/MoleculeOfAtomAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotAllAtomsAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotAllAtomsInsideCuboidAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotAllAtomsInsideSphereAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotAllAtomsOfMoleculeAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotAllMoleculesAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotAtomByIdAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotMoleculeByIdAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/SelectionAction/NotMoleculeOfAtomAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/TesselationAction/ConvexEnvelopeAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/ValueStorage.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 8 14 9 15 #include "ValueStorage.hpp" -
src/Actions/WorldAction/AddEmptyBoundaryAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/BoundInBoxAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/CenterInBoxAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/CenterOnEdgeAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/ChangeBoxAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/InputAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/OutputAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/RepeatBoxAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/ScaleBoxAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/SetDefaultNameAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/SetGaussianBasisAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Actions/WorldAction/SetOutputFormatsAction.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/BoundaryLineSet.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "BoundaryLineSet.hpp" -
src/BoundaryMaps.hpp
rb8d15ba r13e3c3 22 22 typedef std::map <int, int> IndexToIndex; 23 23 24 // ============= TesselPoint maps ======================== // 25 typedef std::pair < double, class TesselPoint * > TesselPointDistancePair; 26 typedef std::multimap < double, class TesselPoint * > TesselPointDistanceMap; 27 typedef std::pair < TesselPointDistanceMap::iterator, bool > TesselPointDistanceTestPair; 28 29 typedef std::list <TesselPoint *> TesselPointList; 30 typedef std::set <TesselPoint *> TesselPointSet; 31 32 typedef std::list<std::list <TesselPoint *> *> ListOfTesselPointList; 33 34 // ============= BoundaryPointSet maps ======================== // 24 35 typedef std::map < int, class BoundaryPointSet * > PointMap; 25 36 typedef std::set < class BoundaryPointSet * > PointSet; … … 28 39 typedef std::pair < PointMap::iterator, bool > PointTestPair; 29 40 30 typedef std:: list <class CandidateForTesselation *> CandidateList;31 typedef std:: map <class BoundaryLineSet *, class CandidateForTesselation *> CandidateMap;41 typedef std::multimap <double, class BoundaryPointSet * > DistanceToPointMap; 42 typedef std::pair <double, class BoundaryPointSet * > DistanceToPointPair; 32 43 44 // ============= BoundaryLineSet maps ======================== // 33 45 typedef std::multimap < int, class BoundaryLineSet * > LineMap; 34 46 typedef std::set < class BoundaryLineSet * > LineSet; … … 37 49 typedef std::pair < LineMap::iterator, bool > LineTestPair; 38 50 51 // ============= BoundaryTriangleSet maps ======================== // 39 52 typedef std::map < int, class BoundaryTriangleSet * > TriangleMap; 40 53 typedef std::set < class BoundaryTriangleSet * > TriangleSet; … … 43 56 typedef std::pair < TriangleMap::iterator, bool > TriangleTestPair; 44 57 58 // ============= BoundaryPolygonSet maps ======================== // 45 59 typedef std::map < int, class BoundaryPolygonSet * > PolygonMap; 46 60 typedef std::set < class BoundaryPolygonSet * > PolygonSet; 47 61 typedef std::list < class BoundaryPolygonSet * > PolygonList; 48 62 49 typedef std::multimap <double, class BoundaryPointSet * > DistanceToPointMap; 50 typedef std::pair <double, class BoundaryPointSet * > DistanceToPointPair; 63 // ============= CandidateForTesselation maps ======================== // 64 typedef std::list <class CandidateForTesselation *> CandidateList; 65 typedef std::map <class BoundaryLineSet *, class CandidateForTesselation *> CandidateMap; 66 67 // ============= Various maps ======================== // 68 typedef std::map <double, TesselPointDistancePair > Boundaries; 69 typedef std::pair<double, TesselPointDistancePair > BoundariesPair; 70 typedef std::pair< Boundaries::iterator, bool> BoundariesTestPair; 51 71 52 72 typedef std::multimap <double, std::pair < PointMap::iterator, PointMap::iterator> > DistanceMultiMap; 53 73 typedef std::pair <double, std::pair < PointMap::iterator, PointMap::iterator> > DistanceMultiMapPair; 54 55 typedef std::list <TesselPoint *> TesselPointList;56 typedef std::set <TesselPoint *> TesselPointSet;57 58 typedef std::list<std::list <TesselPoint *> *> ListOfTesselPointList;59 74 60 75 enum centers {Opt, OtherOpt}; -
src/BoundaryPointSet.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "BoundaryPointSet.hpp" -
src/BoundaryPolygonSet.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "BoundaryPolygonSet.hpp" -
src/BoundaryTriangleSet.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "BoundaryTriangleSet.hpp" -
src/Box.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 //#include "Helpers/MemDebug.hpp" 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 9 14 10 15 #include "Box.hpp" -
src/CandidateForTesselation.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "CandidateForTesselation.hpp" -
src/CommandLineParser.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/ConfigFileBuffer.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "ConfigFileBuffer.hpp" -
src/Descriptors/AtomDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Descriptors/AtomIdDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Descriptors/AtomSelectionDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "Descriptors/AtomSelectionDescriptor.hpp" -
src/Descriptors/AtomShapeDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Descriptors/AtomTypeDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Descriptors/MoleculeDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Descriptors/MoleculeFormulaDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "MoleculeFormulaDescriptor.hpp" -
src/Descriptors/MoleculeIdDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Descriptors/MoleculeNameDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "MoleculeNameDescriptor.hpp" -
src/Descriptors/MoleculePtrDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Descriptors/MoleculeSelectionDescriptor.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "Descriptors/MoleculeSelectionDescriptor.hpp" -
src/Exceptions/CustomException.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Exceptions/IllegalTypeException.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "IllegalTypeException.hpp" -
src/Exceptions/LinearDependenceException.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Exceptions/MathException.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Exceptions/MissingValueException.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "MissingValueException.hpp" -
src/Exceptions/NotInvertibleException.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "NotInvertibleException.hpp" -
src/Exceptions/ParseError.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "ParseError.hpp" -
src/Exceptions/SkewException.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Exceptions/ZeroVectorException.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Formula.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "Formula.hpp" -
src/Helpers/Assert.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "Helpers/Assert.hpp" -
src/Helpers/Info.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Helpers/Log.cpp
rb8d15ba r13e3c3 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Helpers/Makefile.am
rb8d15ba r13e3c3 72 72 echo "" > unity.cpp; \ 73 73 list='$(HELPERSSOURCE)'; for file in $$list; do \ 74 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \ 74 if [ "$$file" != "MemDebug.cpp" ]; then \ 75 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \ 76 fi; \ 75 77 done; 76 78 -
src/Helpers/MemDebug.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 // NDEBUG implies NO_MEMDEBUG -
src/Helpers/Verbose.cpp
rb8d15ba r13e3c3 1 using namespace std; 1 /** \file Verbose.cpp 2 * 3 * Function implementations for the class Verbose. 4 * 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 2 11 3 12 #include "Helpers/MemDebug.hpp" … … 6 15 #include "Helpers/Verbose.hpp" 7 16 #include <iostream> 17 18 using namespace std; 8 19 9 20 /** Prints the tabs according to verbosity stored in the temporary constructed class. -
src/Helpers/errorlogger.cpp
rb8d15ba r13e3c3 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Helpers/helpers.cpp
rb8d15ba r13e3c3 3 3 * Implementation of some auxiliary functions for memory dis-/allocation and so on 4 4 */ 5 6 // include config.h 7 #ifdef HAVE_CONFIG_H 8 #include <config.h> 9 #endif 5 10 6 11 #include "Helpers/MemDebug.hpp" -
src/Helpers/logger.cpp
rb8d15ba r13e3c3 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/Line.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/Matrix.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "LinearAlgebra/Matrix.hpp" -
src/LinearAlgebra/Plane.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/Space.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/Vector.cpp
rb8d15ba r13e3c3 4 4 * 5 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 6 11 7 12 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/VectorInterface.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "VectorInterface.hpp" -
src/LinearAlgebra/gslmatrix.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/gslvector.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/linearsystemofequations.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/LinearAlgebra/vector_ops.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Makefile.am
rb8d15ba r13e3c3 379 379 380 380 unity.cpp: ${MOLECUILDERSOURCE} ${MOLECUILDERHEADER} 381 echo " " > unity.cpp; \381 echo "#include \"$(srcdir)/Helpers/MemDebug.cpp\"" > unity.cpp; \ 382 382 list='$(MOLECUILDERSOURCE)'; for file in $$list; do \ 383 383 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \ 384 384 done; \ 385 385 subdirs='$(SUBDIRS)';for directory in $$subdirs; do\ -
src/Parser/ChangeTracker.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "Helpers/MemDebug.hpp" 14 9 15 #include "Parser/ChangeTracker.hpp" 10 16 #include "Patterns/Singleton_impl.hpp" -
src/Parser/FormatParser.cpp
rb8d15ba r13e3c3 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Parser/FormatParserStorage.cpp
rb8d15ba r13e3c3 5 5 * 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include <iostream> -
src/Parser/MpqcParser.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "MpqcParser.hpp" -
src/Parser/PcpParser.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include <iostream> -
src/Parser/TremoloParser.cpp
rb8d15ba r13e3c3 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Parser/XyzParser.cpp
rb8d15ba r13e3c3 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/Patterns/Observer.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "Helpers/MemDebug.hpp" 9 14 10 15 #include "Observer.hpp" 11 12 16 13 17 #include <iostream> -
src/PointCloud.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "PointCloud.hpp" -
src/Shapes/BaseShapes.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 #include "Helpers/Assert.hpp" 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 14 9 15 #include "Shapes/BaseShapes.hpp" 10 16 #include "Shapes/BaseShapes_impl.hpp" … … 12 18 #include <cmath> 13 19 20 #include "Helpers/Assert.hpp" 14 21 #include "LinearAlgebra/Vector.hpp" 15 22 -
src/Shapes/Shape.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "Shape.hpp" -
src/Shapes/ShapeOps.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "Shapes/ShapeOps.hpp" -
src/TesselPoint.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "TesselPoint.hpp" -
src/ThermoStatContainer.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include <cstring> -
src/UIElements/CommandLineUI/CommandLineDialog.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/CommandLineUI/CommandLineStatusIndicator.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/CommandLineUI/CommandLineUIFactory.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/CommandLineUI/CommandLineWindow.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Dialog.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/MainWindow.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Menu/ActionMenuItem.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Menu/DisplayMenuItem.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Menu/Menu.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Menu/MenuItem.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Menu/QT4/QTMenu.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "Menu/QT4/QTMenu.hpp" 9 14 10 15 #include <Qt/qaction.h> 16 17 #include "Helpers/MemDebug.hpp" 18 11 19 #include "Menu/MenuItem.hpp" 12 20 -
src/UIElements/Menu/SeperatorItem.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Menu/SubMenuItem.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Menu/TextMenu.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/QT4/QTDialog.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "UIElements/QT4/QTDialog.hpp" -
src/UIElements/QT4/QTMainWindow.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "QTMainWindow.hpp" … … 19 24 #include<boost/bind.hpp> 20 25 26 #include "Helpers/MemDebug.hpp" 27 21 28 #include "atom.hpp" 22 29 #include "molecule.hpp" … … 32 39 #include "Views/QT4/QTMoleculeView.hpp" 33 40 #include "Views/QT4/QTStatusBar.hpp" 34 #include "Helpers/MemDebug.hpp"35 36 41 37 42 using namespace std; -
src/UIElements/QT4/QTUIFactory.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include <iostream> 9 14 #include <cassert> 10 15 11 using namespace std; 16 #include <qapplication.h> 12 17 13 #include <qapplication.h>14 18 15 19 #include "UIElements/QT4/QTUIFactory.hpp" 16 20 #include "UIElements/QT4/QTMainWindow.hpp" 17 21 #include "UIElements/QT4/QTDialog.hpp" 22 23 #include "Helpers/MemDebug.hpp" 24 18 25 #include "version.h" 19 26 #include "defs.hpp" 20 #include "Helpers/MemDebug.hpp" 27 28 using namespace std; 21 29 22 30 QTUIFactory::QTUIFactory() : -
src/UIElements/TextUI/TextDialog.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/TextUI/TextStatusIndicator.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/TextUI/TextUIFactory.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "UIElements/TextUI/TextUIFactory.hpp" -
src/UIElements/TextUI/TextWindow.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/UIFactory.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Views/MethodStringView.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Views/QT4/GLMoleculeView.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "GLMoleculeView.hpp" 14 15 #include "Helpers/MemDebug.hpp" 9 16 10 17 GLMoleculeView::GLMoleculeView(QWidget *parent) : -
src/UIElements/Views/QT4/QTMoleculeView.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "Views/QT4/QTMoleculeView.hpp" 9 14 10 15 #include <iostream> 16 17 #include "Helpers/MemDebug.hpp" 18 11 19 #include "molecule.hpp" 12 13 20 14 21 using namespace std; -
src/UIElements/Views/QT4/QTStatusBar.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include <sstream> … … 13 18 14 19 #include "QTStatusBar.hpp" 20 21 #include "Helpers/MemDebug.hpp" 22 15 23 #include "World.hpp" 16 24 #include "Helpers/helpers.hpp" -
src/UIElements/Views/QT4/QTWorldView.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "Views/QT4/QTWorldView.hpp" 9 14 10 15 #include <iostream> 11 16 17 #include "Helpers/MemDebug.hpp" 18 12 19 #include "atom.hpp" 20 #include "Formula.hpp" 13 21 #include "molecule.hpp" 14 22 … … 20 28 // these attributes are skiped so far 21 29 const int QTWorldView::COLUMNCOUNT = COLUMNTYPES_MAX; 22 const char *QTWorldView::COLUMNNAMES[QTWorldView::COLUMNCOUNT]={"Name","Atoms" /*,"Formula"*//*,"Size"*/};30 const char *QTWorldView::COLUMNNAMES[QTWorldView::COLUMNCOUNT]={"Name","Atoms","Formula"/*,"Size"*/}; 23 31 24 32 QTWorldView::QTWorldView(QWidget * _parent) : … … 61 69 const int index = (*iter)->IndexNr; 62 70 QTableWidgetItem *indexWidget = new QTableWidgetItem(); 63 // there probably is an easier method to convert ints to QStrings... but i didn't find it 64 stringstream idxsstr; 65 idxsstr << index; 66 indexWidget->setText(QString(idxsstr.str().c_str())); 71 indexWidget->setText(QString::number(index)); 67 72 indexWidget->setData(Qt::UserRole,QVariant(index)); 68 73 setVerticalHeaderItem(i,indexWidget); … … 75 80 const int atomCount = (*iter)->getAtomCount(); 76 81 QTableWidgetItem *countWidget= new QTableWidgetItem(); 77 stringstream countsstr; 78 countsstr << atomCount; 79 countWidget->setText(QString(countsstr.str().c_str())); 82 countWidget->setText(QString::number(atomCount)); 80 83 countWidget->setFlags(Qt::ItemIsSelectable | Qt::ItemIsUserCheckable | Qt::ItemIsEnabled); 81 84 setItem(i,ATOMS,countWidget); 85 86 const Formula formula = (*iter)->getFormula(); 87 QTableWidgetItem *formulaWidget= new QTableWidgetItem(); 88 formulaWidget->setText(QString(formula.toString().c_str())); 89 formulaWidget->setFlags(Qt::ItemIsSelectable | Qt::ItemIsUserCheckable | Qt::ItemIsEnabled); 90 setItem(i,ATOMS,formulaWidget); 82 91 83 92 molSelection[i]=nameWidget->isSelected(); -
src/UIElements/Views/QT4/QTWorldView.hpp
rb8d15ba r13e3c3 28 28 29 29 static const int COLUMNCOUNT; 30 enum {NAME,ATOMS, COLUMNTYPES_MAX} COLUMNTYPES;30 enum {NAME,ATOMS,FORMULA,COLUMNTYPES_MAX} COLUMNTYPES; 31 31 static const char *COLUMNNAMES[]; 32 32 -
src/UIElements/Views/StreamStringView.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Views/StringView.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/UIElements/Views/View.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/World.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/analysis_bonds.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/analysis_correlation.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/analyzer.cpp
rb8d15ba r13e3c3 8 8 //============================ INCLUDES =========================== 9 9 10 // include config.h 11 #ifdef HAVE_CONFIG_H 12 #include <config.h> 13 #endif 14 10 15 #include "Helpers/MemDebug.hpp" 11 16 … … 17 22 #include "periodentafel.hpp" 18 23 #include "Helpers/Verbose.hpp" 19 20 // include config.h21 #ifdef HAVE_CONFIG_H22 #include <config.h>23 #endif24 25 24 26 25 //============================== MAIN ============================= -
src/atom.cpp
rb8d15ba r13e3c3 4 4 * 5 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 6 11 7 12 #include "Helpers/MemDebug.hpp" -
src/atom_atominfo.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/atom_bondedparticle.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/atom_bondedparticleinfo.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/atom_graphnode.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/atom_graphnodeinfo.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/atom_particleinfo.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/atom_trajectoryparticle.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/atom_trajectoryparticleinfo.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/bond.cpp
rb8d15ba r13e3c3 4 4 * 5 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 6 11 7 12 #include "Helpers/MemDebug.hpp" -
src/bondgraph.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/boundary.cpp
rb8d15ba r13e3c3 3 3 * Implementations and super-function for envelopes 4 4 */ 5 6 // include config.h 7 #ifdef HAVE_CONFIG_H 8 #include <config.h> 9 #endif 5 10 6 11 #include "Helpers/MemDebug.hpp" … … 193 198 } 194 199 DoLog(1) && (Log() << Verbose(1) << "Inserting " << **iter << ": (r, alpha) = (" << radius << "," << angle << "): " << ProjectedVector << endl); 195 BoundaryTestPair = BoundaryPoints[axis].insert(BoundariesPair(angle, DistancePair (radius, (*iter))));200 BoundaryTestPair = BoundaryPoints[axis].insert(BoundariesPair(angle, TesselPointDistancePair (radius, (*iter)))); 196 201 if (!BoundaryTestPair.second) { // same point exists, check first r, then distance of original vectors to center of gravity 197 202 DoLog(2) && (Log() << Verbose(2) << "Encountered two vectors whose projection onto axis " << axis << " is equal: " << endl); -
src/boundary.hpp
rb8d15ba r13e3c3 1 1 #ifndef BOUNDARY_HPP_ 2 2 #define BOUNDARY_HPP_ 3 4 using namespace std;5 3 6 4 /*********************************************** includes ***********************************/ … … 18 16 19 17 #include "defs.hpp" 18 #include "BoundaryMaps.hpp" 20 19 21 20 /****************************************** forward declarations *****************************/ 22 21 23 class atom;24 22 class BoundaryPointSet; 25 23 class BoundaryLineSet; … … 30 28 class MoleculeListClass; 31 29 class Tesselation; 30 class TesselPoint; 32 31 class Vector; 33 32 … … 38 37 enum { SingleStepWidth=10 }; 39 38 40 typedef std::pair < double, class atom* > DistancePair;41 typedef std::multimap < double, class atom* > DistanceMap;42 typedef std::pair < DistanceMap::iterator, bool> DistanceTestPair;43 44 typedef std::map <double, DistancePair > Boundaries;45 typedef std::pair<double, DistancePair > BoundariesPair;46 typedef std::pair< Boundaries::iterator, bool> BoundariesTestPair;47 48 39 /********************************************** declarations *******************************/ 49 40 … … 52 43 void FindConvexBorder(const molecule* const mol, Boundaries *BoundaryPts, Tesselation *&TesselStruct, const LinkedCell *LCList, const char *filename); 53 44 Vector* FindEmbeddingHole(MoleculeListClass *mols, molecule *srcmol); 54 void FindNextSuitablePoint(class BoundaryTriangleSet *BaseTriangle, class BoundaryLineSet *BaseLine, atom*& OptCandidate, Vector *OptCandidateCenter, double *ShortestAngle, const double RADIUS, LinkedCell *LC);55 45 bool FindNonConvexBorder(const molecule* const mol, Tesselation *&TesselStruct, const LinkedCell *&LC, const double RADIUS, const char *tempbasename); 56 46 Boundaries *GetBoundaryPoints(const molecule *mol, Tesselation *&TesselStruct); -
src/builder.cpp
rb8d15ba r13e3c3 53 53 * 54 54 */ 55 56 // include config.h 57 #ifdef HAVE_CONFIG_H 58 #include <config.h> 59 #endif 55 60 56 61 #include "Helpers/MemDebug.hpp" -
src/config.cpp
rb8d15ba r13e3c3 4 4 * 5 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 6 11 7 12 #include "Helpers/MemDebug.hpp" -
src/datacreator.cpp
rb8d15ba r13e3c3 6 6 7 7 //============================ INCLUDES =========================== 8 9 // include config.h 10 #ifdef HAVE_CONFIG_H 11 #include <config.h> 12 #endif 8 13 9 14 #include "Helpers/MemDebug.hpp" -
src/defs.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 13 #include "Helpers/MemDebug.hpp" 7 14 8 15 #include "defs.hpp" -
src/element.cpp
rb8d15ba r13e3c3 4 4 * 5 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 6 11 7 12 #include "Helpers/MemDebug.hpp" -
src/elements_db.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/ellipsoid.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/graph.cpp
rb8d15ba r13e3c3 4 4 * 5 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 6 11 7 12 #include "Helpers/MemDebug.hpp" -
src/joiner.cpp
rb8d15ba r13e3c3 7 7 8 8 //============================ INCLUDES =========================== 9 10 // include config.h 11 #ifdef HAVE_CONFIG_H 12 #include <config.h> 13 #endif 9 14 10 15 #include "Helpers/MemDebug.hpp" -
src/leastsquaremin.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/linkedcell.cpp
rb8d15ba r13e3c3 4 4 * 5 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 6 11 7 12 #include "Helpers/MemDebug.hpp" … … 23 28 LinkedCell::LinkedCell() : 24 29 LC(NULL), 25 index(-1),26 RADIUS(0.)30 RADIUS(0.), 31 index(-1) 27 32 { 28 33 for(int i=0;i<NDIM;i++) … … 37 42 */ 38 43 LinkedCell::LinkedCell(const PointCloud * const set, const double radius) : 44 LC(NULL), 39 45 RADIUS(radius), 40 LC(NULL),41 46 index(-1) 42 47 { … … 113 118 */ 114 119 LinkedCell::LinkedCell(LinkedNodes *set, const double radius) : 120 LC(NULL), 115 121 RADIUS(radius), 116 LC(NULL),117 122 index(-1) 118 123 { -
src/molecule.cpp
rb8d15ba r13e3c3 5 5 */ 6 6 7 // include config.h 7 8 #ifdef HAVE_CONFIG_H 8 9 #include <config.h> -
src/molecule_dynamics.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/molecule_fragmentation.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/molecule_geometry.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 8 9 #ifdef HAVE_CONFIG_H 9 10 #include <config.h> 10 11 #endif 11 12 13 #include "Helpers/MemDebug.hpp" 14 12 15 #include "Helpers/helpers.hpp" 13 16 #include "Helpers/Log.hpp" 14 #include "Helpers/MemDebug.hpp"15 17 #include "Helpers/Verbose.hpp" 16 18 #include "LinearAlgebra/Line.hpp" -
src/molecule_graph.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 8 9 #ifdef HAVE_CONFIG_H 9 10 #include <config.h> -
src/molecule_pointcloud.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/moleculelist.cpp
rb8d15ba r13e3c3 5 5 */ 6 6 7 // include config.h 7 8 #ifdef HAVE_CONFIG_H 8 9 #include <config.h> … … 44 45 MoleculeListClass::MoleculeListClass(World *_world) : 45 46 Observable("MoleculeListClass"), 46 world(_world),47 MaxIndex(1)47 MaxIndex(1), 48 world(_world) 48 49 {}; 49 50 -
src/parser.cpp
rb8d15ba r13e3c3 7 7 // ======================================= INCLUDES ========================================== 8 8 9 #include "Helpers/MemDebug.hpp"10 11 #include <cstring>12 13 #include "Helpers/helpers.hpp"14 #include "parser.hpp"15 #include "Helpers/Verbose.hpp"16 17 9 // include config.h 18 10 #ifdef HAVE_CONFIG_H 19 11 #include <config.h> 20 12 #endif 13 14 #include "Helpers/MemDebug.hpp" 15 16 #include <cstring> 17 18 #include "Helpers/helpers.hpp" 19 #include "parser.hpp" 20 #include "Helpers/Verbose.hpp" 21 21 22 22 // ======================================= FUNCTIONS ========================================== -
src/periodentafel.cpp
rb8d15ba r13e3c3 5 5 */ 6 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 11 7 12 #include "Helpers/MemDebug.hpp" 8 9 using namespace std;10 13 11 14 #include <iomanip> -
src/tesselation.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/tesselationhelpers.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" -
src/triangleintersectionlist.cpp
rb8d15ba r13e3c3 8 8 * Author: heber 9 9 */ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include "Helpers/MemDebug.hpp" -
src/unittests/ActOnAllUnitTest.cpp
rb8d15ba r13e3c3 5 5 * Author: FrederikHeber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/ActionSequenceTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include <cppunit/CompilerOutputter.h> -
src/unittests/AnalysisCorrelationToPointUnitTest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/AnalysisPairCorrelationUnitTest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/AtomDescriptorTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "AtomDescriptorTest.hpp" -
src/unittests/BoxUnittest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "BoxUnittest.hpp" -
src/unittests/CacheableTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "CacheableTest.hpp" -
src/unittests/CountBondsUnitTest.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 8 12 9 13 using namespace std; -
src/unittests/FormulaUnittest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "FormulaUnittest.hpp" -
src/unittests/LineUnittest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "LineUnittest.hpp" -
src/unittests/LinkedCellUnitTest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/MapofActionsTest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/MatrixUnittest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include <cppunit/CompilerOutputter.h> -
src/unittests/MoleculeDescriptorTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "MoleculeDescriptorTest.hpp" -
src/unittests/ObserverTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "ObserverTest.hpp" -
src/unittests/ParserUnitTest.cpp
rb8d15ba r13e3c3 5 5 * Author: metzler 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "ParserUnitTest.hpp" -
src/unittests/PlaneUnittest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "PlaneUnittest.hpp" -
src/unittests/ShapeUnittest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "ShapeUnittest.hpp" -
src/unittests/SingletonTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "SingletonTest.hpp" -
src/unittests/analysisbondsunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/atomsCalculationTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "atomsCalculationTest.hpp" -
src/unittests/bondgraphunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/gslmatrixsymmetricunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/gslmatrixunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/gslvectorunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/infounittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/linearsystemofequationsunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/listofbondsunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: user 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/logunittest.cpp
rb8d15ba r13e3c3 3 3 */ 4 4 5 6 // include config.h 7 #ifdef HAVE_CONFIG_H 8 #include <config.h> 9 #endif 5 10 6 11 using namespace std; -
src/unittests/manipulateAtomsTest.cpp
rb8d15ba r13e3c3 5 5 * Author: crueger 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "manipulateAtomsTest.hpp" -
src/unittests/memoryallocatorunittest.cpp
rb8d15ba r13e3c3 1 1 /* 2 2 * memoryallocatorunittest.cpp 3 * 3 4 */ 4 5 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 5 11 6 12 using namespace std; -
src/unittests/memoryusageobserverunittest.cpp
rb8d15ba r13e3c3 3 3 */ 4 4 5 6 // include config.h 7 #ifdef HAVE_CONFIG_H 8 #include <config.h> 9 #endif 5 10 6 11 using namespace std; -
src/unittests/periodentafelTest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/stackclassunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/tesselation_boundarytriangleunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/tesselation_insideoutsideunittest.cpp
rb8d15ba r13e3c3 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 using namespace std; -
src/unittests/tesselationunittest.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 8 12 9 13 using namespace std; -
src/unittests/vectorunittest.cpp
rb8d15ba r13e3c3 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 8 12 9 13 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.