class
DrawCatalog
: public
FrameCatalog
(Return to index)
catalog for use with drawserv.
Type:
Instantiable
Base Classes:
public
FrameCatalog
Derived Classes
Include file:
DrawServ/drawcatalog.h
Public:
DrawCatalog
(const char*,
Creator
*)
virtual
OverlayComp
*
ReadComp
(const char*, istream&,
OverlayComp
* =nil)
boolean
Retrieve
(const char*,
Component
*&)
virtual void
graph_finish
()
virtual void
graph_init
(
DrawIdrawComp
* comps, int num_edge, int num_node)
Protected:
DrawIdrawComp
*
_comps
int
_edge_cnt
EdgeComp
**
_edges
int*
_endnode
int
_node_cnt
NodeComp
**
_nodes
int
_num_edge
int
_num_node
int*
_startnode
(more documentation)