This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch vtk-format has been updated
via 6629f93070da7d9eea9fa6a7b99e96154d624565 (commit)
via e402de7a1c8b372d768e93fdb76718e73ab48681 (commit)
via 21a5b46f16b712625498aaa2b01a601cdd614990 (commit)
from 57d5538008bc881e674005421f55b85b43a5125e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
6629f93 Add preliminary VTK input for binary images.
e402de7 Add VTK-format meshes.
21a5b46 Add a pre-allocation routine to mln::geom::complex_geometry.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 35 ++
milena/mesh/Makefile.am | 20 +-
milena/mesh/pseudo-manifold.vtk | 188 ++++++++
milena/mesh/tetrahedron.vtk | 48 ++
milena/mln/geom/complex_geometry.hh | 17 +-
milena/mln/io/off/load.hh | 30 +-
milena/mln/io/vtk/all.hh | 3 +-
milena/mln/io/vtk/load.hh | 615 +++++++++++++++++++++++++
milena/tests/io/vtk/Makefile.am | 7 +-
milena/tests/io/{off => vtk}/load_bin.cc | 12 +-
milena/tests/io/{off => vtk}/load_save_bin.cc | 15 +-
11 files changed, 956 insertions(+), 34 deletions(-)
create mode 100644 milena/mesh/pseudo-manifold.vtk
create mode 100644 milena/mesh/tetrahedron.vtk
create mode 100644 milena/mln/io/vtk/load.hh
copy milena/tests/io/{off => vtk}/load_bin.cc (87%)
copy milena/tests/io/{off => vtk}/load_save_bin.cc (80%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform