]> Creatis software - cpPlugins.git/blob - plugins/ITKLevelSetFilters/ITKLevelSetFilters.i
...
[cpPlugins.git] / plugins / ITKLevelSetFilters / ITKLevelSetFilters.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define base=ZeroCrossingImageFilter;SparseFieldLevelSetImageFilter
4 define filters=SegmentationLevelSetImageFilter;ThresholdSegmentationLevelSetImageFilter;LaplacianSegmentationLevelSetImageFilter
5 define functions=LevelSetFunction
6 define ls_functions=SegmentationLevelSetFunction;ThresholdSegmentationLevelSetFunction;LaplacianSegmentationLevelSetFunction
7
8 define i_reals=#real_types#
9 define o_reals=#real_types#
10
11 tinclude itk#functions#:h|hxx
12 tinclude itk#ls_functions#:h|hxx
13 tinclude itk#base#:h|hxx
14 tinclude itk#filters#:h|hxx
15 tinclude itkSparseFieldLayer:h|hxx
16 tinclude itkObjectStore:h|hxx
17
18 cinclude itkLinearInterpolateImageFunction.hxx
19
20 instances itk::SparseFieldLayer< itk::SparseFieldLevelSetNode< itk::Index< #pdims# > > >
21 instances itk::ObjectStore< itk::SparseFieldLevelSetNode< itk::Index< #pdims# > > >
22
23 instances itk::#functions#< itk::Image< #i_reals#, #pdims# > >
24 instances itk::#ls_functions#< itk::Image< #i_reals#, #pdims# >, itk::Image< #o_reals#, #pdims# > >
25 instances itk::#base#< itk::Image< #scalar_types#, #pdims# >, itk::Image< #i_reals#, #pdims# > >
26 instances itk::#filters#< itk::Image< #scalar_types#, #pdims# >, itk::Image< #i_reals#, #pdims# >, #o_reals# >
27
28 ** eof - $RCSfile$