/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/circogen/nodeset.h File Reference

#include <render.h>

Include dependency graph for nodeset.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  nsitem_t

Typedefs

typedef Dt_t nodeset_t

Functions

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


Typedef Documentation

typedef Dt_t nodeset_t

Definition at line 31 of file nodeset.h.


Function Documentation

void clearNodeset ( nodeset_t  ) 

Definition at line 79 of file nodeset.c.

References dtclear.

void freeNodeset ( nodeset_t  ) 

Definition at line 70 of file nodeset.c.

References dtclose(), and NULL.

void insertNodeset ( nodeset_t ns,
Agnode_t n 
)

Definition at line 87 of file nodeset.c.

References dtinsert, and nsitem_t::np.

nodeset_t* mkNodeset ( void   ) 

Definition at line 60 of file nodeset.c.

References dtopen(), and Dtoset.

void removeNodeset ( nodeset_t ,
Agnode_t n 
)

Definition at line 95 of file nodeset.c.

References dtdelete, and nsitem_t::np.

int sizeNodeset ( nodeset_t ns  ) 

Definition at line 106 of file nodeset.c.

References dtsize().


Generated on Mon Mar 31 19:04:14 2008 for Graphviz by  doxygen 1.5.1