Home
last modified time | relevance | path

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 Dpcl_painter2D.cpp58 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 Dpcl_plotter.cpp79 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 Dinteractor_style.cpp86 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 Dinteractor_style.h116 init_ (), win_height_ (), win_width_ (), win_pos_x_ (), win_pos_y_ (), in PCLVisualizerInteractorStyle()
275 int win_height_, win_width_; variable
H A Dpcl_plotter.h407 int win_width_, win_height_; variable
H A Dpcl_painter2D.h423 int win_width_, win_height_; variable