Wildmeshing Toolkit
|
#include <RoundedInvariant.hpp>
Public Member Functions | |
RoundedInvariant (const Mesh &m, const attribute::TypedAttributeHandle< Rational > &coordinate, bool inverse_flag=false) | |
Construct a new Rounded Invariant object. More... | |
bool | before (const simplex::Simplex &t) const override |
Invariant (const Mesh &m) | |
Invariant (const Mesh &m, bool use_before, bool use_old_state_in_after, bool use_new_state_in_after) | |
Public Member Functions inherited from wmtk::invariants::Invariant | |
virtual bool | after (const std::vector< Tuple > &top_dimension_tuples_before, const std::vector< Tuple > &top_dimension_tuples_after) const |
Invariant (const Mesh &m) | |
Invariant (const Mesh &m, bool use_before, bool use_old_state_in_after, bool use_new_state_in_after) | |
virtual | ~Invariant () |
const Mesh & | mesh () const |
virtual bool | directly_modified_after (const std::vector< simplex::Simplex > &simplices_before, const std::vector< simplex::Simplex > &simplices_after) const |
bool | use_before () const |
bool | use_after () const |
bool | use_old_state_in_after () const |
bool | use_new_state_in_after () const |
Private Attributes | |
const attribute::TypedAttributeHandle< Rational > | m_coordinate_handle |
bool | inverse = false |
Definition at line 7 of file RoundedInvariant.hpp.
wmtk::RoundedInvariant::RoundedInvariant | ( | const Mesh & | m, |
const attribute::TypedAttributeHandle< Rational > & | coordinate, | ||
bool | inverse_flag = false |
||
) |
Construct a new Rounded Invariant object.
m | |
coordinate | |
inverse | if set to false, return true if rounded; if set to true, return false if rounded |
Definition at line 8 of file RoundedInvariant.cpp.
|
overridevirtual |
Reimplemented from wmtk::invariants::Invariant.
Definition at line 17 of file RoundedInvariant.cpp.
References wmtk::Mesh::create_const_accessor(), wmtk::Mesh::get_attribute_dimension(), inverse, m_coordinate_handle, wmtk::invariants::Invariant::mesh(), and wmtk::simplex::Simplex::tuple().
wmtk::invariants::Invariant::Invariant |
Definition at line 23 of file Invariant.cpp.
wmtk::invariants::Invariant::Invariant |
Definition at line 24 of file Invariant.cpp.
|
private |
Definition at line 28 of file RoundedInvariant.hpp.
Referenced by before().
|
private |
Definition at line 27 of file RoundedInvariant.hpp.
Referenced by before().