HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GD_TrimGraph.h File Reference
#include "GD_API.h"
+ Include dependency graph for GD_TrimGraph.h:

Go to the source code of this file.

Classes

class  GD_TrimGraph
 

Typedefs

typedef int GD_VERTEX
 
typedef int GD_EDGE
 

Enumerations

enum  GD_TrimGraphError { GD_NONE = 0, GD_CANT_FIND_LOOP = 1, GD_NOT_TWO_SIDES = 2 }
 

Typedef Documentation

typedef int GD_EDGE

Definition at line 22 of file GD_TrimGraph.h.

typedef int GD_VERTEX

Definition at line 21 of file GD_TrimGraph.h.

Enumeration Type Documentation

Enumerator
GD_NONE 
GD_CANT_FIND_LOOP 
GD_NOT_TWO_SIDES 

Definition at line 24 of file GD_TrimGraph.h.