#include "bbUtilitiesPoint.h" #include "bbUtilitiesPackage.h" namespace bbUtilities { BBTK_ADD_BLACK_BOX_TO_PACKAGE(Utilities,Point) //BBTK_USER_BLACK_BOX_IMPLEMENTATION(Point,bbtk::AtomicBlackBox); BBTK_BLACK_BOX_IMPLEMENTATION(Point,bbtk::AtomicBlackBox); void Point::Process() { std::vector< int > center = bbGetInputInPoint(); //MML borrame for(int i = 0 ; i< center.size() ;i++) int j= center.at(i); // if(center.empty()||center[0]==NULL){ center.push_back(0); center.push_back(0); center.push_back(0); } std::cout<<"Position X=" <