Home
last modified time | relevance | path

Searched refs:DEFAULT_POINT_HIGHLIGHT_SIZE_ (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.cpp49 const float Cloud::DEFAULT_POINT_HIGHLIGHT_SIZE_ = 4.0f; member in Cloud
64 selected_point_size_(DEFAULT_POINT_HIGHLIGHT_SIZE_), in Cloud()
83 selected_point_size_(DEFAULT_POINT_HIGHLIGHT_SIZE_), in Cloud()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/point_cloud_editor/include/pcl/apps/point_cloud_editor/
H A Dcloud.h386 static const float DEFAULT_POINT_HIGHLIGHT_SIZE_; variable