cgma
|
#include <DagDrawingTool.hpp>
Public Member Functions | |
DagNodeRow (DLIList< TopologyEntity * > &node_list) | |
~DagNodeRow () | |
int | length () const |
TopologyEntity *& | operator[] (int index) |
Protected Attributes | |
TopologyEntity ** | array_ |
int | length_ |
Definition at line 25 of file DagDrawingTool.hpp.
DagNodeRow::DagNodeRow | ( | DLIList< TopologyEntity * > & | node_list | ) |
Definition at line 629 of file DagDrawingTool.cpp.
int DagNodeRow::length | ( | ) | const [inline] |
Definition at line 32 of file DagDrawingTool.hpp.
{ return length_; }
TopologyEntity *& DagNodeRow::operator[] | ( | int | index | ) |
Definition at line 649 of file DagDrawingTool.cpp.
TopologyEntity** DagNodeRow::array_ [protected] |
Definition at line 36 of file DagDrawingTool.hpp.
int DagNodeRow::length_ [protected] |
Definition at line 37 of file DagDrawingTool.hpp.