Wildmeshing Toolkit
Swap32EnergyBeforeInvariantDouble.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 #include "Invariant.hpp"
5 
6 namespace wmtk {
8 {
9 public:
11  const Mesh& m,
13  double eps = 1.0001);
15 
16  bool before(const simplex::Simplex& t) const override;
17 
18 private:
20  const double m_eps;
21 };
22 } // namespace wmtk
bool before(const simplex::Simplex &t) const override
const attribute::TypedAttributeHandle< double > m_coordinate_handle
Swap32EnergyBeforeInvariantDouble(const Mesh &m, const attribute::TypedAttributeHandle< double > &coordinate, double eps=1.0001)
Invariant(const Mesh &m)
Definition: Invariant.cpp:10
Definition: Accessor.hpp:6