]> Creatis software - gdcm.git/commit
According to some requierements, if user knows more about his images
authorjpr <jpr>
Tue, 30 Aug 2005 08:12:40 +0000 (08:12 +0000)
committerjpr <jpr>
Tue, 30 Aug 2005 08:12:40 +0000 (08:12 +0000)
commit02e5b298070faff881e584dd818d85bfc05e92bf
treea75ebd9802afa520109fb23192f57b102bc12fc7
parent90028533d21e1950958b444f4eb91b6d78b9bb59
According to some requierements, if user knows more about his images
than gdcm does, he may supply his own comparison function.

void SerieHelper::SetUserLessThanFunction(UserLessThanFunction);
with
bool UserLessThanFunction(File *, File*);
src/gdcmSerieHelper.cxx
src/gdcmSerieHelper.h