]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Algorithm.h
...
[FrontAlgorithms.git] / lib / fpa / Image / Algorithm.h
index 5547ff01d9dc233b1aec95eb4ae99663979090dc..12a2f9140994434a9ac85ef1c2b4854f81b5fdc5 100644 (file)
@@ -38,7 +38,10 @@ namespace fpa
       typedef typename Superclass::TFrontId      TFrontId;
       typedef typename Superclass::TNeighborhood TNeighborhood;
       typedef typename Superclass::TNode         TNode;
+      typedef typename Superclass::TNodes        TNodes;
+      typedef typename Superclass::TSeeds        TSeeds;
       typedef typename Superclass::TVertex       TVertex;
+      typedef typename Superclass::TPoint        TPoint;
 
       typedef itk::Image< TFrontId, TInputImage::ImageDimension > TMarks;
 
@@ -56,6 +59,7 @@ namespace fpa
       Algorithm( );
       virtual ~Algorithm( );
 
+      virtual TNodes _UnifySeeds( ) override;
       virtual void _ConfigureOutput( const TOutputValue& v ) override;
       virtual TNeighborhood _GetNeighbors( const TVertex& v ) const override;
       virtual TInputValue _GetInputValue( const TVertex& v ) const override;