#include <Gui.h>
◆ Rect() [1/2]
| open3d::visualization::gui::Rect::Rect |
( |
| ) |
|
◆ Rect() [2/2]
| open3d::visualization::gui::Rect::Rect |
( |
int | x_, |
|
|
int | y_, |
|
|
int | w_, |
|
|
int | h_ ) |
◆ Contains() [1/2]
| bool open3d::visualization::gui::Rect::Contains |
( |
const Point & | pt | ) |
const |
◆ Contains() [2/2]
| bool open3d::visualization::gui::Rect::Contains |
( |
int | x, |
|
|
int | y ) const |
◆ GetBottom()
| int open3d::visualization::gui::Rect::GetBottom |
( |
| ) |
const |
◆ GetLeft()
| int open3d::visualization::gui::Rect::GetLeft |
( |
| ) |
const |
◆ GetRight()
| int open3d::visualization::gui::Rect::GetRight |
( |
| ) |
const |
◆ GetTop()
| int open3d::visualization::gui::Rect::GetTop |
( |
| ) |
const |
◆ operator!=()
| bool open3d::visualization::gui::Rect::operator!= |
( |
const Rect & | other | ) |
const |
◆ operator==()
| bool open3d::visualization::gui::Rect::operator== |
( |
const Rect & | other | ) |
const |
◆ UnionedWith()
| Rect open3d::visualization::gui::Rect::UnionedWith |
( |
const Rect & | r | ) |
const |
◆ height
| int open3d::visualization::gui::Rect::height |
◆ width
| int open3d::visualization::gui::Rect::width |
| int open3d::visualization::gui::Rect::x |
| int open3d::visualization::gui::Rect::y |
The documentation for this struct was generated from the following files:
- cpp/open3d/visualization/gui/Gui.h
- cpp/open3d/visualization/gui/Gui.cpp