X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FBase%2FMori.h;h=0cc7a248410458bfe45573458e4cbb3b0e7ec270;hb=55ea6bfb6efed51c560f935c2713d3de80942f54;hp=e7ea726eab3c61809d5c7f2b8f9e1cc878ee5b61;hpb=3bfac8d84c19e24fce4d479e7f332aefdba9abf7;p=FrontAlgorithms.git diff --git a/lib/fpa/Base/Mori.h b/lib/fpa/Base/Mori.h index e7ea726..0cc7a24 100644 --- a/lib/fpa/Base/Mori.h +++ b/lib/fpa/Base/Mori.h @@ -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;