Wildmeshing Toolkit
Loading...
Searching...
No Matches
NoChildMeshAttachingInvariant.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "Invariant.hpp"
4
5namespace wmtk {
6namespace invariants {
8{
9public:
12 bool before(const simplex::Simplex& t) const override;
13};
14} // namespace invariants
15} // namespace wmtk
bool before(const simplex::Simplex &t) const override