Program: bbtk
Module: $RCSfile: bbstdStringVectorToNumericalVector.h,v $
Language: C++
- Date: $Date: 2011/02/28 14:07:09 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2011/03/01 13:12:07 $
+ Version: $Revision: 1.2 $
=========================================================================*/
/* ---------------------------------------------------------------------
//=================================================================
// BlackBox description
BBTK_BEGIN_DESCRIBE_TEMPLATE_BLACK_BOX(StringVectorToNumericalVector,bbtk::AtomicBlackBox);
- BBTK_NAME("StringVectorTo"+bbtk::HumanTypeName<std::vector<T> >());
+ BBTK_NAME("VectorStringTo"+bbtk::HumanTypeName<std::vector<T> >());
BBTK_AUTHOR("jpr@creatis.univ-lyon1.fr");
BBTK_DEFAULT_ADAPTOR();
BBTK_DESCRIPTION("Converts the content of the input string vector to a "