# # ChangeLog for src/Filling # # Generated by Trac 1.4.4 # Jan 4, 2025, 1:03:02 PM Fri, 06 Apr 2012 11:44:50 GMT Frederik Heber [42b6de] * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Actions/FillAction/FillRegularGridAction.def (modified) * src/Actions/FillAction/FillSphericalSurfaceAction.cpp (modified) * src/Actions/FillAction/FillSphericalSurfaceAction.def (modified) * src/Filling/Filler.cpp (modified) * src/Filling/Filler.hpp (modified) * src/Filling/unittests/FillerUnitTest.cpp (modified) Filler::operator() has param vector of Cluster's that is filled with ... Fri, 06 Apr 2012 11:44:09 GMT Frederik Heber [93eae36] * src/Filling/Inserter/SurfaceInserter.cpp (added) * src/Filling/Inserter/SurfaceInserter.hpp (added) * src/Filling/Makefile.am (modified) Added new Inserter working on surfaces of Sphere's. - We also align ... Fri, 06 Apr 2012 11:44:09 GMT Frederik Heber [f4cfb6] * src/Filling/Makefile.am (modified) * src/Filling/Mesh/MeshAdaptor.hpp (added) Mesh adaptor to reuse sphere-shape for new filler action. Thu, 05 Apr 2012 15:57:16 GMT Frederik Heber [b3d687] * src/Atom/AtomicInfo.cpp (modified) * src/Atom/CopyAtoms/CopyAtoms_withBonds.cpp (modified) * src/Filling/Filler.cpp (modified) FIX: Filler::operator() did not create a molecule for each cloned ... Mon, 02 Apr 2012 08:37:59 GMT Frederik Heber [7256a2] * src/Filling/Makefile.am (modified) * src/LinkedCell/Makefile.am (modified) * src/Shapes/Makefile.am (modified) DISTFIX: Forgot to include various header files in Makefile.am's. - ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [48ab414] * src/Filling/Inserter/RandomInserter.cpp (added) * src/Filling/Inserter/RandomInserter.hpp (added) * src/Filling/Makefile.am (modified) Implemented working RandomInserter. - we copy&paste most of the ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [4fbc4eb] * src/Filling/Filler.cpp (modified) FIX: Filler::operator() now shifts filler cluster out of domain ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [e32fa6] * src/Filling/Filler.cpp (modified) * src/Filling/Inserter/Inserter.cpp (modified) * src/Filling/Inserter/Inserter.hpp (modified) * src/Filling/Inserter/InserterBase.hpp (modified) * src/Filling/Inserter/SimpleInserter.cpp (modified) * src/Filling/Inserter/SimpleInserter.hpp (modified) Modified Filler:operator() such that Inserters only modify position, ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [68abe5] * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Filling/Filler.cpp (modified) * src/Filling/Filler.hpp (modified) * src/Filling/Inserter/Inserter.cpp (modified) * src/Filling/Inserter/Inserter.hpp (modified) * src/Filling/Inserter/InserterBase.hpp (modified) * src/Filling/Inserter/SimpleInserter.cpp (modified) * src/Filling/Inserter/SimpleInserter.hpp (modified) Made Inserter::operator(), Filler::operator() return bool, used by ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [f61f61] * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Filling/Inserter/Inserter.cpp (added) * src/Filling/Inserter/Inserter.hpp (modified) * src/Filling/Inserter/InserterBase.hpp (added) * src/Filling/Inserter/SimpleInserter.hpp (modified) * src/Filling/Makefile.am (modified) * src/Filling/unittests/FillerUnitTest.cpp (modified) Refactored implementation of Inserter into pimpl pattern. - this is ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [901d87] * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Filling/Filler.cpp (modified) * src/Filling/Filler.hpp (modified) * src/Filling/Inserter/Inserter.hpp (added) * src/Filling/Inserter/SimpleInserter.cpp (added) * src/Filling/Inserter/SimpleInserter.hpp (added) * src/Filling/Makefile.am (modified) * src/Filling/unittests/FillerUnitTest.cpp (modified) * src/Filling/unittests/FillerUnitTest.hpp (modified) Refactored insertion of cluster into Inserter class. - this is to ... Fri, 30 Mar 2012 09:18:26 GMT Frederik Heber [595cfd] * src/Filling/Generators/NodeGenerator.cpp (added) * src/Filling/Generators/NodeGenerator.hpp (added) * src/Filling/Makefile.am (modified) Added NodeGenerator. Fri, 30 Mar 2012 09:18:25 GMT Frederik Heber [5a4cbc] * src/Actions/FillAction/FillRegularGridAction.cpp (modified) * src/Filling/Filler.cpp (modified) * src/Filling/Predicates/IsVoidNode_FillPredicate.cpp (modified) * src/IdPool_impl.hpp (modified) * src/Tesselation/boundary.cpp (modified) VERBOSITY: Increased verbosity threshold of some outputs connected to ... Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [d505a3] * src/Filling/Filler.cpp (added) * src/Filling/Filler.hpp (added) * src/Filling/Makefile.am (modified) * src/Filling/unittests/FillerUnitTest.cpp (added) * src/Filling/unittests/FillerUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added Filler as general method of filling a Shape. - ... Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [5d81e5] * src/Filling/Makefile.am (modified) * src/Filling/Mesh/CubeMesh.cpp (added) * src/Filling/Mesh/CubeMesh.hpp (added) Added CubeMesh derived from Mesh. - contains a count and a offset ... Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [dd3f4f] * src/Filling/Makefile.am (modified) * src/Filling/Mesh/Mesh.cpp (added) * src/Filling/Mesh/Mesh.hpp (added) Added class Mesh for containing a set of Shape-filling Vectors. Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [8f6e2a] * src/Filling/Cluster.cpp (added) * src/Filling/Cluster.hpp (added) * src/Filling/Makefile.am (modified) * src/Filling/unittests/ClusterUnitTest.cpp (added) * src/Filling/unittests/ClusterUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) * src/LinkedCell/unittests/Makefile.am (modified) * src/unittests/stubs/AtomStub.cpp (moved) * src/unittests/stubs/WorldStub.cpp (moved) Added new class Cluster as atomIdset with a Shape. - inherits ... Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [9e5a306] * src/Filling/ClusterInterface.hpp (added) Added ClusterInterface. - this is preparatory for using a Cluster ... Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [7adddc] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsInsideSurface_FillPredicate.cpp (added) * src/Filling/Predicates/IsInsideSurface_FillPredicate.hpp (added) * src/Filling/unittests/IsInsideSurface_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsInsideSurface_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added IsInsideSurface_FillPredicate - added unit test. Fri, 30 Mar 2012 09:16:32 GMT Frederik Heber [83fd7d] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/Ops_FillPredicate.cpp (added) * src/Filling/Predicates/Ops_FillPredicate.hpp (added) * src/Filling/Predicates/Ops_FillPredicate_impl.hpp (added) * src/Filling/unittests/Makefile.am (modified) * src/Filling/unittests/Ops_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/Ops_FillPredicateUnitTest.hpp (added) Added Ops_FillPredicate. - added unit test. Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [baac79] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsVoidNode_FillPredicate.cpp (added) * src/Filling/Predicates/IsVoidNode_FillPredicate.hpp (added) * src/Filling/unittests/IsVoidNode_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsVoidNode_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added IsVoidNode_FillPredicate. - added unit test. - added ... Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [6499b1] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsInsideDomain_FillPredicate.cpp (added) * src/Filling/Predicates/IsInsideDomain_FillPredicate.hpp (added) * src/Filling/unittests/IsInsideDomain_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsInsideDomain_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (modified) Added IsInsideDomain_FillPredicate. - added unit test. Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [600a52] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/IsValidInDomain_FillPredicate.cpp (added) * src/Filling/Predicates/IsValidInDomain_FillPredicate.hpp (added) * src/Filling/unittests/IsValidInDomain_FillPredicateUnitTest.cpp (added) * src/Filling/unittests/IsValidInDomain_FillPredicateUnitTest.hpp (added) * src/Filling/unittests/Makefile.am (added) * src/unittests/Makefile.am (modified) Added IsInDomain_FillPredicate. - added unit test. Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [b00ab1] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/AnyFillPredicate.cpp (added) * src/Filling/Predicates/AnyFillPredicate.hpp (added) AnyFillPredicate takes a specific boost::function as predicate. - ... Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [9c2cb3] * src/Filling/Makefile.am (modified) * src/Filling/Predicates/FillPredicate.cpp (added) * src/Filling/Predicates/FillPredicate.hpp (added) * src/Filling/Predicates/FillPredicateBase.hpp (added) * src/Filling/Predicates/FillPredicate_impl.hpp (added) FillPredicate is working base class, where FillPredicateBase.hpp is ... Fri, 30 Mar 2012 09:16:31 GMT Frederik Heber [0d57cbe] * src/Filling/Makefile.am (added) * src/Filling/NodeTypes.hpp (added) * src/Makefile.am (modified) Added Node and NodeSet for a position and a vector of Positions.