#include <vector>
#include <array>
#include <set>
#include <map>
#include <stack>
#include <optional>
#include <memory>
#include "functions.h"
Go to the source code of this file.
|
| namespace | std |
| | Hash specialization for SymbolId<Tag>.
|
| |
◆ Index
| using Index = std::pair<int, int> |
◆ Path
◆ Point
| using Point = std::pair<double, double> |
◆ ScalarField2D
◆ Segment
◆ CellStatus
| Enumerator |
|---|
| INTERNAL | |
| EMPTY_LEAF | |
| ACTIVE_LEAF | |
Definition at line 38 of file contour.h.
◆ MASK_LOOKUP
| const std::vector<std::set<Index> > MASK_LOOKUP |
|
inline |
Initial value:{
{},
{{3, 0}},
{{0, 1}},
{{3, 1}},
{{1, 2}},
{{3, 2}, {0, 1}},
{{0, 2}},
{{3, 2}},
{{2, 3}},
{{0, 2}},
{{0, 3}, {1, 2}},
{{1, 2}},
{{1, 3}},
{{0, 1}},
{{3, 0}},
{}
}
Definition at line 19 of file contour.h.