Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Functions
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
 

Macros

#define NODESET_H
 

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)
 

Macro Definition Documentation

#define NODESET_H

Definition at line 19 of file nodeset.h.

Typedef Documentation

typedef Dt_t nodeset_t

Definition at line 28 of file nodeset.h.

Function Documentation

void clearNodeset ( nodeset_t )

Definition at line 76 of file nodeset.c.

References dtclear.

void freeNodeset ( nodeset_t )

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 removeNodeset ( nodeset_t ,
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().