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

Method setLookUpTableID

visualization/src/pcl_visualizer.cpp:4393–4398  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

4391
4392//////////////////////////////////////////////////////////////////////////////////////////////
4393void
4394pcl::visualization::PCLVisualizer::setLookUpTableID (const std::string id)
4395{
4396 style_->lut_actor_id_ = id;
4397 style_->updateLookUpTableDisplay (false);
4398}
4399
4400//////////////////////////////////////////////////////////////////////////////////////////////
4401void

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected