Map from named Atom identifiers to contained values class.
- Author
- Stuart G. Mentzer (Stuar.nosp@m.t_Me.nosp@m.ntzer.nosp@m.@obj.nosp@m.exx.c.nosp@m.om), Rocco Moretti (rmore.nosp@m.ttia.nosp@m.se@gm.nosp@m.ail..nosp@m.com)
- Note
- Implemented as a vector< std::map > for fast residue lookup but this has slower insertion/deletion than a std::map or other associative containers
- The outer vector is indexed by the residue number
- The inner map is a map indexed by name strings (white-space stripped)
- The interface tries to conform to that of AtomID_Map, aside from the nessecary atom index -> string conversion
- The two are not related by inheritance, however, just as AtomID and NamedAtomID aren't related.