#
# ChangeLog for src/LinkedCell/LinkedCell_Model.hpp
#
# Generated by Trac 1.4.4
# Mar 16, 2025, 4:36:55 PM

Wed, 22 Feb 2012 11:28:52 GMT Frederik Heber <heber@…> [cbcda6]
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_View.cpp (modified)

	BUGFIX: LinkedCell_View::getPointsInsideSphere() did not adhere to ...


Mon, 02 Jan 2012 13:34:58 GMT Frederik Heber <heber@…> [c29915]
	* src/LinkedCell/LinkedCell_Model.hpp (modified)

	LinkedCell_Model cstors are now private but LinkedCell_Controller is ...


Mon, 02 Jan 2012 13:34:42 GMT Frederik Heber <heber@…> [8c31865]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_Model_LinkedCellArrayCache.cpp (added)
	* src/LinkedCell/LinkedCell_Model_LinkedCellArrayCache.hpp (added)
	* src/LinkedCell/LinkedCell_Model_changeModel.cpp (modified)
	* src/LinkedCell/LinkedCell_Model_changeModel.hpp (modified)
	* src/LinkedCell/LinkedCell_Model_inline.hpp (modified)
	* src/LinkedCell/Makefile.am (modified)
	* src/LinkedCell/unittests/LinkedCell_ModelUnitTest.cpp (modified)

	Added new class LinkedCellArrayCache that performs the lazy updates ...


Mon, 02 Jan 2012 13:34:42 GMT Frederik Heber <heber@…> [e776dc]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_Model_Update.cpp (added)
	* src/LinkedCell/LinkedCell_Model_Update.hpp (added)
	* src/LinkedCell/LinkedCell_Model_changeModel.cpp (added)
	* src/LinkedCell/LinkedCell_Model_changeModel.hpp (added)
	* src/LinkedCell/Makefile.am (modified)

	Added internal classes Update and changeModel to LinkedCell_Model.
 ...


Mon, 02 Jan 2012 13:34:41 GMT Frederik Heber <heber@…> [db8960]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)

	Shifted functionality of adding, moving, and deleting nodes to ...


Mon, 02 Jan 2012 13:34:29 GMT Frederik Heber <heber@…> [53d894]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_View.cpp (modified)

	Changed LinkedCell_Model::getNeighborhoodBounds() and ...


Mon, 02 Jan 2012 13:34:29 GMT Frederik Heber <heber@…> [c80643]
	* src/LinkedCell/LinkedCell_Controller.cpp (modified)
	* src/LinkedCell/LinkedCell_Controller.hpp (modified)
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/unittests/LinkedCell_ControllerUnitTest.cpp (modified)
	* src/LinkedCell/unittests/LinkedCell_ControllerUnitTest.hpp (modified)

	LinkedCell_Controller::getView() now needs a PointCloud set.

	- this ...


Mon, 02 Jan 2012 13:34:29 GMT Frederik Heber <heber@…> [4459fc]
	* src/LinkedCell/LinkedCell.hpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/LinkedCell_View.cpp (modified)
	* src/LinkedCell/Makefile.am (modified)
	* src/LinkedCell/tripleIndex.cpp (added)
	* src/LinkedCell/tripleIndex.hpp (added)
	* src/LinkedCell/types.hpp (modified)

	Refactored typedef tripleIndex into own structure.

	- we need the ...


Mon, 02 Jan 2012 13:00:05 GMT Frederik Heber <heber@…> [029870]
	* src/LinkedCell/LinkedCell.cpp (modified)
	* src/LinkedCell/LinkedCell.hpp (modified)
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/types.hpp (modified)
	* src/LinkedCell/unittests/LinkedCellUnitTest.cpp (modified)

	FIX: LinkedCell and LinkedCell_Model now store _const_ TesselPoint ...


Mon, 02 Jan 2012 13:00:05 GMT Frederik Heber <heber@…> [402f2c]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)

	LinkedCell_Model now signOn/Off to World and AtomObserver.


Mon, 02 Jan 2012 13:00:05 GMT Frederik Heber <heber@…> [2614e2a]
	* src/LinkedCell/LinkedCell_Model.cpp (modified)
	* src/LinkedCell/LinkedCell_Model.hpp (modified)
	* src/LinkedCell/unittests/stubs/LinkedCell_ModelStub.cpp (modified)

	LinkedCell_Model now inherits Observer.

	- implemented facade for ...


Mon, 02 Jan 2012 13:00:04 GMT Frederik Heber <heber@…> [d82961]
	* src/LinkedCell/LinkedCell_Model.cpp (added)
	* src/LinkedCell/LinkedCell_Model.hpp (added)
	* src/LinkedCell/LinkedCell_Model_inline.hpp (added)
	* src/LinkedCell/unittests/LinkedCell_ModelUnitTest.cpp (added)
	* src/LinkedCell/unittests/LinkedCell_ModelUnitTest.hpp (added)
	* src/LinkedCell/unittests/Makefile.am (modified)

	Added implementation of linked cell model part using LinkedCell.

	- ...