Back to Arangodb

Struct template layout_tolerance

3rdParty/boost/1.78.0/libs/graph/doc/layout_tolerance.html

3.12.9.11.4 KB
Original Source

| Home | Libraries | People | FAQ | More |


Struct template layout_tolerance

boost::layout_tolerance — Determines when to terminate layout of a particular graph based on a given relative tolerance.

Synopsis

**template** < **typename** T = double> **struct** layout_tolerance {_// [construct/copy/destruct](layout_tolerance.html#layout_toleranceconstruct-copy-destruct)_[layout\_tolerance](layout_tolerance.html#id103752-bb)( **const** T & = T(0.001));_// [public member functions](layout_tolerance.html#id103692-bb)_ **template** < **typename** Graph> **bool** [**operator** ()](layout_tolerance.html#id103697-bb)(T, **typename** boost::graph_traits< Graph >::vertex_descriptor, **const** Graph &, **bool** ) ;
};

Where Defined

boost/graph/kamada_kawai_spring_layout.hpp

layout_tolerance construct/copy/destruct

layout_tolerance( **const** T & tolerance = T(0.001));

layout_tolerance public member functions

**template** < **typename** Graph> **bool**** operator**()(T delta_p,**typename **boost::graph_traits< Graph >::vertex_descriptor p,** const **Graph & g,** bool**global) ;

| | |