src/vertexmap.h

changeset 206
654661eab7f3
parent 200
ca23936b455b
child 259
c27612f0eac0
equal deleted inserted replaced
205:1a4342d80de7 206:654661eab7f3
1 #ifndef VERTEXMAP_H 1 #ifndef VERTEXMAP_H
2 #define VERTEXMAP_H 2 #define VERTEXMAP_H
3 #include <set> 3 #include <set>
4 #include "main.h" 4 #include "basics.h"
5 #include "model.h" 5 #include "model.h"
6 6
7 /** 7 /**
8 * @brief Collects a map of all vertices in a model to all objects that use the specified vertex. 8 * @brief Collects a map of all vertices in a model to all objects that use the specified vertex.
9 */ 9 */

mercurial