- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/dicom/ReaderWriterDICOM.cpp
r12867 r13041 570 570 return true; 571 571 } 572 572 573 573 bool operator < (const SeriesIdentifier& rhs) const 574 574 { … … 663 663 SeriesIdentifier seriesIdentifier; 664 664 seriesIdentifier.set(fileformat.getDataset()); 665 665 666 666 // code for reading the intercept and scale that is required to convert to Hounsfield units. 667 667 bool rescaling = false;
