dyng
DynamicGraphLayout
Public Member Functions | Public Attributes | List of all members
dyng::cooling Struct Reference

Structure representing a cooling strategy. More...

#include <cooling.h>

Public Member Functions

 cooling (unsigned iterations, float start_temperature, std::function< float(float)> anneal)
 

Public Attributes

unsigned iterations
 
float start_temperature
 
std::function< float(float)> anneal
 

Detailed Description

Structure representing a cooling strategy.

Used in fruchterman_reingold and foresighted_layout.


The documentation for this struct was generated from the following file: