| 70 | }; |
| 71 | |
| 72 | struct gt_pair_float_string |
| 73 | { |
| 74 | bool operator()( |
| 75 | const std::pair<float, std::string>& s1, const std::pair<float, std::string>& s2) const |
| 76 | { |
| 77 | return s1.first > s2.first; |
| 78 | } |
| 79 | }; |
| 80 | |
| 81 | DICOMAppHelper::DICOMAppHelper() |
| 82 | { |
no outgoing calls
no test coverage detected