comparison OrthancServer/Internals/DicomFrameIndex.h @ 1950:533ff46e944b

return a single raw frame from DICOM videos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Apr 2016 11:07:02 +0200
parents 6c73df12ca51
children fc16ee04e71b
comparison
equal deleted inserted replaced
1949:d90f737f2dde 1950:533ff46e944b
70 } 70 }
71 71
72 void GetRawFrame(std::string& frame, 72 void GetRawFrame(std::string& frame,
73 unsigned int index) const; 73 unsigned int index) const;
74 74
75 static bool IsVideo(const DcmDataset& dataset);
76
75 static unsigned int GetFramesCount(DcmDataset& dataset); 77 static unsigned int GetFramesCount(DcmDataset& dataset);
76 }; 78 };
77 } 79 }