Inheritance diagram for DSRGraphicDataList:
Public Member Functions | |
DSRGraphicDataList () | |
default constructor | |
DSRGraphicDataList (const DSRGraphicDataList &lst) | |
copy constructor | |
virtual | ~DSRGraphicDataList () |
destructor | |
DSRGraphicDataList & | operator= (const DSRGraphicDataList &lst) |
assignment operator | |
OFCondition | print (ostream &stream, const size_t flags=0, const char pairSeparator= '/', const char itemSeparator= ',') const |
print list of graphic data. | |
OFCondition | read (DcmItem &dataset, OFConsole *logStream) |
read list of graphic data | |
OFCondition | write (DcmItem &dataset, OFConsole *logStream) const |
write list of graphic data | |
const DSRGraphicDataItem & | getItem (const size_t idx) const |
get reference to the specified item | |
OFCondition | getItem (const size_t idx, Float32 &column, Float32 &row) const |
get copy of the specified value pair | |
void | addItem (const Float32 column, const Float32 row) |
add value pair to the list | |
OFCondition | putString (const char *stringValue) |
put list of graphic data as a string. |
Definition at line 112 of file dsrscogr.h.
|
copy constructor
|
|
add value pair to the list
|
|
get copy of the specified value pair
|
|
get reference to the specified item
Reimplemented from DSRListOfItems< DSRGraphicDataItem >. |
|
assignment operator
|
|
print list of graphic data. The output of a typical list looks like this: 0/0,127/127,255/255
|
|
put list of graphic data as a string. This function expects the same input format as created by print(), i.e. a comma separated list of numerical value pairs.
|
|
read list of graphic data
|
|
write list of graphic data
|