]> Creatis software - creaRigidRegistration.git/commitdiff
v2
authortrillos <trillos>
Thu, 15 Oct 2009 08:33:21 +0000 (08:33 +0000)
committertrillos <trillos>
Thu, 15 Oct 2009 08:33:21 +0000 (08:33 +0000)
PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx

index 997403c02aa2f9c7effd57ce1de4294ce3482778..0290fcef7363e675eca122c7fdff9eef3c3a5830 100644 (file)
@@ -13,10 +13,11 @@ void CalculateVectorBox::Process()
        
     if(bbGetInputLabels1()[0].compare("") != 0)
        {
-               std::vector<float> newX1;
-               newX1.push_back((float)bbGetInputPointsX1()[0]);
-               std::vector<float> newX2;
-               newX2.push_back((float)bbGetInputPointsX2()[0]);
+               //std::vector<float> newX1;
+               //newX1.push_back((float)bbGetInputPointsX1()[0]);
+               std::cout << "Points for first vector: " << bbGetInputPointsX1()[0] << " " << bbGetInputPointsX1()[1] << std::endl;
+               //std::vector<float> newX2;
+               //newX2.push_back((float)bbGetInputPointsX2()[0]);
        }
 }
 void CalculateVectorBox::bbUserSetDefaultValues()