File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed 
GPUImageFilterBase/wrapping Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ foreach(from ${from_types})
2323endforeach()
2424itk_end_wrap_class()
2525
26- itk_wrap_class("itk::CastImageFilter" POINTER )
26+ itk_wrap_class("itk::CastImageFilter" POINTER_WITH_SUPERCLASS )
2727foreach(d ${ITK_WRAP_IMAGE_DIMS})
2828  # Add from == to pixel type first for preference
2929  foreach(to ${to_types})
@@ -183,7 +183,7 @@ foreach(d ${ITK_WRAP_IMAGE_DIMS})
183183endforeach()
184184itk_end_wrap_class()
185185
186- itk_wrap_class("itk::GPUCastImageFilter" POINTER )
186+ itk_wrap_class("itk::GPUCastImageFilter" POINTER_WITH_SUPERCLASS )
187187foreach(d ${ITK_WRAP_IMAGE_DIMS})
188188  # Add from == to pixel type first for preference
189189  foreach(to ${to_types})
Original file line number Diff line number Diff line change 1+ set(types "${WRAP_ITK_SCALAR}")
2+ itk_wrap_include("itkGPUImage.h")
3+ 
14itk_wrap_class("itk::DiscreteGaussianImageFilter" POINTER)
25foreach(d ${ITK_WRAP_IMAGE_DIMS})
36  foreach(t ${types})
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments