MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / setSelectionTranslation

Method setSelectionTranslation

apps/point_cloud_editor/src/cloud.cpp:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void
176Cloud::setSelectionTranslation (float dx, float dy, float dz)
177{
178 select_translate_x_ = dx;
179 select_translate_y_ = dy;
180 select_translate_z_ = dz;
181}
182
183void
184Cloud::setSelection (const SelectionPtr& selection_ptr)

Callers 2

updateMethod · 0.80
endMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected