DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Helper class which wraps searchPropertyEqual and findItem to make it easier to search through an IOD. More...
Public Types | |
typedef searchPropertyEqual < IOD, Item, type, arg2, argument2 > | searchType |
Typedef for simplifying usage of searchPropertyEqual. | |
Static Public Member Functions | |
static IOD::Item & | search (IOD &seq, const type &wanted, typename searchType::funcType func) |
Find an item in a sequence. More... | |
Helper class which wraps searchPropertyEqual and findItem to make it easier to search through an IOD.
IOD | the type of the IOD that should be checked |
Item | this should always be IOD::Item. Sadly, MSC6 can't figure that out by itself and so we must explicitly tell it about this type. |
type | the type that is being searched for |
arg2 | the type of the second argument to the getter function |
argument2 | the value of the second argument to the getter function |
|
inlinestatic |
Find an item in a sequence.
seq | the sequence to search through |
wanted | the value that should be found |
func | function that gets a value from a sequence item |