Wildmeshing Toolkit
|
The return tuple is the new vertex, pointing to the original vertex. More...
#include <TriFaceSplit.hpp>
Protected Member Functions | |
std::vector< simplex::Simplex > | unmodified_primitives (const simplex::Simplex &simplex) const override |
Returns all simplices that will be potentially affected by the operation. More... | |
std::vector< simplex::Simplex > | execute (const simplex::Simplex &simplex) override |
returns an empty vector in case of failure More... | |
Protected Member Functions inherited from wmtk::operations::Operation | |
virtual bool | before (const simplex::Simplex &simplex) const |
virtual bool | after (const std::vector< simplex::Simplex > &unmods, const std::vector< simplex::Simplex > &mods) const |
void | apply_attribute_transfer (const std::vector< simplex::Simplex > &direct_mods) |
Private Attributes | |
EdgeSplit | m_split |
EdgeCollapse | m_collapse |
Additional Inherited Members | |
Protected Attributes inherited from wmtk::operations::Operation | |
std::function< double(const simplex::Simplex &)> | m_priority = nullptr |
invariants::InvariantCollection | m_invariants |
std::vector< std::shared_ptr< const operations::AttributeTransferStrategyBase > > | m_attr_transfer_strategies |
The return tuple is the new vertex, pointing to the original vertex.
This operation does not set vertex positions. / | \ / | \ / * \ / _< f _ \ |/_______| \ / \ / \ /
Definition at line 20 of file TriFaceSplit.hpp.
wmtk::operations::composite::TriFaceSplit::TriFaceSplit | ( | Mesh & | m | ) |
Definition at line 7 of file TriFaceSplit.cpp.
|
inline |
Definition at line 28 of file TriFaceSplit.hpp.
References m_collapse.
Referenced by wmtk::components::internal::edge_insertion(), and wmtk::components::internal::RegularSpace::regularize_tags().
|
overrideprotectedvirtual |
returns an empty vector in case of failure
Implements wmtk::operations::Operation.
Definition at line 13 of file TriFaceSplit.cpp.
References wmtk::Edge, wmtk::simplex::Simplex::edge(), m_collapse, m_split, wmtk::operations::Operation::mesh(), wmtk::Mesh::switch_tuples(), wmtk::simplex::Simplex::tuple(), wmtk::Vertex, and wmtk::simplex::Simplex::vertex().
|
inlineoverridevirtual |
Implements wmtk::operations::Operation.
Definition at line 25 of file TriFaceSplit.hpp.
References wmtk::Triangle.
|
inline |
Definition at line 27 of file TriFaceSplit.hpp.
References m_split.
Referenced by wmtk::components::internal::edge_insertion(), and wmtk::components::internal::RegularSpace::regularize_tags().
|
overrideprotectedvirtual |
Returns all simplices that will be potentially affected by the operation.
Implements wmtk::operations::Operation.
Definition at line 104 of file TriFaceSplit.cpp.
|
private |
Definition at line 37 of file TriFaceSplit.hpp.
Referenced by collapse(), and execute().
|
private |
Definition at line 36 of file TriFaceSplit.hpp.