]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/MoriLabelling.h
...
[FrontAlgorithms.git] / appli / CTBronchi / MoriLabelling.h
index b51cfeb1ee363174e2b8927f50189432d9da6690..eecb4ad52910e2aa11df53acea7a1a79cf8a4268 100644 (file)
@@ -50,9 +50,6 @@ namespace CTBronchi
     itkGetConstMacro( InsideLabel, TOutputValue );
     itkSetMacro( InsideLabel, TOutputValue );
 
-    itkGetConstMacro( OutsideLabel, TOutputValue );
-    itkSetMacro( OutsideLabel, TOutputValue );
-
   public:
     const TLabelImage* GetInputLabelImage( ) const;
     void SetInputLabelImage( TLabelImage* image );
@@ -63,6 +60,9 @@ namespace CTBronchi
     TInputValue GetUpperThreshold( ) const;
     void SetUpperThreshold( TInputValue t );
 
+    TOutputValue GetOutsideValue( ) const;
+    void SetOutsideLabel( TOutputValue o );
+
   protected:
     MoriLabelling( );
     virtual ~MoriLabelling( );
@@ -77,7 +77,6 @@ namespace CTBronchi
 
   protected:
     TOutputValue m_InsideLabel;
-    TOutputValue m_OutsideLabel;
   };
 
 } // ecapseman