All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions
ArrayCore::HRFKArrayProcess Class Reference

Brief description of class still missing. More...

#include <HRFKArrayProcess.h>

Inheritance diagram for ArrayCore::HRFKArrayProcess:
ArrayCore::FKArrayProcess ArrayCore::ArrayProcess QGpCoreTools::AbstractParameters

List of all members.

Public Member Functions

virtual FKfunction (int iComp)
 HRFKArrayProcess (const ArrayStations &array)
const HRFKParametersparameters () const
bool setParameters (HRFKParameters *param, bool doNSampleWarning=true)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

: FKArrayProcess(array) {}

Member Function Documentation

FK * ArrayCore::HRFKArrayProcess::function ( int  iComp) [virtual]

Reimplemented from ArrayCore::FKArrayProcess.

References ArrayCore::ArrayProcess::_stations, and ArrayCore::ArrayProcess::stations().

{
  QList<FKStationSignals *> stations;
  for(QList<StationProcessSignals *>::iterator it=_stations.begin(); it!=_stations.end(); it++) {
    stations.append(static_cast<FKStationSignals *>(*it));
  }
  switch(iComp) {
  default:
    return new HRFK(stations);
  }
}

Reimplemented from ArrayCore::FKArrayProcess.

{
  return static_cast<const HRFKParameters *>(ArrayProcess::parameters());
}
bool ArrayCore::HRFKArrayProcess::setParameters ( HRFKParameters param,
bool  doNSampleWarning = true 
) [inline]
{
  return ArrayProcess::setParameters(param, doNSampleWarning);
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines