40 MapTableEntry::size_type s = TableInternal.size();
43 MapTableEntry::value_type(tag, te));
44 assert( s < TableInternal.size() );
49 MapTableEntry::const_iterator it =
50 TableInternal.find(tag);
51 if (it == TableInternal.end())
53 assert( 0 &&
"Impossible" );
63 MapTableEntry TableInternal;
std::map< Tag, TableEntry > MapTableEntry
Definition: gdcmTable.h:31
const TableEntry & GetTableEntry(const Tag &tag) const
Definition: gdcmTable.h:47
friend std::ostream & operator<<(std::ostream &_os, const Table &_val)
~Table()
Definition: gdcmTable.h:33
void InsertEntry(Tag const &tag, TableEntry const &te)
Definition: gdcmTable.h:37
Table()
Definition: gdcmTable.h:32
TableEntry.
Definition: gdcmTableEntry.h:27
Table.
Definition: gdcmTable.h:28
Class to represent a DICOM Data Element (Attribute) Tag (Group, Element). Basically an uint32_t which...
Definition: gdcmTag.h:38
Definition: gdcmASN1.h:20