Skip to content

Commit

Permalink
ENH: Wrap IO factory for use from Python
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jul 12, 2023
1 parent 6f6fc8f commit 63fd45b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ itk_module(Ultrasound
ITKVideoIO
FACTORY_NAMES
"FFTImageFilterInit::Curvilinear"
ImageIO::HDF5Ultrasound
EXCLUDE_FROM_DEFAULT
ENABLE_SHARED
DESCRIPTION
Expand Down
2 changes: 2 additions & 0 deletions wrapping/itkHDF5UltrasoundImageIO.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
itk_wrap_simple_class("itk::HDF5UltrasoundImageIO" POINTER)
itk_wrap_simple_class("itk::HDF5UltrasoundImageIOFactory" POINTER)

0 comments on commit 63fd45b

Please sign in to comment.