Skip to content

Commit

Permalink
COMP: ensure creation of itkPyBufferRTK.wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Feb 13, 2020
1 parent b441fc7 commit 2a82b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrapping/itkPyBufferRTK.wrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
itk_wrap_class("itk::PyBuffer")

file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/PyBufferRTK.i)
UNIQUE(types "${WRAP_ITK_SCALAR};UC;D;US;UI;UL;SC;SS;SI;SL;F")
foreach(t ${types})
string(REGEX MATCHALL "(V${t}|CV${t})" VectorTypes "${WRAP_ITK_VECTOR}")
Expand Down

0 comments on commit 2a82b05

Please sign in to comment.