Wildmeshing Toolkit
Loading...
Searching...
No Matches
Rounding.hpp
Go to the documentation of this file.
1#pragma once
2
5
6
7namespace wmtk::operations {
8
10{
11public:
13
14 std::vector<simplex::Simplex> execute(const simplex::Simplex& simplex) override;
15
16private:
18};
19
20} // namespace wmtk::operations
Handle that represents attributes for some mesh.
TypedAttributeHandle< Rational > & m_coordinate_handle
Definition Rounding.hpp:17
std::vector< simplex::Simplex > execute(const simplex::Simplex &simplex) override
returns an empty vector in case of failure
Definition Rounding.cpp:16