Home
last modified time | relevance | path

Searched refs:ConstrainedFDLayout (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/
H A Dcolafd.cpp96 ConstrainedFDLayout::ConstrainedFDLayout(const vpsc::Rectangles& rs, in ConstrainedFDLayout() function in cola::ConstrainedFDLayout
147 std::vector<double> ConstrainedFDLayout::readLinearD(void) in readLinearD()
227 void ConstrainedFDLayout::computePathLengths( in computePathLengths()
286 void ConstrainedFDLayout::setPosition(Position& pos) { in setPosition()
898 ConstrainedFDLayout::~ConstrainedFDLayout() in ~ConstrainedFDLayout()
916 void ConstrainedFDLayout::freeAssociatedObjects(void) in freeAssociatedObjects()
1172 double ConstrainedFDLayout::applyDescentVector( in applyDescentVector()
1225 void ConstrainedFDLayout::computeForces( in computeForces()
1292 double ConstrainedFDLayout::computeStepSize( in computeStepSize()
1314 double ConstrainedFDLayout::computeStress() const { in computeStress()
[all …]
H A Dcola.h525 class ConstrainedFDLayout; variable
595 virtual double applyForcesAndConstraints(ConstrainedFDLayout *layout, in applyForcesAndConstraints()
622 class ConstrainedFDLayout {
652 ConstrainedFDLayout(
659 ~ConstrainedFDLayout();
H A Dcluster.h140 friend class ConstrainedFDLayout;
204 friend class ConstrainedFDLayout; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/tests/
H A Dunconstrained.cpp61 ConstrainedFDLayout alg(rs,es,width/2,nullptr,&test); in main()
H A Dinvalid.cpp59 ConstrainedFDLayout alg(rs, es, width/2); in main()
H A Dunsatisfiable.cpp59 ConstrainedFDLayout alg(rs,es,width/2); in main()
H A DFixedRelativeConstraint01.cpp38 ConstrainedFDLayout alg(rs, es, defaultEdgeLength); in main()
H A DoverlappingClusters04.cpp32 ConstrainedFDLayout alg(rs, es, defaultEdgeLength, eLengths); in main()
H A Dconstrained.cpp72 ConstrainedFDLayout alg2(rs,es,width/2); in main()
H A Drandom_graph.cpp102 ConstrainedFDLayout alg2(rs,es,defaultEdgeLength, in main()
H A DoverlappingClusters02.cpp53 ConstrainedFDLayout alg(rs, es, defaultEdgeLength, eLengths); in main()
H A Dresize.cpp114 ConstrainedFDLayout alg(rs,es,idealLength,nullptr,test,&preIteration); in resize()
H A Dboundary.cpp105 cola::ConstrainedFDLayout alg(rs,es,idealLength,nullptr,test,&preIteration); in clusterBoundary()
H A Dlarge_graph.cpp133 ConstrainedFDLayout alg2(rs,es,defaultEdgeLength,nullptr,test); in main()
H A DinitialOverlap.cpp143 ConstrainedFDLayout alg(rs, es, defaultEdgeLength, eLengths); in main()
H A Dtopology.cpp158 ConstrainedFDLayout alg(rs,es,idealLength,nullptr,test,&preIteration); in randomMove()
H A DStillOverlap01.cpp210 ConstrainedFDLayout alg(rs, es, defaultEdgeLength); in main()
H A Dmakefeasible.cpp329 ConstrainedFDLayout alg2(rs,es,defaultEdgeLength,nullptr,test); in main()
H A Dplanar.cpp275 ConstrainedFDLayout alg(t.rs,t.es,70.0,nullptr,test,nullptr); in test()
H A DoverlappingClusters01.cpp203 ConstrainedFDLayout alg(rs, es, defaultEdgeLength, eLengths); in main()
H A Dmakefeasible02.cpp925 ConstrainedFDLayout alg(rs, es, defaultEdgeLength); in main()
H A DrectangularClusters01.cpp996 ConstrainedFDLayout alg(rs, es, defaultEdgeLength, eLengths); in main()
H A DStillOverlap02.cpp1678 ConstrainedFDLayout alg(rs, es, defaultEdgeLength); in main()
H A Drectclustershapecontainment.cpp2162 ConstrainedFDLayout alg(rs, es, defaultEdgeLength); in main()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libcola/doc/
H A Ddescription.doc27 The algorithms used for ConstrainedFDLayout are described in the following papers. If you use libc…