X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_Contour.cxx;h=28fd054102ab0d62ed6ecdd32653bed7bf03d3fb;hb=60b0c152dc3a8df68ddd4c8e88bdd5492dd6916b;hp=4bd4598316a77fb1788851bade1cf883b44d3146;hpb=796954f9fff960cee1599e5a8960e0f424931900;p=clitk.git diff --git a/common/clitkDicomRT_Contour.cxx b/common/clitkDicomRT_Contour.cxx index 4bd4598..28fd054 100644 --- a/common/clitkDicomRT_Contour.cxx +++ b/common/clitkDicomRT_Contour.cxx @@ -271,11 +271,12 @@ void clitk::DicomRT_Contour::ComputeMeshFromDataPoints() mMesh->SetPoints(mPoints); vtkIdType ids[2]; for (unsigned int idx=0 ; idxGetPoint(idx)[j]; - pointIn[4] = 1.0; - /*mTransformMatrix->MultiplyPoint(pointIn, pointOut); + pointIn[3] = 1.0; + /*double pointOut[4]; + mTransformMatrix->MultiplyPoint(pointIn, pointOut); std::cout << pointOut[0] << " " << pointOut[1] << " " << pointOut[2] << " " << pointOut[3] << std::endl; mMesh->GetPoints()->InsertNextPoint(pointOut[0], pointOut[1],