14 namespace BuildingFootprints
20 void Shrink(
int newSize);
22 std::vector<Streaming::MortonKey> OrderedKeys()
const;
24 typedef std::list<Streaming::MortonKey> KeyList;
25 typedef std::map<Streaming::MortonKey, KeyList::iterator> KeysToListNodes;
26 KeyList m_keysMostRecentlyUsedFirst;
27 KeysToListNodes m_keysToListNodes;