Skip to content

Commit 15281a3

Browse files
Simon Ritdzenanz
authored andcommitted
COMP: fix itk::ArrowSpatialObject warning when compling 1D wrappings
Wrapping of itk::ArrowSpatialObject and itk::CastSpatialObjectFilter should be consistent. The warning was itkCastSpatialObjectFilter: warning(4): ITK type not wrapped, or currently not known: itk::SmartPointer< itk::ArrowSpatialObject< 1 > >
1 parent ee2ab9c commit 15281a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
itk_wrap_class("itk::ArrowSpatialObject" POINTER)
2-
itk_wrap_filter_dims(dims "2;3")
3-
foreach(d ${dims})
2+
foreach(d ${ITK_WRAP_IMAGE_DIMS})
43
itk_wrap_template(${d} ${d})
54
endforeach()
65
itk_end_wrap_class()

0 commit comments

Comments
 (0)