7 #include "fwAtoms/Map.hpp" 8 #include "fwAtoms/registry/macros.hpp" 19 Map::sptr cloneMap = Map::New();
20 for(
const ValueType &elem : m_value)
22 cloneMap->m_value.insert( ValueType(elem.first, elem.second->clone() ) );
fwAtoms contains basic objects to represent any other kind of object
Map is a container for mapping representation.
virtual FWATOMS_API Base::sptr clone() const override
Returns a clone object.