Ice Sheet System Model  4.18
Code documentation
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 
12 
13  public:
16 
17  //Constructors
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