OpendTect-6_4  6.4
directionalsurvey.h
Go to the documentation of this file.
1 #ifndef directionalsurvey_h
2 #define directionalsurvey_h
3 
4 /*+
5 ________________________________________________________________________
6 
7  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
8  Author: Farrukh Qayyum
9  Date: Aug 2017
10  RCS: $Id$
11 ________________________________________________________________________
12 
13 -*/
14 
15 #include "wellmod.h"
16 #include "typeset.h"
17 #include "coord.h"
18 
19 namespace Well
20 {
21 
23 {
24 public:
26  DirectionalSurvey(const Coord& surfacecrd,double kb=0);
28 
29  void calcTrack(const TypeSet<double>& mds,
30  const TypeSet<double>& incls,
31  const TypeSet<double>& azis,
32  TypeSet<Coord3>& track);
33 
34 protected:
36  double kb_;
38 };
39 
40 } // namespace Well
41 
42 #endif
DirectionalSurvey(const Coord &surfacecrd, double kb=0)
Definition: directionalsurvey.h:22
A cartesian coordinate in 2D space.
Definition: coord.h:25
Definition: directionalsurvey.h:25
Definition: directionalsurvey.h:25
Method method_
Definition: directionalsurvey.h:37
Definition: directionalsurvey.h:19
Coord surfacecoord_
Definition: directionalsurvey.h:35
void calcTrack(const TypeSet< double > &mds, const TypeSet< double > &incls, const TypeSet< double > &azis, TypeSet< Coord3 > &track)
double kb_
Definition: directionalsurvey.h:36
Method
Definition: directionalsurvey.h:25

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019