[pubgit-commits-list] bbtk branch vtk9itk5wx3-macos updated. 1d5f6851994334fa6630cbf6db1a95f7351436b7
root at git.creatis.insa-lyon.fr
root at git.creatis.insa-lyon.fr
Mon Feb 16 18:25:21 CET 2026
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 "Black Box Tool Kit".
The branch, vtk9itk5wx3-macos has been updated
via 1d5f6851994334fa6630cbf6db1a95f7351436b7 (commit)
from 4401c25ce16e35ca56aeaa7342a6c0d277ac9548 (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 -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=bbtk.git;a=commitdiff;h=1d5f6851994334fa6630cbf6db1a95f7351436b7
commit 1d5f6851994334fa6630cbf6db1a95f7351436b7
Author: eduardo.davila at creatis.insa-lyon.fr <eduardo.davila at creatis.insa-lyon.fr>
Date: Mon Feb 16 18:25:13 2026 +0100
#3544 ThinningImageFilter3D
-----------------------------------------------------------------------
Summary of changes:
kernel/src/bbtkBlackBox.cxx | 64 +-
kernel/src/bbtkConnection.cxx | 6 +-
kernel/src/bbtkFactory.cxx | 37 +-
kernel/src/bbtkPackage.cxx | 68 +-
.../itk/bbs/appli/exampleThinningImageFilter3D.bbg | 56 ++
.../itk/bbs/appli/exampleThinningImageFilter3D.bbs | 40 +
...res_Sato.cxx => bbitkThinningImageFilter3D.cxx} | 8 +-
packages/itk/src/bbitkThinningImageFilter3D.h | 169 ++++
packages/itk/src/itkBinaryThinningImageFilter3D.h | 172 ++++
.../itk/src/itkBinaryThinningImageFilter3D.hxx | 965 +++++++++++++++++++++
packages/std/src/bbstdCastVector.h | 18 +-
packages/std/src/bbstdDoubleToInt.cxx | 25 +-
packages/std/src/bbstdDoubleToInt.h | 15 +-
.../std/src/bbstdNumericalVectorToStringVector.cxx | 26 +
.../std/src/bbstdNumericalVectorToStringVector.h | 71 ++
packages/std/src/bbstdVectorFilterDouble.h | 2 +-
packages/std/src/bbstdVectorToString.h | 14 +-
17 files changed, 1616 insertions(+), 140 deletions(-)
create mode 100644 packages/itk/bbs/appli/exampleThinningImageFilter3D.bbg
create mode 100644 packages/itk/bbs/appli/exampleThinningImageFilter3D.bbs
copy packages/itk/src/{bbitkTubularStructures_Sato.cxx => bbitkThinningImageFilter3D.cxx} (51%)
create mode 100644 packages/itk/src/bbitkThinningImageFilter3D.h
create mode 100644 packages/itk/src/itkBinaryThinningImageFilter3D.h
create mode 100644 packages/itk/src/itkBinaryThinningImageFilter3D.hxx
create mode 100644 packages/std/src/bbstdNumericalVectorToStringVector.cxx
create mode 100644 packages/std/src/bbstdNumericalVectorToStringVector.h
hooks/post-receive
--
Black Box Tool Kit
More information about the Pubgit-commits-list
mailing list