Wildmeshing Toolkit
wmtk::invariants::CollapseEnergyBeforeInvariantDouble Class Reference

#include <CollapseEnergyBeforeInvariantDouble.hpp>

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

Public Member Functions

 CollapseEnergyBeforeInvariantDouble (const Mesh &m, const attribute::TypedAttributeHandle< double > &coordinate, const attribute::TypedAttributeHandle< double > &energy, int64_t collapse_type=0)
 
bool before (const simplex::Simplex &s) 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 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 attribute::TypedAttributeHandle< double > m_coordinate_handle
 
const attribute::TypedAttributeHandle< double > m_energy_handle
 
const int64_t m_collapse_type
 

Detailed Description

Definition at line 7 of file CollapseEnergyBeforeInvariantDouble.hpp.

Constructor & Destructor Documentation

◆ CollapseEnergyBeforeInvariantDouble()

wmtk::invariants::CollapseEnergyBeforeInvariantDouble::CollapseEnergyBeforeInvariantDouble ( const Mesh m,
const attribute::TypedAttributeHandle< double > &  coordinate,
const attribute::TypedAttributeHandle< double > &  energy,
int64_t  collapse_type = 0 
)

Definition at line 13 of file CollapseEnergyBeforeInvariantDouble.cpp.

Member Function Documentation

◆ before()

◆ Invariant() [1/2]

wmtk::invariants::Invariant::Invariant

Definition at line 23 of file Invariant.cpp.

◆ Invariant() [2/2]

wmtk::invariants::Invariant::Invariant

Definition at line 24 of file Invariant.cpp.

Member Data Documentation

◆ m_collapse_type

const int64_t wmtk::invariants::CollapseEnergyBeforeInvariantDouble::m_collapse_type
private

Definition at line 22 of file CollapseEnergyBeforeInvariantDouble.hpp.

Referenced by before().

◆ m_coordinate_handle

const attribute::TypedAttributeHandle<double> wmtk::invariants::CollapseEnergyBeforeInvariantDouble::m_coordinate_handle
private

Definition at line 20 of file CollapseEnergyBeforeInvariantDouble.hpp.

Referenced by before().

◆ m_energy_handle

const attribute::TypedAttributeHandle<double> wmtk::invariants::CollapseEnergyBeforeInvariantDouble::m_energy_handle
private

Definition at line 21 of file CollapseEnergyBeforeInvariantDouble.hpp.

Referenced by before().


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