]> Creatis software - FrontAlgorithms.git/commitdiff
...
authorLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Wed, 22 Feb 2017 20:49:03 +0000 (15:49 -0500)
committerLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Wed, 22 Feb 2017 20:49:03 +0000 (15:49 -0500)
plugins/DijkstraFunctors/ExtractPathFromMinimumSpanningTree.cxx

index 76ce6b8b3cd9cae956f06a2ab46aba46b70e048f..1aa6d4894abc0fd6c0ffd37e0855b1d406542d49 100644 (file)
@@ -11,7 +11,7 @@ ExtractPathFromMinimumSpanningTree( )
 {
   typedef cpPlugins::Pipeline::DataObject             _TData;
   typedef cpInstances::DataObjects::Image                  _TMST;
-  typedef cpInstances::PolyLineParametricPath _TPath;
+  typedef cpInstances::DataObjects::PolyLineParametricPath _TPath;
 
   this->_ConfigureInput< _TMST >( "MST", true, false );
   this->_ConfigureInput< _TData >( "Seeds", true, false );