From: trillos Date: Thu, 15 Oct 2009 08:33:21 +0000 (+0000) Subject: v2 X-Git-Tag: CREATOOLS.2-0-3~47 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=commitdiff_plain;h=2f92faf9b9fd4d6e5f557dbbf5094910c0addd6e v2 --- diff --git a/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx b/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx index 997403c..0290fce 100644 --- a/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx +++ b/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx @@ -13,10 +13,11 @@ void CalculateVectorBox::Process() if(bbGetInputLabels1()[0].compare("") != 0) { - std::vector newX1; - newX1.push_back((float)bbGetInputPointsX1()[0]); - std::vector newX2; - newX2.push_back((float)bbGetInputPointsX2()[0]); + //std::vector newX1; + //newX1.push_back((float)bbGetInputPointsX1()[0]); + std::cout << "Points for first vector: " << bbGetInputPointsX1()[0] << " " << bbGetInputPointsX1()[1] << std::endl; + //std::vector newX2; + //newX2.push_back((float)bbGetInputPointsX2()[0]); } } void CalculateVectorBox::bbUserSetDefaultValues()