X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_Contour.cxx;h=28fd054102ab0d62ed6ecdd32653bed7bf03d3fb;hb=f6c9b46ceb3aad0f9b31b67ee6d079fd498f9c73;hp=bcff817af994ab2fd80b27acf8b4d567e6f5b393;hpb=f3b20077dc1019a4e5100f20dd6875d1e6327c9a;p=clitk.git diff --git a/common/clitkDicomRT_Contour.cxx b/common/clitkDicomRT_Contour.cxx index bcff817..28fd054 100644 --- a/common/clitkDicomRT_Contour.cxx +++ b/common/clitkDicomRT_Contour.cxx @@ -274,7 +274,7 @@ void clitk::DicomRT_Contour::ComputeMeshFromDataPoints() double pointIn[4]; for (unsigned int j=0 ; j<3; ++j) pointIn[j] = mData->GetPoint(idx)[j]; - pointIn[4] = 1.0; + pointIn[3] = 1.0; /*double pointOut[4]; mTransformMatrix->MultiplyPoint(pointIn, pointOut); std::cout << pointOut[0] << " " << pointOut[1] << " " << pointOut[2] << " " << pointOut[3] << std::endl;