GPLIB++
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
Seismic_Tools
RecInvConf.h
Go to the documentation of this file.
1
//============================================================================
2
// Name : RecInvConf.h
3
// Author : Apr 7, 2010
4
// Version :
5
// Copyright : 2010, mmoorkamp
6
//============================================================================
7
8
9
#ifndef RECINVCONF_H_
10
#define RECINVCONF_H_
11
12
#include <fstream>
13
#include <string>
14
15
namespace
gplib
16
{
17
18
class
RecInvConf
19
{
20
public
:
21
std::string
recinfofile
;
22
std::string
recmethod
;
23
bool
normrec
;
24
int
recfitexponent
;
25
double
starttime
;
26
double
endtime
;
27
void
GetData
(std::ifstream &instream);
28
RecInvConf
();
29
virtual
~RecInvConf
();
30
};
31
32
}
33
34
#endif
/* RECINVCONF_H_ */
gplib::RecInvConf::recmethod
std::string recmethod
Definition:
RecInvConf.h:22
gplib::RecInvConf::normrec
bool normrec
Definition:
RecInvConf.h:23
gplib::RecInvConf::recfitexponent
int recfitexponent
Definition:
RecInvConf.h:24
gplib::RecInvConf::endtime
double endtime
Definition:
RecInvConf.h:26
gplib::RecInvConf::starttime
double starttime
Definition:
RecInvConf.h:25
gplib::RecInvConf::RecInvConf
RecInvConf()
Definition:
RecInvConf.cpp:16
gplib::RecInvConf::GetData
void GetData(std::ifstream &instream)
Definition:
RecInvConf.cpp:25
gplib::RecInvConf::recinfofile
std::string recinfofile
Definition:
RecInvConf.h:21
gplib::RecInvConf
Definition:
RecInvConf.h:18
gplib::RecInvConf::~RecInvConf
virtual ~RecInvConf()
Definition:
RecInvConf.cpp:20
Generated on Wed May 25 2016 14:21:07 for GPLIB++ by
1.8.6