/////////////////////////////////////////////////////////////////////////////////////////////////////////
| 569 | |
| 570 | ////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 571 | void |
| 572 | pcl::visualization::PCLPlotter::startInteractor () |
| 573 | { |
| 574 | view_->GetInteractor()->Initialize (); |
| 575 | view_->GetInteractor()->Start (); |
| 576 | } |
| 577 | |
| 578 | ///////////////////////IMPORTANT PRIVATE FUNCTIONS/////////////////////////////// |
| 579 | void |
nothing calls this directly
no test coverage detected