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

Method setWindowSize

visualization/src/pcl_plotter.cpp:538–543  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

536
537//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
538void
539pcl::visualization::PCLPlotter::setWindowSize (int w, int h)
540{
541 win_width_ = w;
542 win_height_ = h;
543}
544
545//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
546int*

Callers 3

computeFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36