Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IContourExtractor.h File Reference

Common data structures and interface for 2D contour extraction. More...

#include <vector>
#include <set>
#include <memory>
#include <functional>
#include "Math.h"
Include dependency graph for IContourExtractor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ContourRequest
 Input configuration for a two-dimensional contour extraction. More...
 
struct  Contour
 Output of a contour extraction algorithm. More...
 
class  IContourExtractor
 Abstract interface for algorithms extracting 2D contour paths. More...
 

Detailed Description

Common data structures and interface for 2D contour extraction.

A contour extractor receives a scalar field $f(x,y)$ and returns the points approximating the level set $f(x,y)=c$ requested by ContourRequest::level.

Definition in file IContourExtractor.h.