]> Creatis software - bbtk.git/blob - doc/bouml/bbtkk/141186.bodies
.
[bbtk.git] / doc / bouml / bbtkk / 141186.bodies
1 class AnyImageToTypedImage
2 !!!185218.cpp!!!        DoIt() : void
3     if ( bbGetInputIn().type() == typeid(itkImageTypePointer) )
4       {
5         bbSetOutputOut ( bbGetInputIn().template unsafe_get < itkImageTypePointer >() );
6       }
7     else 
8       {
9         bbtkError(this->bbGetFullName()<<+" : transform of <"
10                   <<bbtk::TypeName(bbGetInputIn().type())<<"> into <"
11                   <<bbtk::TypeName<itkImageTypePointer>()<<"> not implemented");
12       }
13