Class xlifepp::IntgMeth#

class IntgMeth#

Collaboration diagram for xlifepp::IntgMeth:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="xlifepp::IntegrationMethod" tooltip="xlifepp::IntegrationMethod"] "1" [label="xlifepp::IntgMeth" tooltip="xlifepp::IntgMeth" fillcolor="#BFBFBF"] "1" -> "2" [dir=forward tooltip="usage"] }

structure to handle a triplet (integration method, function part, lower bound)

Public Members

real_t bound#

bound value used by some geometric criterium (for instance d(Ei,Ej)>bound)

FunctionPart functionPart#

function part involved

const IntegrationMethod *intgMeth#

pointer to an IntegrationMethod