X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRT_Contour.cxx;h=bcff817af994ab2fd80b27acf8b4d567e6f5b393;hb=8cffc479dd4097920b47cb8b8d828b3ba40c1148;hp=4bd4598316a77fb1788851bade1cf883b44d3146;hpb=796954f9fff960cee1599e5a8960e0f424931900;p=clitk.git diff --git a/common/clitkDicomRT_Contour.cxx b/common/clitkDicomRT_Contour.cxx index 4bd4598..bcff817 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); + /*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],