Wildmeshing Toolkit
wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant Class Reference

#include <TriMeshSubstructureTopologyPreservingInvariant.hpp>

Inheritance diagram for wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant:
[legend]
Collaboration diagram for wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant:
[legend]

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 Meshmesh () 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
 

Detailed Description

Constructor & Destructor Documentation

◆ TriMeshSubstructureTopologyPreservingInvariant()

wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant::TriMeshSubstructureTopologyPreservingInvariant ( const Mesh m,
const TypedAttributeHandle< int64_t > &  substructure_edge_tag_handle,
const int64_t  substructure_tag_value 
)

Member Function Documentation

◆ before()

bool wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant::before ( const simplex::Simplex input_simplex) const
overridevirtual

Member Data Documentation

◆ m_substructure_edge_tag_handle

TypedAttributeHandle<int64_t> wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant::m_substructure_edge_tag_handle
private

Definition at line 18 of file TriMeshSubstructureTopologyPreservingInvariant.hpp.

Referenced by before().

◆ m_substructure_tag_value

int64_t wmtk::invariants::TriMeshSubstructureTopologyPreservingInvariant::m_substructure_tag_value
private

Definition at line 19 of file TriMeshSubstructureTopologyPreservingInvariant.hpp.

Referenced by before().


The documentation for this class was generated from the following files: