Open3D (C++ API)
|
Go to the source code of this file.
Data Structures | |
struct | open3d::gui::Point |
struct | open3d::gui::Size |
struct | open3d::gui::Rect |
Namespaces | |
open3d | |
open3d::gui | |
Enumerations | |
enum | open3d::gui::BorderShape { open3d::gui::BorderShape::NONE = 0, open3d::gui::BorderShape::RECT, open3d::gui::BorderShape::ROUNDED_RECT } |
enum | open3d::gui::Alignment : unsigned int { open3d::gui::Alignment::LEFT = 1, open3d::gui::Alignment::HCENTER = 2, open3d::gui::Alignment::RIGHT = 3, open3d::gui::Alignment::TOP = (1 << 4), open3d::gui::Alignment::VCENTER = (2 << 4), open3d::gui::Alignment::BOTTOM = (3 << 4), open3d::gui::Alignment::CENTER = (2 | (2 << 4)) } |
Functions | |
constexpr Alignment | open3d::gui::operator| (Alignment x, Alignment y) |