HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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>
22
using
GA_EdgeMap
=
UT_ArrayMap<GA_Edge, ToType>
;
23
24
template
<
typename
ToType>
25
using
GA_DirectedEdgeMap
=
UT_ArrayMap<GA_DirectedEdge, ToType>
;
26
27
#endif
UT::ArrayMap
Definition:
UT_ArrayMap.h:85
GA_Edge.h
GA_EdgeSet.h
UT_ArrayMap.h
GA
GA_EdgeMap.h
Generated on Wed Nov 13 2024 02:43:52 for HDK by
1.8.6