#include <ogdf/internal/cluster/Cluster_ChunkConnection.h>
Public Member Functions | |
| ChunkConnection (ABA_MASTER *master, const ArrayBuffer< node > &chunk, const ArrayBuffer< node > &cochunk) | |
| virtual | ~ChunkConnection () |
| virtual double | coeff (ABA_VARIABLE *v) |
| int | coeff (const nodePair &n) |
| int | coeff (node v1, node v2) |
| void | printMe (ostream &out) const |
Private Attributes | |
| Array< node > | m_chunk |
| Array< node > | m_cochunk |
Definition at line 65 of file Cluster_ChunkConnection.h.
| ogdf::ChunkConnection::ChunkConnection | ( | ABA_MASTER * | master, |
| const ArrayBuffer< node > & | chunk, | ||
| const ArrayBuffer< node > & | cochunk | ||
| ) |
| virtual ogdf::ChunkConnection::~ChunkConnection | ( | ) | [virtual] |
| virtual double ogdf::ChunkConnection::coeff | ( | ABA_VARIABLE * | v | ) | [inline, virtual] |
Definition at line 80 of file Cluster_ChunkConnection.h.
| int ogdf::ChunkConnection::coeff | ( | const nodePair & | n | ) | [inline, virtual] |
Implements ogdf::BaseConstraint.
Definition at line 85 of file Cluster_ChunkConnection.h.
| int ogdf::ChunkConnection::coeff | ( | node | v1, |
| node | v2 | ||
| ) |
| void ogdf::ChunkConnection::printMe | ( | ostream & | out | ) | const [inline] |
Definition at line 88 of file Cluster_ChunkConnection.h.
Array<node> ogdf::ChunkConnection::m_chunk [private] |
Definition at line 104 of file Cluster_ChunkConnection.h.
Array<node> ogdf::ChunkConnection::m_cochunk [private] |
Definition at line 105 of file Cluster_ChunkConnection.h.