Wildmeshing Toolkit
Loading...
Searching...
No Matches
Enums.hpp
Go to the documentation of this file.
1#pragma once
2namespace wmtk::operations {
3// default operation types
5//rib and collapse have hte same prototypes / default funs available
9 CopyOther, // per-dimension "other" simplex option
10 Mean,
11 Throw,
12 None
13};
14// default operation types, default specifies for rational/double we use averages , o/w copytuple
16 Default,
18 CopyOther, // per-dimension "other" simplex option
19 Mean,
20 Throw,
21 None
22};
23} // namespace wmtk::operations