X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkDicomRTStruct2ImageFilter.cxx;h=e52fc0f17be8a3e16acee8517409b5b224205615;hb=6986b996d66273ab7818c12f51cbf5ae049ac04e;hp=fa66cfb31361de6d96bea75d01676c0295901b67;hpb=d6819bb51fcfa132af7e5d4253470ccf79db035e;p=clitk.git diff --git a/common/clitkDicomRTStruct2ImageFilter.cxx b/common/clitkDicomRTStruct2ImageFilter.cxx index fa66cfb..e52fc0f 100644 --- a/common/clitkDicomRTStruct2ImageFilter.cxx +++ b/common/clitkDicomRTStruct2ImageFilter.cxx @@ -160,6 +160,7 @@ void clitk::DicomRTStruct2ImageFilter::SetOutputSize(const unsigned long* size) //-------------------------------------------------------------------- void clitk::DicomRTStruct2ImageFilter::Update() { + DD("DicomRTStruct2ImageFilter::Update"); if (!mROI) { std::cerr << "Error. No ROI set, please use SetROI." << std::endl; exit(0); @@ -170,7 +171,7 @@ void clitk::DicomRTStruct2ImageFilter::Update() } // Get Mesh - vtkPolyData * mesh = mROI->GetMesh(); + vtkPolyData * mesh = mROI->GetMesh(); // Get bounds double *bounds=mesh->GetBounds();