]> Creatis software - FrontAlgorithms.git/blob - lib/fpa_Instances/Filters.i
d4269e93ce68f4ccccc23832c195ee1386cbc8cc
[FrontAlgorithms.git] / lib / fpa_Instances / Filters.i
1 f fpa_Instances/Instances.h
2
3 t fpa/Base/Algorithm.h
4 t fpa/Base/RegionGrow.h
5 t fpa/Base/Dijkstra.h
6
7 t fpa/Image/Algorithm.h
8 t fpa/Image/RegionGrow.h
9 t fpa/Image/Dijkstra.h
10
11 d #dims=2;3
12 d #int=char;short;int;long
13 d #uint=unsigned #int
14 d #float=float;double
15 d #pixels=#int;#uint;#float
16 d #b=fpa::Base
17 d #i=fpa::Image
18 d #mst=MinimumSpanningTree
19 d #rg_ins=#pixels
20 d #rg_outs=unsigned short;unsigned char
21 d #d_ins=#pixels
22 d #d_outs=#float
23 d #inputs=#pixels
24 d #outputs=#pixels
25
26 * =====================
27 * == Base algorithms ==
28 * =====================
29
30 c #b::Algorithm< itk::Index< #dims >, #inputs, #outputs, itk::Image< #inputs, #dims >, itk::Functor::IndexLexicographicCompare< #dims >, itk::ImageToImageFilter< itk::Image< #inputs, #dims >, itk::Image< #outputs, #dims > > >
31
32 c #i::Algorithm< itk::Image< #rg_ins, #dims >, itk::Image< #rg_outs, #dims >, fpa::Base::RegionGrow< itk::Index< #dims >, #rg_ins, #rg_outs, itk::Image< #rg_ins, #dims >, itk::Functor::IndexLexicographicCompare< #dims >, itk::ImageToImageFilter< itk::Image< #rg_ins, #dims >, itk::Image< #rg_outs, #dims >  >  >  >
33
34 c #b::Dijkstra< itk::Index< #dims >, #d_ins, #d_outs, itk::Image< #d_ins, #dims >, itk::Functor::IndexLexicographicCompare< #dims >, #i::MinimumSpanningTree< #dims >, itk::ImageToImageFilter< itk::Image< #d_ins, #dims >, itk::Image< #d_outs, #dims > > >
35
36 * ======================
37 * == Image algorithms ==
38 * ======================
39
40 c #i::RegionGrow< itk::Image< #rg_ins, #dims >, itk::Image< #rg_outs, #dims > >
41 c #i::Dijkstra< itk::Image< #d_ins, #dims >, itk::Image< #d_outs, #dims > >
42
43 * eof - $RCSfile$