|
Graphviz 14.0.5~dev.20251117.1017
|
Data Fields | |
| FILE * | outfp |
| char ** | infiles |
| int | maxcluster |
| int | clustering_method |
| int | outer_iter |
| int | method |
| int | compatibility_method |
| double | K |
| fmt_t | fmt |
| int | nneighbors |
| int | max_recursion |
| double | angle_param |
| double | angle |
| unsigned | graphSize1 |
| unsigned | graphSize2 |
| unsigned | cnt |
| unsigned | parm1 |
| unsigned | parm2 |
| int | Verbose |
| int | isPartial |
| int | foldVal |
| int | directed |
| FILE * | outfile |
| char * | pfx |
| char * | name |
| unsigned | seed |
| initial state for random number generator | |
| double opts_t::angle |
Definition at line 51 of file minglemain.cpp.
| double opts_t::angle_param |
Definition at line 50 of file minglemain.cpp.
| int opts_t::clustering_method |
| int opts_t::compatibility_method |
Definition at line 45 of file minglemain.cpp.
| int opts_t::directed |
Definition at line 48 of file gvgen.c.
Referenced by closeOpen(), init(), and main().
| fmt_t opts_t::fmt |
Definition at line 47 of file minglemain.cpp.
| unsigned opts_t::graphSize1 |
Definition at line 40 of file gvgen.c.
Referenced by init(), main(), setOne(), setTwo(), setTwoOpt(), and setTwoTwoOpt().
| unsigned opts_t::graphSize2 |
Definition at line 41 of file gvgen.c.
Referenced by init(), main(), setTwo(), setTwoOpt(), and setTwoTwoOpt().
| double opts_t::K |
Definition at line 46 of file minglemain.cpp.
| int opts_t::max_recursion |
Definition at line 49 of file minglemain.cpp.
| int opts_t::method |
Definition at line 44 of file minglemain.cpp.
| int opts_t::nneighbors |
Definition at line 48 of file minglemain.cpp.
| int opts_t::outer_iter |
Definition at line 43 of file minglemain.cpp.
| FILE* opts_t::outfile |
| unsigned opts_t::parm1 |
Definition at line 43 of file gvgen.c.
Referenced by main(), and setTwoTwoOpt().
| unsigned opts_t::parm2 |
Definition at line 44 of file gvgen.c.
Referenced by main(), and setTwoTwoOpt().
| char* opts_t::pfx |
| int opts_t::Verbose |