Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::layout_tolerance< T > Struct Template Reference

Determines when to terminate layout of a particular graph based on a given relative tolerance. More...

#include <kamada_kawai_spring_layout.hpp>

Public Member Functions

 layout_tolerance (const T &tolerance=T(0.001))
 
template<typename Graph >
bool operator() (T delta_p, typename boost::graph_traits< Graph >::vertex_descriptor p, const Graph &g, bool global)
 

Detailed Description

template<typename T = double>
struct boost::layout_tolerance< T >

Determines when to terminate layout of a particular graph based on a given relative tolerance.

Constructor & Destructor Documentation

template<typename T = double>
boost::layout_tolerance< T >::layout_tolerance ( const T tolerance = T(0.001))
inline

Member Function Documentation

template<typename T = double>
template<typename Graph >
bool boost::layout_tolerance< T >::operator() ( T  delta_p,
typename boost::graph_traits< Graph >::vertex_descriptor  p,
const Graph &  g,
bool  global 
)
inline

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