Go to the documentation of this file.
14 #ifndef GDCMFILENAMEEVENT_H
15 #define GDCMFILENAMEEVENT_H
36 virtual const char *
GetEventName()
const {
return "FileNameEvent"; }
38 {
return dynamic_cast<const Self*
>(e) ?
true :
false; }
44 const char *
GetFileName()
const {
return m_FileName.c_str(); }
46 void operator=(
const Self&);
47 std::string m_FileName;
53 #endif //GDCMFILENAMEEVENT_H
Generated on Thu Oct 17 2013 10:05:56 for GDCM by
1.8.4