|
cgma
|
#include <DagDrawingTool.hpp>
Public Member Functions | |
| DagNodeTable (int num_rows) | |
| ~DagNodeTable () | |
| int | rows () const |
| DagNodeRow & | operator[] (int row) |
Protected Attributes | |
| DagNodeRow ** | array_ |
| int | length_ |
Definition at line 40 of file DagDrawingTool.hpp.
| DagNodeTable::DagNodeTable | ( | int | num_rows | ) |
| DagNodeRow & DagNodeTable::operator[] | ( | int | row | ) |
Definition at line 677 of file DagDrawingTool.cpp.
| int DagNodeTable::rows | ( | ) | const [inline] |
Definition at line 47 of file DagDrawingTool.hpp.
{ return length_; }
DagNodeRow** DagNodeTable::array_ [protected] |
Definition at line 52 of file DagDrawingTool.hpp.
int DagNodeTable::length_ [protected] |
Definition at line 53 of file DagDrawingTool.hpp.