Inheritance diagram for DSRImageFrameList:

Public Member Functions | |
| DSRImageFrameList () | |
| default constructor | |
| DSRImageFrameList (const DSRImageFrameList &lst) | |
| copy constructor | |
| virtual | ~DSRImageFrameList () |
| destructor | |
| DSRImageFrameList & | operator= (const DSRImageFrameList &lst) |
| assignment operator | |
| OFCondition | print (ostream &stream, const size_t flags=0, const char separator= ',') const |
| print list of referenced frame numbers. | |
| OFCondition | read (DcmItem &dataset, OFConsole *logStream) |
| read list of referenced frame numbers | |
| OFCondition | write (DcmItem &dataset, OFConsole *logStream) const |
| write list of referenced frame numbers | |
| OFCondition | putString (const char *stringValue) |
| put list of referenced frame numbers as a string. | |
Definition at line 50 of file dsrimgfr.h.
|
|
copy constructor
|
|
|
assignment operator
|
|
||||||||||||||||
|
print list of referenced frame numbers. The output of a typical list looks like this: 1,2,3 or 1,... if shortened.
|
|
|
put list of referenced frame numbers as a string. This function expects the same input format as created by print(), i.e. a comma separated list of numerical values.
|
|
||||||||||||
|
read list of referenced frame numbers
|
|
||||||||||||
|
write list of referenced frame numbers
|