df Struct Reference

Core data structure to store all formatting information for the individual vertices for the graph being constructed. More...

#include <dot.h>

List of all members.

Public Attributes

int id
 Identifier of the vertex.
int type
 0=sentinel, 1=gray, 2=black+whiteFont
dfnext
 Next format information.


Detailed Description

Core data structure to store all formatting information for the individual vertices for the graph being constructed.


Member Data Documentation

int df::id

Identifier of the vertex.

struct df* df::next

Next format information.

int df::type

0=sentinel, 1=gray, 2=black+whiteFont


The documentation for this struct was generated from the following file: Algorithm Development Kit 1.0