HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_EdgeSet.h File Reference
#include "GA_Edge.h"
#include <UT/UT_ArraySet.h>
+ Include dependency graph for GA_EdgeSet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  UT::DefaultClearer< GA_EdgeT< T, DIRECTED > >
 For possible use with UT::ArraySet or UT::ArrayMap. More...
 

Namespaces

 UT
 

Macros

#define __GA_EdgeSet_h__
 

Typedefs

using GA_EdgeSet = UT_ArraySet< GA_Edge >
 A helper specialization of UT_Set to support a map keyed by GA_Edge or GA_DirectedEdge. More...
 
using GA_DirectedEdgeSet = UT_ArraySet< GA_DirectedEdge >
 

Macro Definition Documentation

#define __GA_EdgeSet_h__

Definition at line 14 of file GA_EdgeSet.h.

Typedef Documentation

Definition at line 41 of file GA_EdgeSet.h.

A helper specialization of UT_Set to support a map keyed by GA_Edge or GA_DirectedEdge.

Definition at line 40 of file GA_EdgeSet.h.