]> Creatis software - FrontAlgorithms.git/blob - lib/fpa_Instances/Backtracking.i
...
[FrontAlgorithms.git] / lib / fpa_Instances / Backtracking.i
1 d #dims=2;3
2 d #floats=float;double
3 d #mst=fpa::Image::MinimumSpanningTree
4 d #path=ExtractPathFromMinimumSpanningTree
5 d #ebc=ExtractEndPointsAndBifurcationsFromMinimumSpanningTree
6
7 f fpa_Instances/Instances.h
8
9 t fpa/Base/#path.h
10 t fpa/Base/#ebc.h
11 t fpa/Image/#ebc.h
12
13 c fpa::Base::#path< #mst< #dims > >
14 c fpa::Base::#ebc< #mst< #dims > >
15 c fpa::Image::#ebc< itk::Image< #floats, #dims >, #mst< #dims > >
16
17 * eof - $RCSfile$