#
# ChangeLog for src/Filling/Makefile.am
#
# Generated by Trac 1.4.4
# Mar 23, 2025, 7:20:08 AM

Tue, 16 Apr 2013 06:30:39 GMT Frederik Heber <heber@…> [214240]
	* src/Actions/Makefile.am (modified)
	* src/Analysis/Makefile.am (modified)
	* src/Atom/Makefile.am (modified)
	* src/Element/Makefile.am (modified)
	* src/Filling/Makefile.am (modified)
	* src/Fragmentation/Automation/Makefile.am (modified)
	* src/Fragmentation/Makefile.am (modified)
	* src/Fragmentation/Summation/Containers/Makefile.am (modified)
	* src/Fragmentation/Summation/Converter/Makefile.am (modified)
	* src/Fragmentation/Summation/Makefile.am (modified)
	* src/Fragmentation/Summation/SetValues/Makefile.am (modified)
	* src/FunctionApproximation/Makefile.am (modified)
	* src/Graph/Makefile.am (modified)
	* src/Helpers/Makefile.am (modified)
	* src/LinkedCell/Makefile.am (modified)
	* src/Parameters/Makefile.am (modified)
	* src/Parser/Makefile.am (modified)
	* src/Potentials/Makefile.am (modified)
	* src/RandomNumbers/Makefile.am (modified)
	* src/Shapes/Makefile.am (modified)
	* src/UIElements/Makefile.am (modified)

	FIX: Most of the includedirs were wrongly set.

	- each just needs to ...


Fri, 14 Dec 2012 17:39:30 GMT Frederik Heber <heber@…> [35ec9c]
	* src/Filling/ClusterInterface.cpp (added)
	* src/Filling/ClusterInterface.hpp (modified)
	* src/Filling/Makefile.am (modified)

	Added output operator to ClusterInterface.


Fri, 06 Apr 2012 11:44:09 GMT Frederik Heber <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 <heber@…> [f4cfb6]
	* src/Filling/Makefile.am (modified)
	* src/Filling/Mesh/MeshAdaptor.hpp (added)

	Mesh adaptor to reuse sphere-shape for new filler action.


Mon, 02 Apr 2012 08:37:59 GMT Frederik Heber <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 <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 <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 <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 <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:16:32 GMT Frederik Heber <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 <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 <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 <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 <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 <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 <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 <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 <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 <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 <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 <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.