Wildmeshing Toolkit
|
#include <TriMeshSubstructureTopologyPreservingInvariant.hpp>
Public Member Functions | |
TriMeshSubstructureTopologyPreservingInvariant (const Mesh &m, const TypedAttributeHandle< int64_t > &substructure_edge_tag_handle, const int64_t substructure_tag_value) | |
bool | before (const simplex::Simplex &input_simplex) const override |
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 | |
TypedAttributeHandle< int64_t > | m_substructure_edge_tag_handle |
int64_t | m_substructure_tag_value |
Definition at line 8 of file TriMeshSubstructureTopologyPreservingInvariant.hpp.
wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant::TriMeshSubstructureTopologyPreservingInvariant | ( | const Mesh & | m, |
const TypedAttributeHandle< int64_t > & | substructure_edge_tag_handle, | ||
const int64_t | substructure_tag_value | ||
) |
Definition at line 11 of file TriMeshSubstructureTopologyPreservingInvariant.cpp.
|
overridevirtual |
Reimplemented from wmtk::invariants::Invariant.
Definition at line 20 of file TriMeshSubstructureTopologyPreservingInvariant.cpp.
References wmtk::simplex::cofaces_single_dimension_simplices(), wmtk::Mesh::create_const_accessor(), wmtk::Edge, wmtk::simplex::faces_single_dimension_tuples(), wmtk::simplex::link(), m_substructure_edge_tag_handle, m_substructure_tag_value, wmtk::invariants::Invariant::mesh(), wmtk::simplex::Simplex::primitive_type(), wmtk::simplex::Simplex::tuple(), and wmtk::Vertex.
|
private |
Definition at line 18 of file TriMeshSubstructureTopologyPreservingInvariant.hpp.
Referenced by before().
|
private |
Definition at line 19 of file TriMeshSubstructureTopologyPreservingInvariant.hpp.
Referenced by before().