|
GaitGeneration by Graph Search
|
GraphViewerの画面を表示するクラス. [詳解]
#include <graphic_main_graph_viewer.h>


公開メンバ関数 | |
| GraphicMainGraphViewer (const std::shared_ptr< const GraphicDataBroker > &broker_ptr, const std::shared_ptr< const IHexapodCoordinateConverter > &converter_ptr, const std::shared_ptr< const IHexapodJointCalculator > &calculator_ptr, const std::shared_ptr< const IHexapodPostureValidator > &checker_ptr, const std::shared_ptr< const ApplicationSettingRecord > &setting_ptr) | |
| ~GraphicMainGraphViewer ()=default | |
| bool | Update () override |
| 描画画面の更新を行う.純粋仮想関数のため, 継承先では必ず override する必要がある. | |
| void | Draw () const override |
| 描画を行う. ここでは描画系の処理のみを行い内部のデータを 更新しないため const を付けている. | |
基底クラス designlab::IGraphicMain に属する継承公開メンバ関数 | |
| IGraphicMain ()=default | |
| virtual | ~IGraphicMain ()=default |
GraphViewerの画面を表示するクラス.
graphic_main_graph_viewer.h の 31 行目に定義があります。
| designlab::GraphicMainGraphViewer::GraphicMainGraphViewer | ( | const std::shared_ptr< const GraphicDataBroker > & | broker_ptr, |
| const std::shared_ptr< const IHexapodCoordinateConverter > & | converter_ptr, | ||
| const std::shared_ptr< const IHexapodJointCalculator > & | calculator_ptr, | ||
| const std::shared_ptr< const IHexapodPostureValidator > & | checker_ptr, | ||
| const std::shared_ptr< const ApplicationSettingRecord > & | setting_ptr | ||
| ) |
graphic_main_graph_viewer.cpp の 28 行目に定義があります。
|
default |
|
overridevirtual |
描画を行う. ここでは描画系の処理のみを行い内部のデータを 更新しないため const を付けている.
designlab::IGraphicMainを実装しています。
graphic_main_graph_viewer.cpp の 121 行目に定義があります。

|
overridevirtual |
描画画面の更新を行う.純粋仮想関数のため, 継承先では必ず override する必要がある.
designlab::IGraphicMainを実装しています。
graphic_main_graph_viewer.cpp の 87 行目に定義があります。
