Home
last modified time | relevance | path

Searched refs:selected_item_index_map (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/include/pcl/apps/cloud_composer/
H A Dcommands.h209 … setSelectedIndicesMap( const QMap <CloudItem*, pcl::PointIndices::Ptr >& selected_item_index_map) in setSelectedIndicesMap() argument
211 selected_item_index_map_ = selected_item_index_map; in setSelectedIndicesMap()
H A Dmerge_selection.h50 …Selection (QMap <const CloudItem*, pcl::PointIndices::ConstPtr > selected_item_index_map, QObject*…
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/
H A Dmerge_selection.cpp10 …Selection (QMap <const CloudItem*, pcl::PointIndices::ConstPtr > selected_item_index_map, QObject*… in MergeSelection() argument
12 , selected_item_index_map_ (std::move(selected_item_index_map)) in MergeSelection()