]> Creatis software - cpPlugins.git/blobdiff - lib/cpInstances/ComplexImages.i
...
[cpPlugins.git] / lib / cpInstances / ComplexImages.i
diff --git a/lib/cpInstances/ComplexImages.i b/lib/cpInstances/ComplexImages.i
new file mode 100644 (file)
index 0000000..6d53437
--- /dev/null
@@ -0,0 +1,16 @@
+header #define ITK_MANUAL_INSTANTIATION
+
+define base_filters=ImageSource
+
+tinclude itkImportImageContainer:h|hxx
+tinclude itkImage:h|hxx
+tinclude itk#base_filters#:h|hxx
+tinclude itk#i2v#:h|hxx
+
+cinclude complex
+
+instances itk::ImportImageContainer< unsigned long, std::complex< #real_types# > >
+instances itk::Image< std::complex< #real_types# >, #process_dims# >
+instances itk::#base_filters#< itk::Image< std::complex< #real_types# >, #process_dims# > >
+
+** eof - $RCSfile$