Wildmeshing Toolkit
is_ccw.hpp
Go to the documentation of this file.
1 #pragma once
2 namespace wmtk {
3 class Tuple;
4 }
5 
6 namespace wmtk::autogen::tet_mesh {
7 bool is_ccw(const Tuple& t);
8 
9 // validates whether the tuple local ids are valid for computing ccw'ness
10 bool tuple_is_valid_for_ccw(const Tuple& t);
11 } // namespace wmtk::autogen::tet_mesh
12 
13 #include "is_ccw.hxx"
bool tuple_is_valid_for_ccw(const Tuple &t)
Definition: is_ccw.hxx:17
bool is_ccw(const Tuple &t)
Definition: is_ccw.hxx:10
Definition: Accessor.hpp:6