Ice Sheet System Model
4.18
Code documentation
Main Page
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
c
bamg
CrackedEdge.cpp
Go to the documentation of this file.
1
#include <cstdio>
2
#include <cstring>
3
#include <cmath>
4
#include <ctime>
5
6
#include "
CrackedEdge.h
"
7
8
namespace
bamg
{
9
10
/*Constructors/Destructors*/
11
CrackedEdge::CrackedEdge
() {
/*{{{*/
12
a
=NULL;
13
b
=NULL;
14
E
=NULL;
15
e1
=NULL;
16
e2
=NULL;
17
indexa
[0]=-1;
18
indexa
[1]=-1;
19
indexa
[2]=-1;
20
indexb
[0]=-1;
21
indexb
[1]=-1;
22
indexb
[2]=-1;
23
length
=0;
24
normal
.
x
=0;
25
normal
.
y
=0;
26
27
}
28
/*}}}*/
29
30
/*Methods*/
31
32
}
bamg::CrackedEdge::E
GeomEdge * E
Definition:
CrackedEdge.h:17
bamg
Definition:
AdjacentTriangle.cpp:9
CrackedEdge.h
bamg::CrackedEdge::indexa
long indexa[3]
Definition:
CrackedEdge.h:22
bamg::CrackedEdge::length
double length
Definition:
CrackedEdge.h:20
bamg::CrackedEdge::normal
R2 normal
Definition:
CrackedEdge.h:21
bamg::CrackedEdge::CrackedEdge
CrackedEdge()
Definition:
CrackedEdge.cpp:11
bamg::P2::x
R x
Definition:
R2.h:15
bamg::CrackedEdge::a
Triangle * a
Definition:
CrackedEdge.h:15
bamg::P2::y
R y
Definition:
R2.h:15
bamg::CrackedEdge::indexb
long indexb[3]
Definition:
CrackedEdge.h:23
bamg::CrackedEdge::e1
Edge * e1
Definition:
CrackedEdge.h:18
bamg::CrackedEdge::b
Triangle * b
Definition:
CrackedEdge.h:16
bamg::CrackedEdge::e2
Edge * e2
Definition:
CrackedEdge.h:19
Generated on Thu Jul 2 2020 08:09:16 for Ice Sheet System Model by
1.8.19