|
GaitGeneration by Graph Search
|
#include <graph_com_plotter.h>


公開メンバ関数 | |
| GraphComPlotter ()=default | |
| ~GraphComPlotter ()=default | |
| void | Draw () const override |
| 描画処理を行う. const 関数にしているのは, 描画処理の中でメンバ変数を変更しないようにするため. | |
基底クラス designlab::IDxlib3dRenderer に属する継承公開メンバ関数 | |
| virtual | ~IDxlib3dRenderer ()=default |
graph_com_plotter.h の 16 行目に定義があります。
|
default |
|
default |
|
overridevirtual |
描画処理を行う. const 関数にしているのは, 描画処理の中でメンバ変数を変更しないようにするため.
designlab::IDxlib3dRendererを実装しています。
graph_com_plotter.cpp の 13 行目に定義があります。