#include <algoViewInterface.h>
Public Member Functions | |
virtual void | run (void)=0 |
実行 | |
virtual bool | step (int n)=0 |
逐次実行 | |
virtual void | show (bool on)=0 |
実行状態の描画指示 |
Definition at line 17 of file algoViewInterface.h.
virtual bool AlgoViewInterface::step | ( | int | n | ) | [pure virtual] |
逐次実行
n | [i] 実行回数 |
true | 実行途中 | |
false | 完了 |
virtual void AlgoViewInterface::show | ( | bool | on | ) | [pure virtual] |
実行状態の描画指示
on | [i] 描画する場合 true |