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

Method setCloudView

apps/cloud_composer/src/project_model.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void
94pcl::cloud_composer::ProjectModel::setCloudView (CloudView* view)
95{
96 cloud_view_ = view;
97 // Initialize status variables tied to the view
98 setAxisVisibility (true);
99
100}
101
102void
103pcl::cloud_composer::ProjectModel::setPointSelection (const std::shared_ptr<SelectionEvent>& selected_event)

Callers 1

addModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected