]> Creatis software - bbtk.git/blob - packages/itk/src/bbitkImageToString.h
65b4f318f1eb4d52aee7be7787953535da93641b
[bbtk.git] / packages / itk / src / bbitkImageToString.h
1 /*
2 #include "ScalarToString.h"
3 #include "ITKImage.h"
4 #include "bbPackageITKBase.h"
5
6 //====================================================================
7 template <> void ScalarToString<itkImage*> ::DoIt()
8 {
9   bbSetOutputOut( bbGetInputIn()->GetInfoString() );
10 }
11 //====================================================================
12
13 //====================================================================
14 // Add the specialized adaptors to the package
15 typedef itkImage* itkImagePointer;
16 BBTK_ADD_TEMPLATE_ADAPTOR_TO_PACKAGE(ITKBase,ScalarToString,itkImagePointer);
17 */