/////////////////////////////////////////////////////////////////////////////////////////
| 4391 | |
| 4392 | ////////////////////////////////////////////////////////////////////////////////////////////// |
| 4393 | void |
| 4394 | pcl::visualization::PCLVisualizer::setLookUpTableID (const std::string id) |
| 4395 | { |
| 4396 | style_->lut_actor_id_ = id; |
| 4397 | style_->updateLookUpTableDisplay (false); |
| 4398 | } |
| 4399 | |
| 4400 | ////////////////////////////////////////////////////////////////////////////////////////////// |
| 4401 | void |
nothing calls this directly
no test coverage detected