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