Diana Software
Public Types | Public Member Functions | Public Attributes | Private Member Functions | List of all members
QCFirData Class Reference

Data class for QFir (Ported from Calder) More...

Inheritance diagram for QCFirData:

Public Types

enum  Method { KayserBessel =1 , Unknown =9 }
 

Public Member Functions

void Clear ()
 
bool operator!= (const QCFirData &rhs) const
 

Public Attributes

Method fMethod
 
int fM
 
double fCutoff
 
double fAttDB
 

Private Member Functions

 QObjectDef (QCFirData, 2)
 

Detailed Description

Data class for QFir (Ported from Calder)

Author
Marco Vignati

Definition at line 14 of file QCFirData.hh.

Member Enumeration Documentation

◆ Method

Enumerator
KayserBessel 
Unknown 

Definition at line 17 of file QCFirData.hh.

Member Function Documentation

◆ Clear()

void QCFirData::Clear ( )
inline

Definition at line 22 of file QCFirData.hh.

References fAttDB, fCutoff, fM, fMethod, Q_DOUBLE_DEFAULT, Q_INT_DEFAULT, and Unknown.

Referenced by QFir::Clear().

◆ operator!=()

bool QCFirData::operator!= ( const QCFirData rhs) const
inline

Definition at line 29 of file QCFirData.hh.

References fAttDB, fCutoff, fM, and fMethod.

◆ QObjectDef()

QCFirData::QObjectDef ( QCFirData  ,
 
)
private

Member Data Documentation

◆ fAttDB

double QCFirData::fAttDB

◆ fCutoff

double QCFirData::fCutoff

◆ fM

int QCFirData::fM

◆ fMethod

Method QCFirData::fMethod

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