]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/MoriLabelling.cxx
...
[FrontAlgorithms.git] / appli / CTBronchi / MoriLabelling.cxx
index 78544b5ed98b094493c71e849f4c26e09721e9bb..848bf6d49f6009665004358f91322c5c2d76e135 100644 (file)
@@ -67,8 +67,8 @@ public:
   itkGetConstMacro( MinVertex, TVertex );
   itkGetConstMacro( MaxVertex, TVertex );
 
-  fpaFilterInputMacro( InputLabels, TLabels );
-  fpaFilterInputMacro( InputVesselness, TScalarImage );
+  ivqITKInputMacro( InputLabels, TLabels );
+  ivqITKInputMacro( InputVesselness, TScalarImage );
 
 public:
   TInputValue GetUpperThreshold( ) const
@@ -86,8 +86,8 @@ protected:
     m_LastThreshold( TInputValue( 0 ) ),
     m_VesselnessThr( TScalar( 0.05 ) )
     {
-      fpaFilterInputConfigureMacro( InputLabels, TLabels );
-      fpaFilterInputConfigureMacro( InputVesselness, TScalarImage );
+      ivqITKInputConfigureMacro( InputLabels, TLabels );
+      ivqITKInputConfigureMacro( InputVesselness, TScalarImage );
       this->m_Functor = TFunctor::New( );
       this->SetPredicate( this->m_Functor );
     }