Electromagnetic Template Library (EMTL)
|
Class used to detect whether a separator is needed for current iterator in text output (used to draw gnuplot graphs). More...
#include <analyzer.h>
Static Public Member Functions | |
static int | need_separator (const iter_t &it, int pmode, int dsep=0) |
Class used to detect whether a separator is needed for current iterator in text output (used to draw gnuplot graphs).
If pmode>=0, the corresponding endup coordinate (coord==pmode reaching end-of-sequence) causes a single separator. Also determines a behaviour to put double separator: dsep=0 never, dsep = 1 at all endup coords starting <=pmode, dsep =2 at each next endup coord after pmode (<pmode).
|
inlinestatic |