#include <point_drawing_plugin.h>
|
void | ClearHistory () |
|
virtual void | CollectLaps () |
|
virtual bool | DrawArrow (const StampedPoint &point) |
|
virtual bool | DrawArrows () |
|
virtual void | DrawCovariance () |
|
virtual bool | DrawLaps () |
|
virtual bool | DrawLapsArrows () |
|
virtual bool | DrawLines () |
|
virtual bool | DrawPoints (double scale) |
|
| PointDrawingPlugin () |
|
virtual void | Transform () |
|
virtual bool | TransformPoint (StampedPoint &point) |
|
virtual void | TransformPoint (StampedPoint &point, const swri_transform_util::Transform &transform) |
|
virtual void | UpdateColor (QColor base_color, int i) |
|
virtual | ~PointDrawingPlugin () |
|
virtual void | Draw (double x, double y, double scale)=0 |
|
int | DrawOrder () const |
|
void | DrawPlugin (double x, double y, double scale) |
|
virtual QWidget * | GetConfigWidget (QWidget *parent) |
|
bool | GetTransform (const ros::Time &stamp, swri_transform_util::Transform &transform) |
|
bool | GetTransform (const std::string &source, const ros::Time &stamp, swri_transform_util::Transform &transform) |
|
virtual bool | Initialize (boost::shared_ptr< tf::TransformListener > tf_listener, swri_transform_util::TransformManagerPtr tf_manager, QGLWidget *canvas) |
|
virtual void | LoadConfig (const YAML::Node &load, const std::string &path)=0 |
|
std::string | Name () const |
|
virtual void | Paint (QPainter *painter, double x, double y, double scale) |
|
void | PaintPlugin (QPainter *painter, double x, double y, double scale) |
|
virtual void | PrintError (const std::string &message)=0 |
|
virtual void | PrintInfo (const std::string &message)=0 |
|
void | PrintMeasurements () |
|
virtual void | PrintWarning (const std::string &message)=0 |
|
virtual void | SaveConfig (YAML::Emitter &emitter, const std::string &path)=0 |
|
void | SetDrawOrder (int order) |
|
void | SetIcon (IconWidget *icon) |
|
void | SetName (const std::string &name) |
|
virtual void | SetNode (const ros::NodeHandle &node) |
|
void | SetTargetFrame (std::string frame_id) |
|
void | SetType (const std::string &type) |
|
void | SetVisible (bool visible) |
|
virtual void | Shutdown ()=0 |
|
std::string | Type () const |
|
bool | Visible () const |
|
virtual | ~MapvizPlugin () |
|
Definition at line 51 of file point_drawing_plugin.h.
◆ DrawStyle
◆ PointDrawingPlugin()
mapviz_plugins::PointDrawingPlugin::PointDrawingPlugin |
( |
| ) |
|
◆ ~PointDrawingPlugin()
virtual mapviz_plugins::PointDrawingPlugin::~PointDrawingPlugin |
( |
| ) |
|
|
inlinevirtual |
◆ bufferSize()
double mapviz_plugins::PointDrawingPlugin::bufferSize |
( |
| ) |
const |
|
protected |
◆ BufferSizeChanged
void mapviz_plugins::PointDrawingPlugin::BufferSizeChanged |
( |
int |
value | ) |
|
|
protectedvirtualslot |
◆ ClearHistory()
void mapviz_plugins::PointDrawingPlugin::ClearHistory |
( |
| ) |
|
|
virtual |
◆ ClearPoints
void mapviz_plugins::PointDrawingPlugin::ClearPoints |
( |
| ) |
|
|
protectedslot |
◆ CollectLaps()
void mapviz_plugins::PointDrawingPlugin::CollectLaps |
( |
| ) |
|
|
virtual |
◆ CovariancedToggled
void mapviz_plugins::PointDrawingPlugin::CovariancedToggled |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
◆ DrawArrow()
bool mapviz_plugins::PointDrawingPlugin::DrawArrow |
( |
const StampedPoint & |
point | ) |
|
|
virtual |
◆ DrawArrows()
bool mapviz_plugins::PointDrawingPlugin::DrawArrows |
( |
| ) |
|
|
virtual |
◆ DrawCovariance()
void mapviz_plugins::PointDrawingPlugin::DrawCovariance |
( |
| ) |
|
|
virtual |
◆ DrawIcon
void mapviz_plugins::PointDrawingPlugin::DrawIcon |
( |
| ) |
|
|
protectedvirtualslot |
◆ DrawLaps()
bool mapviz_plugins::PointDrawingPlugin::DrawLaps |
( |
| ) |
|
|
virtual |
◆ DrawLapsArrows()
bool mapviz_plugins::PointDrawingPlugin::DrawLapsArrows |
( |
| ) |
|
|
virtual |
◆ DrawLines()
bool mapviz_plugins::PointDrawingPlugin::DrawLines |
( |
| ) |
|
|
virtual |
◆ DrawPoints()
bool mapviz_plugins::PointDrawingPlugin::DrawPoints |
( |
double |
scale | ) |
|
|
virtual |
◆ LapToggled
void mapviz_plugins::PointDrawingPlugin::LapToggled |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
◆ points()
◆ positionTolerance()
double mapviz_plugins::PointDrawingPlugin::positionTolerance |
( |
| ) |
const |
|
protected |
◆ PositionToleranceChanged
void mapviz_plugins::PointDrawingPlugin::PositionToleranceChanged |
( |
double |
value | ) |
|
|
protectedvirtualslot |
◆ pushPoint()
◆ ResetTransformedPoints
void mapviz_plugins::PointDrawingPlugin::ResetTransformedPoints |
( |
| ) |
|
|
protectedslot |
◆ SetArrowSize
void mapviz_plugins::PointDrawingPlugin::SetArrowSize |
( |
int |
arrowSize | ) |
|
|
protectedvirtualslot |
◆ SetColor
void mapviz_plugins::PointDrawingPlugin::SetColor |
( |
const QColor & |
color | ) |
|
|
protectedvirtualslot |
◆ SetDrawStyle [1/2]
◆ SetDrawStyle [2/2]
void mapviz_plugins::PointDrawingPlugin::SetDrawStyle |
( |
QString |
style | ) |
|
|
protectedvirtualslot |
◆ SetStaticArrowSizes
void mapviz_plugins::PointDrawingPlugin::SetStaticArrowSizes |
( |
bool |
isChecked | ) |
|
|
protectedvirtualslot |
◆ SetUseLatestTransforms
void mapviz_plugins::PointDrawingPlugin::SetUseLatestTransforms |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
◆ ShowAllCovariancesToggled
void mapviz_plugins::PointDrawingPlugin::ShowAllCovariancesToggled |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
◆ Transform()
void mapviz_plugins::PointDrawingPlugin::Transform |
( |
| ) |
|
|
virtual |
◆ TransformPoint() [1/2]
bool mapviz_plugins::PointDrawingPlugin::TransformPoint |
( |
StampedPoint & |
point | ) |
|
|
virtual |
◆ TransformPoint() [2/2]
◆ UpdateColor()
void mapviz_plugins::PointDrawingPlugin::UpdateColor |
( |
QColor |
base_color, |
|
|
int |
i |
|
) |
| |
|
virtual |
◆ arrow_size_
int mapviz_plugins::PointDrawingPlugin::arrow_size_ |
|
private |
◆ begin_
tf::Point mapviz_plugins::PointDrawingPlugin::begin_ |
|
private |
◆ buffer_holder_
int mapviz_plugins::PointDrawingPlugin::buffer_holder_ |
|
private |
◆ buffer_size_
int mapviz_plugins::PointDrawingPlugin::buffer_size_ |
|
private |
◆ color_
QColor mapviz_plugins::PointDrawingPlugin::color_ |
|
private |
◆ covariance_checked_
bool mapviz_plugins::PointDrawingPlugin::covariance_checked_ |
|
private |
◆ cur_point_
◆ draw_style_
DrawStyle mapviz_plugins::PointDrawingPlugin::draw_style_ |
|
private |
◆ got_begin_
bool mapviz_plugins::PointDrawingPlugin::got_begin_ |
|
private |
◆ lap_checked_
bool mapviz_plugins::PointDrawingPlugin::lap_checked_ |
|
private |
◆ laps_
std::vector<std::deque<StampedPoint> > mapviz_plugins::PointDrawingPlugin::laps_ |
|
private |
◆ new_lap_
bool mapviz_plugins::PointDrawingPlugin::new_lap_ |
|
private |
◆ points_
std::deque<StampedPoint> mapviz_plugins::PointDrawingPlugin::points_ |
|
private |
◆ position_tolerance_
double mapviz_plugins::PointDrawingPlugin::position_tolerance_ |
|
private |
◆ scale_
double mapviz_plugins::PointDrawingPlugin::scale_ |
|
private |
◆ show_all_covariances_checked_
bool mapviz_plugins::PointDrawingPlugin::show_all_covariances_checked_ |
|
private |
◆ single_frame_
bool mapviz_plugins::PointDrawingPlugin::single_frame_ |
|
protected |
◆ static_arrow_sizes_
bool mapviz_plugins::PointDrawingPlugin::static_arrow_sizes_ |
|
private |
◆ use_latest_transforms_
bool mapviz_plugins::PointDrawingPlugin::use_latest_transforms_ |
|
private |
The documentation for this class was generated from the following files: