MRPT
1.9.9
|
Definition at line 30 of file vision_stereo_rectify/test.cpp.
Public Member Functions | |
TMyExtraRenderingStuff () | |
void | OnEvent (const mrptEvent &e) override |
This virtual function will be called upon receive of any event after starting listening at any CObservable object. More... | |
void | observeBegin (CObservable &obj) |
Starts the subscription of this observer to the given object. More... | |
void | observeEnd (CObservable &obj) |
Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process. More... | |
Public Attributes | |
opengl::CSphere::Ptr | ball_obj |
bool | showing_help {false} |
bool | hiding_help {false} |
mrpt::system::CTicTac | tim_show_start |
mrpt::system::CTicTac | tim_show_end |
|
inline |
Definition at line 36 of file vision_stereo_rectify/test.cpp.
|
inherited |
Starts the subscription of this observer to the given object.
Definition at line 26 of file CObserver.cpp.
Referenced by CGraphSlamHandler< GRAPH_T >::initVisualization().
|
inherited |
Ends the subscription of this observer to the given object (note that there is no need to call this method, since the destruction of the first of observer/observed will put an end to the process.
Definition at line 36 of file CObserver.cpp.
This virtual function will be called upon receive of any event after starting listening at any CObservable object.
Implements mrpt::system::CObserver.
Definition at line 37 of file vision_stereo_rectify/test.cpp.
opengl::CSphere::Ptr TMyExtraRenderingStuff::ball_obj |
Definition at line 32 of file vision_stereo_rectify/test.cpp.
bool TMyExtraRenderingStuff::hiding_help {false} |
Definition at line 33 of file vision_stereo_rectify/test.cpp.
bool TMyExtraRenderingStuff::showing_help {false} |
Definition at line 33 of file vision_stereo_rectify/test.cpp.
mrpt::system::CTicTac TMyExtraRenderingStuff::tim_show_end |
Definition at line 34 of file vision_stereo_rectify/test.cpp.
mrpt::system::CTicTac TMyExtraRenderingStuff::tim_show_start |
Definition at line 34 of file vision_stereo_rectify/test.cpp.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |