1#ifndef ICONTOUREXTRACTOR_H
2#define ICONTOUREXTRACTOR_H
38 std::array<fit_app::ParameterDefinition, 2>
p_defs;
std::function< double(double, double)> ScalarField2D
Input configuration for a two-dimensional contour extraction.
std::size_t resolution
Requested grid or sampling resolution.
std::array< fit_app::ParameterDefinition, 2 > p_defs
Parameter definitions for the two scanned axes.
std::array< double, 4 > bounds
Extraction domain as {xmin, xmax, ymin, ymax}.
double level
Target scalar-field level to extract.
Output of a contour extraction algorithm.
bool success
Whether extraction produced a valid contour.
std::set< Path > paths
Extracted contour paths.
double level
Level actually targeted by the extraction.