25 #ifndef WCOLOREDVERTICES_H
26 #define WCOLOREDVERTICES_H
31 #include "../WTransferable.h"
32 #include "../WColor.h"
64 virtual const std::string
getName()
const;
85 const std::map< size_t, WColor >&
getData()
const;
92 void setData(
const std::map< size_t, WColor >& data );
103 return "WColoredVertices";
108 return "Represents a std::map where for each vertex ID a color is stored.";
121 #endif // WCOLOREDVERTICES_H