Brief description of class still missing. More...
#include <HRFKLoop.h>
Public Member Functions | |
| const HRFKParameters * | parameters () const |
| bool | setParameters (HRFKParameters *p) |
Protected Member Functions | |
| virtual LoopTask * | newTask () |
Brief description of class still missing.
Full description of class still missing
| LoopTask * HRFKLoop::newTask | ( | ) | [protected, virtual] |
Reimplemented from FKLoop.
References FKLoop::_array, FKLoop::_param, HRFKLoopTask::setArray(), HRFKLoopTask::setGrid(), FKLoopTask::setLoop(), FKLoopTask::setParameters(), and TRACE.
{
TRACE;
HRFKLoopTask * t=new HRFKLoopTask;
t->setLoop(this);
t->setArray(*_array);
t->setParameters(_param);
t->setGrid();
return t;
}
| const HRFKParameters* HRFKLoop::parameters | ( | ) | const [inline] |
References FKLoop::_param.
{return reinterpret_cast<const HRFKParameters *>(_param);}
| bool HRFKLoop::setParameters | ( | HRFKParameters * | p | ) | [inline] |
Referenced by ToolHRFK::start().
{
return FKLoop::setParameters(reinterpret_cast<FKParameters *>(p));
}