GPLIB++
Public Member Functions | Public Attributes | List of all members
gplib::CalcRecConf Class Reference

#include <CalcRecConf.h>

Public Member Functions

void GetData (std::string filename)
 
void GetData (std::ifstream &instream)
 
 CalcRecConf (std::string filename)
 
 CalcRecConf (int ac=0, char **av=(char **) 0)
 

Public Attributes

double upperfreq
 
double lowerfreq
 
double cc
 
double sigma
 
int shift
 
std::string recmethod
 
bool normalize
 
bool rotate
 
double rotwin
 
bool prec
 
double beta
 
double p
 

Detailed Description

Definition at line 24 of file CalcRecConf.h.

Constructor & Destructor Documentation

gplib::CalcRecConf::CalcRecConf ( std::string  filename)
inline

Definition at line 44 of file CalcRecConf.h.

References GetData().

gplib::CalcRecConf::CalcRecConf ( int  ac = 0,
char **  av = (char **)0 
)
inline

Definition at line 48 of file CalcRecConf.h.

Member Function Documentation

void gplib::CalcRecConf::GetData ( std::string  filename)

Definition at line 32 of file CalcRecConf.cpp.

Referenced by CalcRecConf(), and main().

void gplib::CalcRecConf::GetData ( std::ifstream &  instream)

Definition at line 44 of file CalcRecConf.cpp.

Member Data Documentation

double gplib::CalcRecConf::beta

Definition at line 42 of file CalcRecConf.h.

Referenced by main().

double gplib::CalcRecConf::cc

Definition at line 34 of file CalcRecConf.h.

Referenced by main().

double gplib::CalcRecConf::lowerfreq

Definition at line 33 of file CalcRecConf.h.

Referenced by main().

bool gplib::CalcRecConf::normalize

Definition at line 38 of file CalcRecConf.h.

Referenced by main().

double gplib::CalcRecConf::p

Definition at line 43 of file CalcRecConf.h.

Referenced by main().

bool gplib::CalcRecConf::prec

Definition at line 41 of file CalcRecConf.h.

Referenced by main().

std::string gplib::CalcRecConf::recmethod

Definition at line 37 of file CalcRecConf.h.

Referenced by main().

bool gplib::CalcRecConf::rotate

Definition at line 39 of file CalcRecConf.h.

Referenced by main().

double gplib::CalcRecConf::rotwin

Definition at line 40 of file CalcRecConf.h.

int gplib::CalcRecConf::shift

Definition at line 36 of file CalcRecConf.h.

Referenced by main().

double gplib::CalcRecConf::sigma

Definition at line 35 of file CalcRecConf.h.

Referenced by main().

double gplib::CalcRecConf::upperfreq

Definition at line 32 of file CalcRecConf.h.

Referenced by main().


The documentation for this class was generated from the following files: