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

Method setWindowTitle

visualization/src/image_viewer.cpp:978–982  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 15

getAnglesWidgetMethod · 0.80
getHalfAnglesWidgetMethod · 0.80
ImageViewMethod · 0.80
ImageViewMethod · 0.80
ImageViewMethod · 0.80
ImageViewMethod · 0.80
setTitleMethod · 0.80
OpenNIPassthroughMethod · 0.80
PCDVideoPlayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected