7 #include "CollisionVisualization.h"
15 namespace CollisionVisualization
23 void Remove(
const std::string& materialPrefix);
25 bool Contains(
const std::string& materialPrefix)
const;
28 std::vector<MaterialSelectionModelEntry*> GetAllModelEntries()
const;
30 typedef std::map<std::string, MaterialSelectionModelEntry*> MaterialPrefixToModelEntry;
32 MaterialPrefixToModelEntry m_materialPrefixToModelEntry;