Some minor UI changes for testing to MedPhys. User can not change between Data and Reg. Checkerboard and rulers are out.

This commit is contained in:
Proton local user
2023-01-24 17:58:32 +01:00
parent b9c255760f
commit 34fb002321

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);
}