]> Creatis software - cpPlugins.git/blobdiff - plugins/ITKLevelSetFilters/ThresholdSegmentationLevelSetImageFilter.cxx
...
[cpPlugins.git] / plugins / ITKLevelSetFilters / ThresholdSegmentationLevelSetImageFilter.cxx
index 053c92207b61ffca6ba32e30afb4f14af1e8ff56..9847f54a8641cd25a54919d0f74604e7a28c368c 100644 (file)
@@ -1,5 +1,5 @@
 #include <ITKLevelSetFilters/ThresholdSegmentationLevelSetImageFilter.h>
-#include <cpInstances/Image.h>
+#include <cpInstances/DataObjects/Image.h>
 
 #include <itkThresholdSegmentationLevelSetImageFilter.h>
 
@@ -8,9 +8,9 @@ cpPluginsITKLevelSetFilters::ThresholdSegmentationLevelSetImageFilter::
 ThresholdSegmentationLevelSetImageFilter( )
   : Superclass( )
 {
-  this->_ConfigureInput< cpInstances::Image >( "Input", true, false );
-  this->_ConfigureInput< cpInstances::Image >( "Feature", true, false );
-  this->_ConfigureOutput< cpInstances::Image >( "Output" );
+  this->_ConfigureInput< cpInstances::DataObjects::Image >( "Input", true, false );
+  this->_ConfigureInput< cpInstances::DataObjects::Image >( "Feature", true, false );
+  this->_ConfigureOutput< cpInstances::DataObjects::Image >( "Output" );
 
   this->m_Parameters.ConfigureAsReal( "PropagationScaling", 1 );
   this->m_Parameters.ConfigureAsReal( "CurvatureScaling", 1 );