/////////////////////////////////////////////////////////////////////////////////////
| 976 | |
| 977 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 978 | void |
| 979 | pcl::visualization::ImageViewer::setWindowTitle (const std::string& name) |
| 980 | { |
| 981 | win_->SetWindowName (name.c_str ()); |
| 982 | } |
| 983 | |
| 984 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 985 | void |
no outgoing calls
no test coverage detected