#include <point_cloud_transformers.h>
|
void | createProperties (Property *parent_property, uint32_t mask, QList< Property * > &out_props) override |
| Create any properties necessary for this transformer. Will be called once when the transformer is loaded. All properties must be added to the out_props vector. More...
|
|
uint8_t | score (const sensor_msgs::PointCloud2ConstPtr &cloud) override |
| "Score" a message for how well supported the message is. For example, a "flat color" transformer can support any cloud, but will return a score of 0 here since it should not be preferred over others that explicitly support fields in the message. This allows that "flat color" transformer to still be selectable, but generally not chosen automatically. More...
|
|
uint8_t | supports (const sensor_msgs::PointCloud2ConstPtr &cloud) override |
| Returns a level of support for a specific cloud. This level of support is a mask using the SupportLevel enum. More...
|
|
bool | transform (const sensor_msgs::PointCloud2ConstPtr &cloud, uint32_t mask, const Ogre::Matrix4 &transform, V_PointCloudPoint &points_out) override |
| Transforms a PointCloud2 into an rviz::PointCloud. The rviz::PointCloud is assumed to have been preallocated into the correct size. The mask determines which part of the cloud should be output (xyz or color). This method will only be called if supports() of the same cloud has returned a non-zero mask, and will only be called with masks compatible with the one returned from supports() More...
|
|
virtual void | init () |
|
|
void | needRetransform () |
| Subclasses should emit this signal whenever they think the points should be re-transformed. More...
|
|
Definition at line 209 of file point_cloud_transformers.h.
◆ Axis
◆ createProperties()
void rviz::AxisColorPCTransformer::createProperties |
( |
Property * |
, |
|
|
uint32_t |
, |
|
|
QList< Property * > & |
|
|
) |
| |
|
overridevirtual |
◆ score()
uint8_t rviz::AxisColorPCTransformer::score |
( |
const sensor_msgs::PointCloud2ConstPtr & |
| ) |
|
|
overridevirtual |
"Score" a message for how well supported the message is. For example, a "flat color" transformer can support any cloud, but will return a score of 0 here since it should not be preferred over others that explicitly support fields in the message. This allows that "flat color" transformer to still be selectable, but generally not chosen automatically.
Reimplemented from rviz::PointCloudTransformer.
Definition at line 571 of file point_cloud_transformers.cpp.
◆ supports()
uint8_t rviz::AxisColorPCTransformer::supports |
( |
const sensor_msgs::PointCloud2ConstPtr & |
cloud | ) |
|
|
overridevirtual |
◆ transform()
bool rviz::AxisColorPCTransformer::transform |
( |
const sensor_msgs::PointCloud2ConstPtr & |
cloud, |
|
|
uint32_t |
mask, |
|
|
const Ogre::Matrix4 & |
transform, |
|
|
V_PointCloudPoint & |
out |
|
) |
| |
|
overridevirtual |
◆ updateAutoComputeBounds
void rviz::AxisColorPCTransformer::updateAutoComputeBounds |
( |
| ) |
|
|
privateslot |
◆ auto_compute_bounds_property_
BoolProperty* rviz::AxisColorPCTransformer::auto_compute_bounds_property_ |
|
private |
◆ axis_property_
◆ max_value_property_
◆ min_value_property_
◆ use_fixed_frame_property_
BoolProperty* rviz::AxisColorPCTransformer::use_fixed_frame_property_ |
|
private |
The documentation for this class was generated from the following files:
rviz
Author(s): Dave Hershberger, David Gossow, Josh Faust, William Woodall
autogenerated on Fri Dec 13 2024 03:31:03