]> Creatis software - FrontAlgorithms.git/blob - lib/fpa_Instances/Instances.i
...
[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 t fpa/Base/ImageSkeleton.h
8 t fpa/VTK/Image/ImageSkeletonToPolyData.h
9
10 t itkImage.h
11 t itkImportImageContainer.h
12 t itkImageRegionConstIteratorWithIndex.h
13 t itkImageConstIteratorWithIndex.h
14 t itkSimpleDataObjectDecorator.h
15
16 d #dims=2;3
17 d #int=char;short;int;long
18 d #uint=unsigned #int
19 d #float=float;double
20 d #pixels=#int;#uint;#float
21 d #b=fpa::Base
22 d #i=fpa::Image
23 d #mst=MinimumSpanningTree
24 d #rg_ins=#pixels
25 d #rg_outs=unsigned short;unsigned char
26 d #d_ins=#pixels
27 d #d_outs=#float
28 d #inputs=#pixels
29 d #outputs=#pixels
30
31 * ================
32 * == Base types ==
33 * ================
34
35 c itk::ImportImageContainer< unsigned long, #i::{#mst}Data< #dims > >
36 c itk::Image< #i::{#mst}Data< #dims >, #dims >
37 c #b::#mst< itk::Image< #i::{#mst}Data< #dims >, #dims >, itk::Index< #dims > >
38 c #i::#mst@{Data;{}}< #dims >
39 c #b::ImageSkeleton< #i::#mst< #dims > >
40
41 c itk::ImageConstIteratorWithIndex< #i::#mst< #dims > >
42 c itk::ImageRegionConstIteratorWithIndex< #i::#mst< #dims > >
43 c fpa::IO::MinimumSpanningTree@{Reader;Writer}< #i::#mst< #dims > >
44
45 * ========================
46 * == Conversion filters ==
47 * ========================
48
49 c fpa::VTK::Image::ImageSkeletonToPolyData< #b::ImageSkeleton< #i::#mst< #dims > > >
50
51 * eof - $RCSfile$