Wildmeshing Toolkit
Loading...
Searching...
No Matches
local_dart_action.hpp
Go to the documentation of this file.
1
2#pragma once
3#include <wmtk/Primitive.hpp>
5
6// NOTE: this header primarily exists to simplify unit testing, not really for use
7namespace wmtk::autogen {
8class SimplexDart;
9int8_t local_dart_action(const SimplexDart& sd, int8_t s, int8_t action);
10Dart local_dart_action(const SimplexDart& sd, const Dart& d, int8_t target);
11
12} // namespace wmtk::autogen
int8_t local_dart_action(const SimplexDart &sd, int8_t s, int8_t action)