#include <mrpt/opengl/CPlanarLaserScan.h>
Public Member Functions | |
void | clear () |
< Clear the scan | |
void | setLineWidth (float w) |
float | getLineWidth () const |
void | sePointsWidth (float w) |
void | setLineColor (float R, float G, float B, float A=1.0f) |
void | setPointsColor (float R, float G, float B, float A=1.0f) |
void | setSurfaceColor (float R, float G, float B, float A=1.0f) |
void | setScan (const mrpt::slam::CObservation2DRangeScan &scan) |
void | render () const |
Render. | |
Public Attributes | |
bool | m_enable_points |
bool | m_enable_line |
bool | m_enable_surface |
Protected Attributes | |
mrpt::slam::CObservation2DRangeScan | m_scan |
mrpt::slam::CSimplePointsMap | m_cache_points |
bool | m_cache_valid |
float | m_line_width |
float | m_line_R |
float | m_line_G |
float | m_line_B |
float | m_line_A |
float | m_points_width |
float | m_points_R |
float | m_points_G |
float | m_points_B |
float | m_points_A |
float | m_plane_R |
float | m_plane_G |
float | m_plane_B |
float | m_plane_A |
Private Member Functions | |
CPlanarLaserScan () | |
Constructor. | |
virtual | ~CPlanarLaserScan () |
Private, virtual destructor: only can be deleted from smart pointers. |
You can change the public members :
Definition at line 61 of file CPlanarLaserScan.h.
mrpt::opengl::CPlanarLaserScan::CPlanarLaserScan | ( | ) | [private] |
Constructor.
virtual mrpt::opengl::CPlanarLaserScan::~CPlanarLaserScan | ( | ) | [inline, private, virtual] |
Private, virtual destructor: only can be deleted from smart pointers.
Definition at line 128 of file CPlanarLaserScan.h.
void mrpt::opengl::CPlanarLaserScan::clear | ( | ) |
< Clear the scan
float mrpt::opengl::CPlanarLaserScan::getLineWidth | ( | ) | const [inline] |
Definition at line 86 of file CPlanarLaserScan.h.
void mrpt::opengl::CPlanarLaserScan::render | ( | ) | const [virtual] |
void mrpt::opengl::CPlanarLaserScan::sePointsWidth | ( | float | w | ) | [inline] |
Definition at line 88 of file CPlanarLaserScan.h.
void mrpt::opengl::CPlanarLaserScan::setLineColor | ( | float | R, | |
float | G, | |||
float | B, | |||
float | A = 1.0f | |||
) | [inline] |
Definition at line 90 of file CPlanarLaserScan.h.
void mrpt::opengl::CPlanarLaserScan::setLineWidth | ( | float | w | ) | [inline] |
Definition at line 85 of file CPlanarLaserScan.h.
void mrpt::opengl::CPlanarLaserScan::setPointsColor | ( | float | R, | |
float | G, | |||
float | B, | |||
float | A = 1.0f | |||
) | [inline] |
Definition at line 97 of file CPlanarLaserScan.h.
void mrpt::opengl::CPlanarLaserScan::setScan | ( | const mrpt::slam::CObservation2DRangeScan & | scan | ) | [inline] |
Definition at line 112 of file CPlanarLaserScan.h.
void mrpt::opengl::CPlanarLaserScan::setSurfaceColor | ( | float | R, | |
float | G, | |||
float | B, | |||
float | A = 1.0f | |||
) | [inline] |
Definition at line 104 of file CPlanarLaserScan.h.
mrpt::slam::CSimplePointsMap mrpt::opengl::CPlanarLaserScan::m_cache_points [mutable, protected] |
Definition at line 66 of file CPlanarLaserScan.h.
bool mrpt::opengl::CPlanarLaserScan::m_cache_valid [mutable, protected] |
Definition at line 67 of file CPlanarLaserScan.h.
Definition at line 82 of file CPlanarLaserScan.h.
Definition at line 81 of file CPlanarLaserScan.h.
Definition at line 83 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_line_A [protected] |
Definition at line 71 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_line_B [protected] |
Definition at line 71 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_line_G [protected] |
Definition at line 71 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_line_R [protected] |
Definition at line 71 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_line_width [protected] |
Definition at line 70 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_plane_A [protected] |
Definition at line 76 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_plane_B [protected] |
Definition at line 76 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_plane_G [protected] |
Definition at line 76 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_plane_R [protected] |
Definition at line 76 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_points_A [protected] |
Definition at line 74 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_points_B [protected] |
Definition at line 74 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_points_G [protected] |
Definition at line 74 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_points_R [protected] |
Definition at line 74 of file CPlanarLaserScan.h.
float mrpt::opengl::CPlanarLaserScan::m_points_width [protected] |
Definition at line 73 of file CPlanarLaserScan.h.
Definition at line 65 of file CPlanarLaserScan.h.
Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009 |