HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_EdgeMap.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: GA_EdgeMap.h (GA Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #pragma once
12 
13 #ifndef __GA_EdgeMap_h__
14 #define __GA_EdgeMap_h__
15 
16 #include "GA_Edge.h"
17 #include "GA_EdgeSet.h"
18 #include <UT/UT_ArrayMap.h>
19 
20 /// A helper specialization of UT_Map to support a map keyed by GA_Edge or GA_DirectedEdge
21 template <typename ToType>
23 
24 template <typename ToType>
26 
27 #endif