# # ChangeLog for src/Shapes/unittests/Shape_HomogeneousPointsUnitTest.cpp # # Generated by Trac 1.4.4 # Mar 16, 2025, 11:15:21 PM Thu, 05 Apr 2012 15:57:20 GMT Frederik Heber [c48641] * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/Shape_HomogeneousPointsUnitTest.cpp (modified) FIX: ShapeOps::getHomogenous...() were not working. - replaced ... Wed, 28 Mar 2012 15:17:38 GMT Frederik Heber [5a8d61] * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/BaseShapes_impl.hpp (modified) * src/Shapes/Shape.cpp (modified) * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/Shape_impl.hpp (modified) * src/Shapes/unittests/Makefile.am (modified) * src/Shapes/unittests/Shape_HomogeneousPointsUnitTest.cpp (added) * src/Shapes/unittests/Shape_HomogeneousPointsUnitTest.hpp (added) Added new function to all Shape: getHomogeneousPointsInVolume(). - ...