X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageCalculateVectorBox.cxx;h=0290fcef7363e675eca122c7fdff9eef3c3a5830;hb=2f92faf9b9fd4d6e5f557dbbf5094910c0addd6e;hp=997403c02aa2f9c7effd57ce1de4294ce3482778;hpb=d3c1c3cce0f1b77940d1d89939df763500113585;p=creaRigidRegistration.git 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()