14 #ifndef GDCMPROGRESSEVENT_H
15 #define GDCMPROGRESSEVENT_H
36 virtual const char *
GetEventName()
const {
return "ProgressEvent"; }
38 {
return dynamic_cast<const Self*
>(e) ?
true :
false; }
46 void operator=(
const Self&);
53 #endif //GDCMPROGRESSEVENT_H
ProgressEvent(const Self &s)
Definition: gdcmProgressEvent.h:41
void SetProgress(double p)
Definition: gdcmProgressEvent.h:43
virtual ::gdcm::Event * MakeObject() const
Definition: gdcmProgressEvent.h:39
ProgressEvent Self
Definition: gdcmProgressEvent.h:32
virtual const char * GetEventName() const
Definition: gdcmProgressEvent.h:36
AnyEvent Superclass
Definition: gdcmProgressEvent.h:33
Definition: gdcmEvent.h:85
ProgressEvent(double p=0)
Definition: gdcmProgressEvent.h:34
virtual ~ProgressEvent()
Definition: gdcmProgressEvent.h:35
virtual bool CheckEvent(const ::gdcm::Event *e) const
Definition: gdcmProgressEvent.h:37
double GetProgress() const
Definition: gdcmProgressEvent.h:44
Definition: gdcmASN1.h:20
ProgressEvent Special type of event triggered during.
Definition: gdcmProgressEvent.h:29