All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <HRFKArrayProcess.h>
Public Member Functions | |
virtual FK * | function (int iComp) |
HRFKArrayProcess (const ArrayStations &array) | |
const HRFKParameters * | parameters () const |
bool | setParameters (HRFKParameters *param, bool doNSampleWarning=true) |
Brief description of class still missing.
Full description of class still missing
ArrayCore::HRFKArrayProcess::HRFKArrayProcess | ( | const ArrayStations & | array | ) | [inline] |
: FKArrayProcess(array) {}
FK * ArrayCore::HRFKArrayProcess::function | ( | int | iComp | ) | [virtual] |
Reimplemented from ArrayCore::FKArrayProcess.
References ArrayCore::ArrayProcess::_stations, and ArrayCore::ArrayProcess::stations().
const HRFKParameters * ArrayCore::HRFKArrayProcess::parameters | ( | ) | const [inline] |
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); }