Ice Sheet System Model  4.18
Code documentation
Public Member Functions | Data Fields
bamg::VertexOnVertex Class Reference

#include <VertexOnVertex.h>

Public Member Functions

 VertexOnVertex ()
 
 VertexOnVertex (BamgVertex *w, BamgVertex *bw)
 
void SetOnBTh ()
 
void Set (const Mesh &, long, Mesh &)
 

Data Fields

BamgVertexv
 
BamgVertexbv
 

Detailed Description

Definition at line 11 of file VertexOnVertex.h.

Constructor & Destructor Documentation

◆ VertexOnVertex() [1/2]

bamg::VertexOnVertex::VertexOnVertex ( )

Definition at line 12 of file VertexOnVertex.cpp.

12  {/*{{{*/
13  v=NULL;
14  bv=NULL;
15  };/*}}}*/

◆ VertexOnVertex() [2/2]

bamg::VertexOnVertex::VertexOnVertex ( BamgVertex w,
BamgVertex bw 
)

Definition at line 16 of file VertexOnVertex.cpp.

16  :v(w),bv(bw){/*{{{*/
17 
18  }/*}}}*/

Member Function Documentation

◆ SetOnBTh()

void bamg::VertexOnVertex::SetOnBTh ( )

Definition at line 26 of file VertexOnVertex.cpp.

26  {/*{{{*/
28  }/*}}}*/

◆ Set()

void bamg::VertexOnVertex::Set ( const Mesh Th,
long  i,
Mesh ThNew 
)

Definition at line 21 of file VertexOnVertex.cpp.

21  { /*{{{*/
22  *this = Th.VertexOnBThVertex[i];
23  v = ThNew.vertices + Th.GetId(v);
24  }

Field Documentation

◆ v

BamgVertex* bamg::VertexOnVertex::v

Definition at line 14 of file VertexOnVertex.h.

◆ bv

BamgVertex* bamg::VertexOnVertex::bv

Definition at line 15 of file VertexOnVertex.h.


The documentation for this class was generated from the following files:
bamg::BamgVertex::BackgroundVertexHook
BamgVertex * BackgroundVertexHook
Definition: BamgVertex.h:32
bamg::VertexOnVertex::v
BamgVertex * v
Definition: VertexOnVertex.h:14
bamg::IsVertexOnVertex
const int IsVertexOnVertex
Definition: macros.h:11
bamg::VertexOnVertex::bv
BamgVertex * bv
Definition: VertexOnVertex.h:15
bamg::BamgVertex::IndexInTriangle
short IndexInTriangle
Definition: BamgVertex.h:25