Home
last modified time | relevance | path

Searched refs:select_translate_y_ (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/src/
H A Dcloud.cpp65 select_translate_x_(0), select_translate_y_(0), select_translate_z_(0) in Cloud()
84 select_translate_x_(0), select_translate_y_(0), select_translate_z_(0) in Cloud()
109 select_translate_y_(copy.select_translate_y_), in Cloud()
139 select_translate_y_ = cloud.select_translate_y_; in operator =()
180 select_translate_y_ = dy; in setSelectionTranslation()
289 select_translate_y_, select_translate_z_); in draw()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/include/pcl/apps/point_cloud_editor/
H A Dcloud.h478 float select_translate_x_, select_translate_y_, select_translate_z_; variable