]> Creatis software - FrontAlgorithms.git/blob - lib/fpa_Instances/Instances.i
526304688efb2d87685bc92280b68c492ca4bbb5
[FrontAlgorithms.git] / lib / fpa_Instances / Instances.i
1 f cpPlugins_Instances/ScalarImagesBaseFilters.h
2
3 t fpa/Base/MinimumSpanningTree.h
4 t fpa/Image/MinimumSpanningTree.h
5 t fpa/IO/MinimumSpanningTreeReader.h
6 t fpa/IO/MinimumSpanningTreeWriter.h
7
8 t itkImage.h
9 t itkImportImageContainer.h
10 t itkImageRegionConstIteratorWithIndex.h
11 t itkImageConstIteratorWithIndex.h
12
13 d #dims=2;3
14 d #int=char;short;int;long
15 d #uint=unsigned #int
16 d #float=float;double
17 d #pixels=#int;#uint;#float
18 d #b=fpa::Base
19 d #i=fpa::Image
20 d #mst=MinimumSpanningTree
21 d #rg_ins=#pixels
22 d #rg_outs=unsigned short;unsigned char
23 d #d_ins=#pixels
24 d #d_outs=#float
25 d #inputs=#pixels
26 d #outputs=#pixels
27
28 * ================
29 * == Base types ==
30 * ================
31
32 c itk::ImportImageContainer< unsigned long, #i::{#mst}Data< #dims > >
33 c itk::Image< #i::{#mst}Data< #dims >, #dims >
34 c #b::#mst< itk::Image< #i::{#mst}Data< #dims >, #dims >, itk::Index< #dims > >
35 c #i::#mst@{Data;{}}< #dims >
36
37 c itk::ImageConstIteratorWithIndex< #i::#mst< #dims > >
38 c itk::ImageRegionConstIteratorWithIndex< #i::#mst< #dims > >
39 c fpa::IO::MinimumSpanningTree@{Reader;Writer}< #i::#mst< #dims > >
40
41 * eof - $RCSfile$