]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/DataObjects/Image.d
...
[cpPlugins.git] / lib / cpPlugins / DataObjects / Image.d
index 2682d2a81c5fbc19456c5ff7c7c9d255df0b985c..40ba788c978df83360919ba020b9876a54ad173c 100644 (file)
@@ -6,6 +6,7 @@ VisualDims itk::ImageBase< #visual_dims# >
 IntPixels|d itk::Image< #all_ints#, d >
 RealPixels|d itk::Image< #real_types#, d >
 ScalarPixels|d itk::Image< #scalar_pixels#, d >
+ComplexPixels|d itk::Image< std::complex< #real_types# >, d >
 ColorPixels|d itk::Image< itk::#color_pixels#< #scalar_pixels# >, d >
 VectorPixels|d itk::Image< itk::#vectors#< #real_types#, d >, d >
 DiffTensors3D itk::Image< itk::#diff_tensors#< #real_types# >, 3 >