|
HDK
|
Include dependency graph for GA_EdgeMap.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | __GA_EdgeMap_h__ |
Typedefs | |
| template<typename ToType > | |
| using | GA_EdgeMap = UT_ArrayMap< GA_Edge, ToType > |
| A helper specialization of UT_Map to support a map keyed by GA_Edge or GA_DirectedEdge. More... | |
| template<typename ToType > | |
| using | GA_DirectedEdgeMap = UT_ArrayMap< GA_DirectedEdge, ToType > |
| #define __GA_EdgeMap_h__ |
Definition at line 14 of file GA_EdgeMap.h.
| using GA_DirectedEdgeMap = UT_ArrayMap<GA_DirectedEdge, ToType> |
Definition at line 25 of file GA_EdgeMap.h.
| using GA_EdgeMap = UT_ArrayMap<GA_Edge, ToType> |
A helper specialization of UT_Map to support a map keyed by GA_Edge or GA_DirectedEdge.
Definition at line 22 of file GA_EdgeMap.h.