Ice Sheet System Model  4.18
Code documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GeomSubDomain.h
Go to the documentation of this file.
1 #ifndef _GEOMETRICALSUBDOMAIN_H_
2 #define _GEOMETRICALSUBDOMAIN_H_
3 
4 #include "./include.h"
5 
6 namespace bamg {
7 
8  class GeomEdge;
9  class Geometry;
10 
11  class GeomSubDomain {
12  public:
14  int direction; // -1 or 1
16 
17  //Methods
18  void Set(const GeomSubDomain &,const Geometry & ,const Geometry &);
19  };
20 
21 }
22 #endif
bamg::GeomSubDomain::edge
GeomEdge * edge
Definition: GeomSubDomain.h:13
bamg::Geometry
Definition: Geometry.h:18
bamg
Definition: AdjacentTriangle.cpp:9
bamg::GeomEdge
Definition: GeomEdge.h:11
include.h
prototypes for include.h
bamg::GeomSubDomain::direction
int direction
Definition: GeomSubDomain.h:14
bamg::GeomSubDomain
Definition: GeomSubDomain.h:11
bamg::GeomSubDomain::Set
void Set(const GeomSubDomain &, const Geometry &, const Geometry &)
Definition: GeomSubDomain.cpp:14
bamg::GeomSubDomain::ReferenceNumber
long ReferenceNumber
Definition: GeomSubDomain.h:15