Fixed errors in Projecting and visualising Contours and Isocenter when loading RTPlan

This commit is contained in:
Proton local user
2023-01-25 10:51:13 +01:00
parent 34fb002321
commit d82bd12ef9

View File

@ -167,7 +167,7 @@ int vtkContourTopogramProjectionFilter::RequestData(
pp2[1] -= dProjectionLPSOffset [1];
pp2[2] -= dProjectionLPSOffset [2];
std::cout << ii << " " << pp2[0] << " " << pp2[1] << " " << pp2[2] << std::endl;
// std::cout << ii << " " << pp2[0] << " " << pp2[1] << " " << pp2[2] << std::endl;
PrjPoints->InsertPoint(ii,pp2);
}