Graphviz  2.41.20171026.1811
Functions
nodeset.c File Reference
#include <nodeset.h>
Include dependency graph for nodeset.c:

Go to the source code of this file.

Functions

nodeset_tmkNodeset ()
 
void freeNodeset (nodeset_t *s)
 
void clearNodeset (nodeset_t *s)
 
void insertNodeset (nodeset_t *ns, Agnode_t *n)
 
void removeNodeset (nodeset_t *ns, Agnode_t *n)
 
int sizeNodeset (nodeset_t *ns)
 
void printNodeset (nodeset_t *ns)
 

Function Documentation

void clearNodeset ( nodeset_t s)

Definition at line 76 of file nodeset.c.

References dtclear.

void freeNodeset ( nodeset_t s)

Definition at line 67 of file nodeset.c.

References dtclose(), and NULL.

void insertNodeset ( nodeset_t ns,
Agnode_t n 
)

Definition at line 84 of file nodeset.c.

References dtinsert, and nsitem_t::np.

nodeset_t* mkNodeset ( void  )

Definition at line 57 of file nodeset.c.

References dtopen(), and Dtoset.

void printNodeset ( nodeset_t ns)

Definition at line 112 of file nodeset.c.

References agnameof(), dtfirst, dtnext, and nsitem_t::np.

void removeNodeset ( nodeset_t ns,
Agnode_t n 
)

Definition at line 92 of file nodeset.c.

References dtdelete, and nsitem_t::np.

int sizeNodeset ( nodeset_t ns)

Definition at line 103 of file nodeset.c.

References dtsize().