]> Creatis software - cpPlugins.git/blob - lib/cpPlugins_Instances/Base.i
...
[cpPlugins.git] / lib / cpPlugins_Instances / Base.i
1 i string
2 i vector
3 i itkIndex.h
4 t itkArray.h
5 t itkFixedArray.h
6 t itkCovariantVector.h
7 t itkMatrix.h
8 t itkPoint.h
9 t itkVector.h
10 t itkRGBPixel.h
11 t itkRGBAPixel.h
12 t itkSimpleDataObjectDecorator.h
13 t itkVectorContainer.h
14
15 c itk::Array< #scalars >
16 c itk::FixedArray< #scalars, #dims >
17 c itk::FixedArray< float, 6 >
18 c #{itk::CovariantVector;itk::Point;itk::Vector}< #float_types, #dims >
19 c #{itk::RGBPixel;itk::RGBAPixel}< #scalars >
20 c itk::Matrix< #float_types, #dims, #dims >
21 c itk::SimpleDataObjectDecorator< #{#scalars;std::string} >
22 c itk::SimpleDataObjectDecorator< std::vector< itk::Index< #{2;3} > > >
23 c itk::SimpleDataObjectDecorator< std::vector< itk::Point< #float_types, #{2;3} > > >
24 c itk::VectorContainer< unsigned long, itk::Point< #float_types, #dims > >
25
26 d #scalars=#int_types;#uint_types;#float_types
27 d #dims=1;2;3;4