#include <pointcloud2_plugin.h>
|
| void | ClearHistory () |
| |
| void | Draw (double x, double y, double scale) |
| |
| QWidget * | GetConfigWidget (QWidget *parent) |
| |
| bool | Initialize (QGLWidget *canvas) |
| |
| void | LoadConfig (const YAML::Node &node, const std::string &path) |
| |
| | PointCloud2Plugin () |
| |
| void | SaveConfig (YAML::Emitter &emitter, const std::string &path) |
| |
| void | Shutdown () |
| |
| void | Transform () |
| |
| virtual | ~PointCloud2Plugin () |
| |
| int | DrawOrder () const |
| |
| void | DrawPlugin (double x, double y, double scale) |
| |
| bool | GetTransform (const ros::Time &stamp, swri_transform_util::Transform &transform, bool use_latest_transforms=true) |
| |
| 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) |
| |
| 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) |
| |
| void | PrintMeasurements () |
| |
| 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 | SetUseLatestTransforms (bool value) |
| |
| void | SetVisible (bool visible) |
| |
| std::string | Type () const |
| |
| bool | Visible () const |
| |
| virtual | ~MapvizPlugin () |
| |
Definition at line 54 of file pointcloud2_plugin.h.
| mapviz_plugins::PointCloud2Plugin::PointCloud2Plugin |
( |
| ) |
|
| mapviz_plugins::PointCloud2Plugin::~PointCloud2Plugin |
( |
| ) |
|
|
virtual |
| void mapviz_plugins::PointCloud2Plugin::AlphaEdited |
( |
double |
value | ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::BufferSizeChanged |
( |
int |
value | ) |
|
|
protectedslot |
| QColor mapviz_plugins::PointCloud2Plugin::CalculateColor |
( |
const StampedPoint & |
point | ) |
|
|
private |
| void mapviz_plugins::PointCloud2Plugin::ClearHistory |
( |
| ) |
|
|
virtual |
| void mapviz_plugins::PointCloud2Plugin::ClearPointClouds |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::ColorTransformerChanged |
( |
int |
index | ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::Draw |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
scale |
|
) |
| |
|
virtual |
| void mapviz_plugins::PointCloud2Plugin::DrawIcon |
( |
| ) |
|
|
protectedslot |
| QWidget * mapviz_plugins::PointCloud2Plugin::GetConfigWidget |
( |
QWidget * |
parent | ) |
|
|
virtual |
| bool mapviz_plugins::PointCloud2Plugin::Initialize |
( |
QGLWidget * |
canvas | ) |
|
|
virtual |
| void mapviz_plugins::PointCloud2Plugin::LoadConfig |
( |
const YAML::Node & |
node, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
| void mapviz_plugins::PointCloud2Plugin::MaxValueChanged |
( |
double |
value | ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::MinValueChanged |
( |
double |
value | ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::PointCloud2Callback |
( |
const sensor_msgs::PointCloud2ConstPtr & |
scan | ) |
|
|
private |
| float mapviz_plugins::PointCloud2Plugin::PointFeature |
( |
const uint8_t * |
data, |
|
|
const FieldInfo & |
feature_info |
|
) |
| |
|
private |
| void mapviz_plugins::PointCloud2Plugin::PointSizeChanged |
( |
int |
value | ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::PrintError |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::PointCloud2Plugin::PrintInfo |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::PointCloud2Plugin::PrintWarning |
( |
const std::string & |
message | ) |
|
|
protectedvirtual |
| void mapviz_plugins::PointCloud2Plugin::ResetTransformedPointClouds |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::SaveConfig |
( |
YAML::Emitter & |
emitter, |
|
|
const std::string & |
path |
|
) |
| |
|
virtual |
| void mapviz_plugins::PointCloud2Plugin::SelectTopic |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::SetSubscription |
( |
bool |
subscribe | ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::Shutdown |
( |
| ) |
|
|
inlinevirtual |
| void mapviz_plugins::PointCloud2Plugin::TopicEdited |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::Transform |
( |
| ) |
|
|
virtual |
| void mapviz_plugins::PointCloud2Plugin::UpdateColors |
( |
| ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::UpdateMinMaxWidgets |
( |
| ) |
|
|
private |
| void mapviz_plugins::PointCloud2Plugin::UseAutomaxminChanged |
( |
int |
check_state | ) |
|
|
protectedslot |
| void mapviz_plugins::PointCloud2Plugin::UseRainbowChanged |
( |
int |
check_state | ) |
|
|
protectedslot |
| double mapviz_plugins::PointCloud2Plugin::alpha_ |
|
private |
| size_t mapviz_plugins::PointCloud2Plugin::buffer_size_ |
|
private |
| QWidget* mapviz_plugins::PointCloud2Plugin::config_widget_ |
|
private |
| bool mapviz_plugins::PointCloud2Plugin::has_message_ |
|
private |
| std::vector<double> mapviz_plugins::PointCloud2Plugin::max_ |
|
private |
| double mapviz_plugins::PointCloud2Plugin::max_value_ |
|
private |
| std::vector<double> mapviz_plugins::PointCloud2Plugin::min_ |
|
private |
| double mapviz_plugins::PointCloud2Plugin::min_value_ |
|
private |
| bool mapviz_plugins::PointCloud2Plugin::need_minmax_ |
|
private |
| bool mapviz_plugins::PointCloud2Plugin::need_new_list_ |
|
private |
| bool mapviz_plugins::PointCloud2Plugin::new_topic_ |
|
private |
| size_t mapviz_plugins::PointCloud2Plugin::num_of_feats_ |
|
private |
| size_t mapviz_plugins::PointCloud2Plugin::point_size_ |
|
private |
| std::string mapviz_plugins::PointCloud2Plugin::saved_color_transformer_ |
|
private |
| QMutex mapviz_plugins::PointCloud2Plugin::scan_mutex_ |
|
private |
| std::deque<Scan> mapviz_plugins::PointCloud2Plugin::scans_ |
|
private |
| std::string mapviz_plugins::PointCloud2Plugin::topic_ |
|
private |
| Ui::PointCloud2_config mapviz_plugins::PointCloud2Plugin::ui_ |
|
private |
The documentation for this class was generated from the following files: