Skip to content

Commit

Permalink
DOC: Correct itkCurvilinearArraySpecialCoordinatesImageFilters.wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jun 30, 2023
1 parent 6628586 commit f5cc8f8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# ITK image filters wrapped for ITKUltrasound `itk::CurvilinearArraySpecialCoordinatesImage` inputs.
# Must be wrapped in a separate file after `itkCurvilinearArraySpecialCoordinates.wrap` so that
# Must be wrapped in a separate file after `itkCurvilinearArraySpecialCoordinatesImage.wrap` so that
# SWIG does not implicitly define erroneous overrides for template methods such as
# `TransformPhysicalPointToContinuousIndex`, etc.

# See `WRAPPER_SUBMODULE_ORDER` in CMakeLists.txt for where `itkCASCIFilters.wrap` is set to
# always be wrapped after `itkCurvilinearArraySpecialCoordinatesImage.wrap`.
# See `WRAPPER_SUBMODULE_ORDER` in CMakeLists.txt for where
# `itkCurvilinearArraySpecialCoordinatesImageFilters.wrap` is set to
# be wrapped after `itkCurvilinearArraySpecialCoordinatesImage.wrap`.

itk_wrap_include("itkCurvilinearArraySpecialCoordinatesImage.h")
itk_wrap_class("itk::ImageSource" POINTER)
Expand Down

0 comments on commit f5cc8f8

Please sign in to comment.