Go to the documentation of this file.00001
00002
00003
00004
00005
00008
00009 #ifndef lgrAnnotationConversions_H_
00010 #define lgrAnnotationConversions_H_
00011
00012 #include "lgrAnn.h"
00013
00014 namespace MAKLogger
00015 {
00016 class DtLgrAnnotation;
00017
00019 class DT_DLL_LGRANN DtLgrAnnotationConversions
00020 {
00021 public:
00022
00024 static void registerConversions();
00025
00027 static DtLgrAnnotation* convertPointToRange(const DtLgrAnnotation*);
00028
00030 static DtLgrAnnotation* convertRangeToPoint(const DtLgrAnnotation*);
00031 };
00032 }
00033
00034 #endif