Wildmeshing Toolkit
Swap23EnergyBeforeInvariant.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,
14 
15  bool before(const simplex::Simplex& t) const override;
16 
17 private:
19 };
20 } // namespace wmtk
const attribute::TypedAttributeHandle< Rational > m_coordinate_handle
bool before(const simplex::Simplex &t) const override
Swap23EnergyBeforeInvariant(const Mesh &m, const attribute::TypedAttributeHandle< Rational > &coordinate)
Handle that represents attributes for some mesh.
Invariant(const Mesh &m)
Definition: Invariant.cpp:10
Definition: Accessor.hpp:6