Brief description of class still missing. More...
#include <LinearFKPassiveLoop.h>
Public Member Functions | |
| double | azimuth () const |
| void | setAzimuth (double az) |
Protected Member Functions | |
| virtual LoopTask * | newTask () |
Brief description of class still missing.
Full description of class still missing
| double LinearFKPassiveLoop::azimuth | ( | ) | const [inline] |
Referenced by ToolLinearFKPassive::finishPositive().
{return _azimuth;}
| LoopTask * LinearFKPassiveLoop::newTask | ( | ) | [protected, virtual] |
Reimplemented from FKLoop.
References FKLoop::_array, FKLoop::_param, FKLoopTask::setArray(), LinearFKPassiveLoopTask::setGrid(), FKLoopTask::setLoop(), FKLoopTask::setParameters(), and TRACE.
{
TRACE;
LinearFKPassiveLoopTask * t=new LinearFKPassiveLoopTask;
t->setLoop(this);
t->setArray(*_array);
t->setParameters(_param);
t->setGrid(_azimuth);
return t;
}
| void LinearFKPassiveLoop::setAzimuth | ( | double | az | ) | [inline] |
Referenced by ToolLinearFKPassive::finishPositive(), and ToolLinearFKPassive::start().
{_azimuth=az;}