comparison Framework/Toolbox/DicomStructureSet.cpp @ 841:266e2b0b9abc

better error reporting in DicomStructureSetLoader + fixed POST request logic in WebAssemblyOracle + support for LookupTableTextureSceneLayer in OpenGL (NOT using shaders!) (2 new files) + a few small non-functional changes
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 11 Jun 2019 15:41:21 +0200
parents 61ba4b504e9a
children 32eaf4929b08
comparison
equal deleted inserted replaced
840:47fc7919977d 841:266e2b0b9abc
411 DICOM_TAG_CONTOUR_SEQUENCE))) 411 DICOM_TAG_CONTOUR_SEQUENCE)))
412 { 412 {
413 countSlices = 0; 413 countSlices = 0;
414 } 414 }
415 415
416 LOG(WARNING) << "New RT structure: \"" << structures_[i].name_ 416 LOG(INFO) << "New RT structure: \"" << structures_[i].name_
417 << "\" with interpretation \"" << structures_[i].interpretation_ 417 << "\" with interpretation \"" << structures_[i].interpretation_
418 << "\" containing " << countSlices << " slices (color: " 418 << "\" containing " << countSlices << " slices (color: "
419 << static_cast<int>(structures_[i].red_) << "," 419 << static_cast<int>(structures_[i].red_) << ","
420 << static_cast<int>(structures_[i].green_) << "," 420 << static_cast<int>(structures_[i].green_) << ","
421 << static_cast<int>(structures_[i].blue_) << ")"; 421 << static_cast<int>(structures_[i].blue_) << ")";