Wildmeshing Toolkit
Swap56EnergyBeforeInvariantDouble.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
wmtk/attribute/TypedAttributeHandle.hpp
>
4
#include "
Invariant.hpp
"
5
6
namespace
wmtk
{
7
class
Swap56EnergyBeforeInvariantDouble
:
public
Invariant
8
{
9
public
:
10
Swap56EnergyBeforeInvariantDouble
(
11
const
Mesh
& m,
12
const
attribute::TypedAttributeHandle<double>
& coordinate,
13
int64_t collapse_index,
14
double
eps = 1.0001);
15
using
Invariant::Invariant
;
16
17
bool
before
(
const
simplex::Simplex
& t)
const override
;
18
19
private
:
20
const
attribute::TypedAttributeHandle<double>
m_coordinate_handle
;
21
int64_t
m_collapse_index
;
22
const
double
m_eps
;
23
};
24
25
}
// namespace wmtk
Invariant.hpp
TypedAttributeHandle.hpp
wmtk::Mesh
Definition:
Mesh.hpp:106
wmtk::Swap56EnergyBeforeInvariantDouble
Definition:
Swap56EnergyBeforeInvariantDouble.hpp:8
wmtk::Swap56EnergyBeforeInvariantDouble::Swap56EnergyBeforeInvariantDouble
Swap56EnergyBeforeInvariantDouble(const Mesh &m, const attribute::TypedAttributeHandle< double > &coordinate, int64_t collapse_index, double eps=1.0001)
Definition:
Swap56EnergyBeforeInvariantDouble.cpp:8
wmtk::Swap56EnergyBeforeInvariantDouble::m_eps
const double m_eps
Definition:
Swap56EnergyBeforeInvariantDouble.hpp:22
wmtk::Swap56EnergyBeforeInvariantDouble::before
bool before(const simplex::Simplex &t) const override
Definition:
Swap56EnergyBeforeInvariantDouble.cpp:19
wmtk::Swap56EnergyBeforeInvariantDouble::m_coordinate_handle
const attribute::TypedAttributeHandle< double > m_coordinate_handle
Definition:
Swap56EnergyBeforeInvariantDouble.hpp:20
wmtk::Swap56EnergyBeforeInvariantDouble::m_collapse_index
int64_t m_collapse_index
Definition:
Swap56EnergyBeforeInvariantDouble.hpp:21
wmtk::attribute::TypedAttributeHandle< double >
wmtk::invariants::Invariant
Definition:
Invariant.hpp:12
wmtk::invariants::Invariant::Invariant
Invariant(const Mesh &m)
Definition:
Invariant.cpp:10
wmtk::simplex::Simplex
Definition:
Simplex.hpp:22
wmtk
Definition:
Accessor.hpp:6
src
wmtk
invariants
Swap56EnergyBeforeInvariantDouble.hpp
Generated by
1.9.1