Wildmeshing Toolkit
wmtk::invariants::SeparateSubstructuresInvariant Class Reference

#include <SeparateSubstructuresInvariant.hpp>

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

Public Member Functions

 SeparateSubstructuresInvariant (const Mesh &m, bool check_condition_2=true)
 
bool before (const simplex::Simplex &s) 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

const bool m_check_condition_2 = true
 

Detailed Description

Definition at line 25 of file SeparateSubstructuresInvariant.hpp.

Constructor & Destructor Documentation

◆ SeparateSubstructuresInvariant()

wmtk::invariants::SeparateSubstructuresInvariant::SeparateSubstructuresInvariant ( const Mesh m,
bool  check_condition_2 = true 
)

Definition at line 9 of file SeparateSubstructuresInvariant.cpp.

Member Function Documentation

◆ before()

bool wmtk::invariants::SeparateSubstructuresInvariant::before ( const simplex::Simplex s) const
overridevirtual

Member Data Documentation

◆ m_check_condition_2

const bool wmtk::invariants::SeparateSubstructuresInvariant::m_check_condition_2 = true
private

Definition at line 33 of file SeparateSubstructuresInvariant.hpp.

Referenced by before().


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