#include <ogdf/energybased/spring_embedder/common.h>
Public Member Functions | |
CommonForceModelBase (const Array< NodeInfo > &vInfo, const Array< int > &adjLists, double idealEdgeLength) | |
double | eps () const |
Protected Member Functions | |
DPoint | computeFruchtermanReingoldAttractiveForce (int j, int idealExponent) const |
double | normByIdealEdgeLength (double norm) const |
Protected Attributes | |
const Array< int > & | m_adjLists |
double | m_idealEdgeLength |
const Array< NodeInfo > & | m_vInfo |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
protected |
|
protected |
|
protected |