Loading [MathJax]/extensions/tex2jax.js
Wildmeshing Toolkit
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
m
p
r
s
Typedefs
a
b
c
d
g
i
m
o
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Enumerations
Enumerator
Related Symbols
a
c
e
f
h
i
l
m
n
o
p
s
t
u
w
Files
File List
File Members
All
a
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
Functions
c
d
l
m
n
o
p
r
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TupleCellLessThanFunctor.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
wmtk/Tuple.hpp
>
3
4
namespace
wmtk::utils
{
5
class
TupleCellLessThan
6
{
7
public
:
8
bool
operator()
(
const
Tuple
& a,
const
Tuple
& b)
const
9
{
10
return
a.
global_cid
() < b.
global_cid
();
11
}
8
bool
operator()
(
const
Tuple
& a,
const
Tuple
& b)
const
{
…
}
12
};
5
class
TupleCellLessThan
{
…
};
13
}
// namespace wmtk::utils
Tuple.hpp
wmtk::Tuple
The Tuple is the basic navigation tool in our mesh data structure.
Definition
Tuple.hpp:19
wmtk::Tuple::global_cid
int64_t global_cid() const
Definition
Tuple.hxx:47
wmtk::utils::TupleCellLessThan
Definition
TupleCellLessThanFunctor.hpp:6
wmtk::utils::TupleCellLessThan::operator()
bool operator()(const Tuple &a, const Tuple &b) const
Definition
TupleCellLessThanFunctor.hpp:8
wmtk::utils
Definition
array_to_map.hpp:3
src
wmtk
utils
TupleCellLessThanFunctor.hpp
Generated by
1.9.8