# # ChangeLog for src/Filling/Mesh # # Generated by Trac 1.6 # May 25, 2025, 4:56:38 PM Wed, 13 Jun 2012 17:39:02 GMT Frederik Heber [2382d7] * src/Actions/FillAction/FillRegularGridAction.def (modified) * src/Filling/Mesh/CubeMesh.cpp (modified) * src/Filling/Mesh/CubeMesh.hpp (modified) * tests/regression/Filling/RegularGrid/testsuite-molecules-fill-regular-grid-with-surface.at (modified) * tests/regression/Filling/RegularGrid/testsuite-molecules-fill-regular-grid.at (modified) FillRegularGrid now uses std::vector instead of Vector. ... 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. 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.