Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_gr_graph_t Struct Reference

#include <graph.h>


Data Fields

unsigned int magic
const char * name
void * data
const struct _gr_backend_tbe
const struct _gr_graph_model_tmodel
const gr_domain_tdomain
gr_generic_listener_tlistener [GR_LISTENER_MAX]
_gr_generation_tgeneration


Detailed Description

The graph instance.

Definition at line 122 of file graph.h.


Field Documentation

const struct _gr_backend_t* _gr_graph_t::be
 

The backend.

Definition at line 126 of file graph.h.

Referenced by gr_backend_new_graph().

void* _gr_graph_t::data
 

Definition at line 125 of file graph.h.

Referenced by gr_check_facade().

const gr_domain_t* _gr_graph_t::domain
 

the domain of this graph

Definition at line 128 of file graph.h.

Referenced by gr_check_facade().

struct _gr_generation_t* _gr_graph_t::generation
 

generations

Definition at line 130 of file graph.h.

Referenced by gr_backend_new_graph(), and gr_backend_open_graph().

gr_generic_listener_t* _gr_graph_t::listener[GR_LISTENER_MAX]
 

the listeners

Definition at line 129 of file graph.h.

Referenced by gr_backend_new_graph(), and gr_backend_open_graph().

unsigned int _gr_graph_t::magic
 

must be GR_GRAPH_MAGIC

Definition at line 123 of file graph.h.

Referenced by gr_check_facade().

const struct _gr_graph_model_t* _gr_graph_t::model
 

the graph model of this graph

Definition at line 127 of file graph.h.

Referenced by cm_get_validate_info(), gr_backend_new_graph(), gr_backend_open_graph(), gr_check_facade(), and gr_clone().

const char* _gr_graph_t::name
 

name of this graph

Definition at line 124 of file graph.h.

Referenced by gr_check_facade().


The documentation for this struct was generated from the following file:
Generated on Wed Apr 5 15:28:20 2006 for libgr by  doxygen 1.4.1