]> Creatis software - bbtk.git/blobdiff - doc/bouml/bbtkk/141186.bodies
.
[bbtk.git] / doc / bouml / bbtkk / 141186.bodies
diff --git a/doc/bouml/bbtkk/141186.bodies b/doc/bouml/bbtkk/141186.bodies
new file mode 100644 (file)
index 0000000..abb1f10
--- /dev/null
@@ -0,0 +1,13 @@
+class AnyImageToTypedImage
+!!!185218.cpp!!!       DoIt() : void
+    if ( bbGetInputIn().type() == typeid(itkImageTypePointer) )
+      {
+       bbSetOutputOut ( bbGetInputIn().template unsafe_get < itkImageTypePointer >() );
+      }
+    else 
+      {
+       bbtkError(this->bbGetFullName()<<+" : transform of <"
+                 <<bbtk::TypeName(bbGetInputIn().type())<<"> into <"
+                 <<bbtk::TypeName<itkImageTypePointer>()<<"> not implemented");
+      }
+