Searched refs:win_width_ (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/ |
H A D | pcl_painter2D.cpp | 58 win_width_ = 640; in PCLPainter2D() 274 view_->GetRenderWindow ()->SetSize (win_width_, win_height_); in display() 290 view_->GetRenderWindow ()->SetSize (win_width_, win_height_); in spinOnce() 346 win_width_ = w; in setWindowSize() 355 sz[0] = win_width_; in getWindowSize()
|
H A D | pcl_plotter.cpp | 79 win_width_ = 640; in PCLPlotter() 396 view_->GetRenderWindow ()->SetSize (win_width_, win_height_); in plot() 412 view_->GetRenderWindow ()->SetSize (win_width_, win_height_); in spinOnce() 434 view_->GetRenderWindow ()->SetSize (win_width_, win_height_); in renderOnce() 536 win_width_ = w; in setWindowSize() 545 sz[0] = win_width_; in getWindowSize()
|
H A D | interactor_style.cpp | 86 win_height_ = win_width_ = -1; in Initialize() 543 if (win_height_ == -1 || win_width_ == -1) in OnKeyDown() 547 win_width_ = win_size[1]; in OnKeyDown() 947 Interactor->GetRenderWindow ()->SetSize (win_height_, win_width_); in OnKeyDown() 962 win_width_ = win_size[1]; in OnKeyDown()
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/ |
H A D | interactor_style.h | 116 init_ (), win_height_ (), win_width_ (), win_pos_x_ (), win_pos_y_ (), in PCLVisualizerInteractorStyle() 275 int win_height_, win_width_; variable
|
H A D | pcl_plotter.h | 407 int win_width_, win_height_; variable
|
H A D | pcl_painter2D.h | 423 int win_width_, win_height_; variable
|