Ice Sheet System Model
4.18
Code documentation
src
c
bamg
VertexOnVertex.h
Go to the documentation of this file.
1
#ifndef _VERTEXONVERTEX_H_
2
#define _VERTEXONVERTEX_H_
3
4
#include "
./include.h
"
5
#include "
./BamgVertex.h
"
6
7
namespace
bamg
{
8
9
class
Mesh;
10
11
class
VertexOnVertex
{
12
13
public
:
14
BamgVertex
*
v
;
15
BamgVertex
*
bv
;
16
17
//Constructors
18
VertexOnVertex
();
19
VertexOnVertex
(
BamgVertex
* w,
BamgVertex
*bw);
20
21
//Methods
22
void
SetOnBTh
();
23
void
Set
(
const
Mesh
&,
long
,
Mesh
&);
24
};
25
26
}
27
#endif
bamg::BamgVertex
Definition:
BamgVertex.h:15
bamg::VertexOnVertex::Set
void Set(const Mesh &, long, Mesh &)
Definition:
VertexOnVertex.cpp:21
BamgVertex.h
bamg
Definition:
AdjacentTriangle.cpp:9
bamg::VertexOnVertex::VertexOnVertex
VertexOnVertex()
Definition:
VertexOnVertex.cpp:12
bamg::VertexOnVertex::SetOnBTh
void SetOnBTh()
Definition:
VertexOnVertex.cpp:26
bamg::VertexOnVertex::v
BamgVertex * v
Definition:
VertexOnVertex.h:14
bamg::Mesh
Definition:
Mesh.h:21
include.h
prototypes for include.h
bamg::VertexOnVertex
Definition:
VertexOnVertex.h:11
bamg::VertexOnVertex::bv
BamgVertex * bv
Definition:
VertexOnVertex.h:15
Generated on Thu Jul 2 2020 08:09:16 for Ice Sheet System Model by
1.8.19