]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/Mori.h
...
[FrontAlgorithms.git] / lib / fpa / Base / Mori.h
index e7ea726eab3c61809d5c7f2b8f9e1cc878ee5b61..0cc7a248410458bfe45573458e4cbb3b0e7ec270 100644 (file)
@@ -33,15 +33,6 @@ namespace fpa
       typedef typename _TAlgorithm::TTraits TTraits;
       fpa_Base_TraitTypes( typename TTraits );
 
-      /* TODO
-         typedef typename _TAlgorithm::TNode        TNode;
-         typedef typename _TAlgorithm::TNodes       TNodes;
-         typedef typename _TAlgorithm::TInputValue  TInputValue;
-         typedef typename _TAlgorithm::TOutputValue TOutputValue;
-         typedef typename _TAlgorithm::TFrontId     TFrontId;
-         typedef typename _TAlgorithm::TVertex      TVertex;
-      */
-
       typedef std::deque< TNode >     TQueue;
       typedef std::set< TInputValue > TThresholds;