Ice Sheet System Model  4.18
Code documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Data Fields
bamg::Curve Class Reference

#include <Curve.h>

Public Member Functions

 Curve ()
 
void Set (const Curve &rec, const Geometry &Th, Geometry &ThNew)
 

Data Fields

GeomEdgeFirstEdge
 
GeomEdgeLastEdge
 
int FirstVertexIndex
 
int LastVertexIndex
 

Detailed Description

Definition at line 12 of file Curve.h.

Constructor & Destructor Documentation

◆ Curve()

bamg::Curve::Curve ( )

Definition at line 12 of file Curve.cpp.

12  {/*{{{*/
13  FirstEdge=NULL;
14  LastEdge=NULL;
17  }

Member Function Documentation

◆ Set()

void bamg::Curve::Set ( const Curve rec,
const Geometry Th,
Geometry ThNew 
)

Definition at line 21 of file Curve.cpp.

21  {/*{{{*/
22  *this = rec;
23  FirstEdge = GhNew.edges + Gh.GetId(FirstEdge);
24  LastEdge = GhNew.edges + Gh.GetId(LastEdge);
25  }

Field Documentation

◆ FirstEdge

GeomEdge* bamg::Curve::FirstEdge

Definition at line 14 of file Curve.h.

◆ LastEdge

GeomEdge* bamg::Curve::LastEdge

Definition at line 15 of file Curve.h.

◆ FirstVertexIndex

int bamg::Curve::FirstVertexIndex

Definition at line 16 of file Curve.h.

◆ LastVertexIndex

int bamg::Curve::LastVertexIndex

Definition at line 17 of file Curve.h.


The documentation for this class was generated from the following files:
bamg::Curve::FirstVertexIndex
int FirstVertexIndex
Definition: Curve.h:16
bamg::Curve::FirstEdge
GeomEdge * FirstEdge
Definition: Curve.h:14
bamg::Curve::LastEdge
GeomEdge * LastEdge
Definition: Curve.h:15
bamg::Curve::LastVertexIndex
int LastVertexIndex
Definition: Curve.h:17