/* #include "ScalarToString.h" #include "ITKImage.h" #include "bbPackageITKBase.h" //==================================================================== template <> void ScalarToString ::DoIt() { bbSetOutputOut( bbGetInputIn()->GetInfoString() ); } //==================================================================== //==================================================================== // Add the specialized adaptors to the package typedef itkImage* itkImagePointer; BBTK_ADD_TEMPLATE_ADAPTOR_TO_PACKAGE(ITKBase,ScalarToString,itkImagePointer); */