MRPT
1.9.9
|
Wrapper class that provides visualization of a network of poses that have been registered by many graphSLAM agents/robots.
Definition at line 36 of file CMRVisualizer.h.
#include <mrpt/graphs/CMRVisualizer.h>
Public Types | |
using | parent = CVisualizer< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS > |
using | GRAPH_T = mrpt::graphs::CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS > |
Public Member Functions | |
CMRVisualizer (const GRAPH_T &graph_in) | |
~CMRVisualizer () override | |
void | drawNodePoints (mrpt::opengl::CSetOfObjects::Ptr &object, const mrpt::system::TParametersDouble *viz_params=nullptr) const override |
void | drawEdges (mrpt::opengl::CSetOfObjects::Ptr &object, const mrpt::system::TParametersDouble *viz_params=nullptr) const override |
virtual void | getAs3DObject (mrpt::opengl::CSetOfObjects::Ptr &object, mrpt::system::TParametersDouble viz_params) const |
Common visualization stuff for all derived classes. More... | |
Protected Member Functions | |
Work-splitting methods | |
Smaller functions that do add very specific parts to the visual representation Following functions take an optional TParametersDouble instance containing visualization parameters | |
virtual void | drawGroundGrid (mrpt::opengl::CSetOfObjects::Ptr &object, const mrpt::system::TParametersDouble *viz_params=nullptr) const |
virtual void | drawNodeCorners (mrpt::opengl::CSetOfObjects::Ptr &object, const mrpt::system::TParametersDouble *viz_params=nullptr) const |
virtual void | drawEdgeRelPoses (mrpt::opengl::CSetOfObjects::Ptr &object, const mrpt::system::TParametersDouble *viz_params=nullptr) const |
Protected Attributes | |
bool | m_is_3D_graph |
const GRAPH_T & | m_graph |
using mrpt::graphs::detail::CMRVisualizer< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >::GRAPH_T = mrpt::graphs::CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS> |
Definition at line 44 of file CMRVisualizer.h.
using mrpt::graphs::detail::CMRVisualizer< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >::parent = CVisualizer< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS> |
Definition at line 42 of file CMRVisualizer.h.
mrpt::graphs::detail::CMRVisualizer< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >::CMRVisualizer | ( | const GRAPH_T & | graph_in | ) |
Definition at line 23 of file CMRVisualizer_impl.h.
References THROW_EXCEPTION.
|
overridedefault |
|
protectedvirtualinherited |
Definition at line 204 of file CVisualizer_impl.h.
|
overridevirtual |
Reimplemented from mrpt::graphs::detail::CVisualizer< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >.
Definition at line 55 of file CMRVisualizer_impl.h.
|
protectedvirtualinherited |
Definition at line 89 of file CVisualizer_impl.h.
|
protectedvirtualinherited |
Definition at line 160 of file CVisualizer_impl.h.
|
overridevirtual |
Reimplemented from mrpt::graphs::detail::CVisualizer< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >.
Definition at line 44 of file CMRVisualizer_impl.h.
|
virtualinherited |
Common visualization stuff for all derived classes.
Function delegates visualization tasks to the draw* methods according to the user preferences
Definition at line 39 of file CVisualizer_impl.h.
|
protectedinherited |
Definition at line 84 of file CVisualizer.h.
|
protectedinherited |
Definition at line 83 of file CVisualizer.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |