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
"
wmtk::autogen::tet_mesh
Definition:
autogenerated_tables.cpp:4
wmtk::autogen::tet_mesh::tuple_is_valid_for_ccw
bool tuple_is_valid_for_ccw(const Tuple &t)
Definition:
is_ccw.hxx:17
wmtk::autogen::tet_mesh::is_ccw
bool is_ccw(const Tuple &t)
Definition:
is_ccw.hxx:10
wmtk
Definition:
Accessor.hpp:6
is_ccw.hxx
src
wmtk
autogen
tet_mesh
is_ccw.hpp
Generated by
1.9.1