Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
Cell Struct Reference

#include <contour.h>

Public Attributes

std::array< Index, 4 > vertices
 
std::array< double, 4 > values
 
std::size_t depth
 
CellStatus status
 
std::optional< std::array< std::unique_ptr< Cell >, 4 > > children
 

Static Public Attributes

static const std::vector< IndexEDGES {{0, 1}, {1, 2}, {2, 3}, {3, 0}}
 

Detailed Description

Definition at line 44 of file contour.h.

Member Data Documentation

◆ children

std::optional<std::array<std::unique_ptr<Cell>, 4> > Cell::children

Definition at line 51 of file contour.h.

◆ depth

std::size_t Cell::depth

Definition at line 49 of file contour.h.

◆ EDGES

const std::vector<Index> Cell::EDGES {{0, 1}, {1, 2}, {2, 3}, {3, 0}}
inlinestatic

Definition at line 45 of file contour.h.

◆ status

CellStatus Cell::status

Definition at line 50 of file contour.h.

◆ values

std::array<double, 4> Cell::values

Definition at line 48 of file contour.h.

◆ vertices

std::array<Index, 4> Cell::vertices

Definition at line 47 of file contour.h.


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