class
DrawIdrawComp
: public
FrameIdrawComp
(Return to index)
top-level component for a drawserv document.
Type:
Instantiable
Base Classes:
public
FrameIdrawComp
Derived Classes
Include file:
DrawServ/drawcomps.h
Public:
void
AppendEdge
(
EdgeComp
*)
add edge component to the graph.
virtual
Component
*
Copy
()
DrawIdrawComp
(const char* pathname = nil,
OverlayComp
* parent = nil)
DrawIdrawComp
(istream&, const char* pathname = nil,
OverlayComp
* parent = nil)
virtual ClassId
GetClassId
()
int
GetNumEdge
()
number of edges in graph.
int
GetNumNode
()
number of nodes in graph.
UList
*
GraphEdges
()
virtual boolean
IsA
(ClassId)
virtual
~DrawIdrawComp
()
Protected:
ParamList
*
GetParamList
()
void
GrowParamList
(
ParamList
* pl)
static
ParamList
*
_com_idraw_params
UList
*
_graphedges
int
_num_edge
int
_num_node
(more documentation)