#include <atpg.hpp>
Public Types | |
enum | DotFileType { Unknown, Digraph, Graph, N } |
Public Methods | |
SupportGraph () | |
Static Public Methods | |
DotFileType | getDotFileType (const string &path) |
Static Public Attributes | |
char * | _DotFileStringType [N] = {"Unknown","Digraph","Graph"} |
|
Definition at line 145 of file atpg.hpp. Referenced by getDotFileType(). |
|
Definition at line 148 of file atpg.hpp. References _DotFileStringType, and N. |
|
Definition at line 155 of file atpg.hpp. References Digraph, DotFileType, Graph, and Unknown. |
|
Definition at line 153 of file atpg.hpp. Referenced by SupportGraph(). |