Sorting Network Verify and Draw
Check Whether Comparator Networks Sort and Draw Them
Enumerations
Defines.h File Reference

Useful definitions. More...

Go to the source code of this file.

Enumerations

enum class  eDrawStyle { Horizontal , Vertical }
 Drawing style. More...
 
enum class  eExport { Png , Svg , TeX }
 Export type. More...
 

Enumeration Type Documentation

◆ eDrawStyle

enum class eDrawStyle
strong

The drawing style is either Horizontal, with the minimum at the top or Vertical with the minimum to the left.

Definition at line 34 of file Defines.h.

◆ eExport

enum class eExport
strong

File type for image export.

Definition at line 42 of file Defines.h.