Wildmeshing Toolkit
Swap2dUnroundedVertexInvariant.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
Swap2dUnroundedVertexInvariant
:
public
Invariant
8
{
9
public
:
10
Swap2dUnroundedVertexInvariant
(
11
const
Mesh
& m,
12
const
attribute::TypedAttributeHandle<Rational>
& coordinate);
13
using
Invariant::Invariant
;
14
15
bool
before
(
const
simplex::Simplex
& t)
const override
;
16
17
private
:
18
const
attribute::TypedAttributeHandle<Rational>
m_coordinate_handle
;
19
};
20
}
// namespace wmtk
Invariant.hpp
TypedAttributeHandle.hpp
wmtk::Mesh
Definition:
Mesh.hpp:106
wmtk::Swap2dUnroundedVertexInvariant
Definition:
Swap2dUnroundedVertexInvariant.hpp:8
wmtk::Swap2dUnroundedVertexInvariant::m_coordinate_handle
const attribute::TypedAttributeHandle< Rational > m_coordinate_handle
Definition:
Swap2dUnroundedVertexInvariant.hpp:18
wmtk::Swap2dUnroundedVertexInvariant::before
bool before(const simplex::Simplex &t) const override
Definition:
Swap2dUnroundedVertexInvariant.cpp:14
wmtk::Swap2dUnroundedVertexInvariant::Swap2dUnroundedVertexInvariant
Swap2dUnroundedVertexInvariant(const Mesh &m, const attribute::TypedAttributeHandle< Rational > &coordinate)
Definition:
Swap2dUnroundedVertexInvariant.cpp:7
wmtk::attribute::TypedAttributeHandle
Handle that represents attributes for some mesh.
Definition:
TypedAttributeHandle.hpp:28
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
Swap2dUnroundedVertexInvariant.hpp
Generated by
1.9.1