Open3D (C++ API)
0.12.0
|
#include <RendererHandle.h>
Public Member Functions | |
REHandle () | |
REHandle (const REHandle &other) | |
REHandle (std::uint16_t id) | |
REHandle & | operator= (const REHandle &other) |
Public Member Functions inherited from open3d::visualization::rendering::REHandle_abstract | |
size_t | Hash () const |
bool | operator== (const REHandle_abstract &other) const |
bool | operator!= (const REHandle_abstract &other) const |
bool | operator< (const REHandle_abstract &other) const |
operator bool () const | |
REHandle_abstract () | |
std::uint16_t | GetId () const |
Static Public Member Functions | |
static REHandle | Next () |
static REHandle | Concretize (const REHandle_abstract &abstract) |
Static Public Member Functions inherited from open3d::visualization::rendering::REHandle_abstract | |
static const char * | TypeToString (EntityType type) |
Static Public Attributes | |
static const REHandle | kBad |
Static Public Attributes inherited from open3d::visualization::rendering::REHandle_abstract | |
static const std::uint16_t | kBadId = 0 |
Additional Inherited Members | |
Data Fields inherited from open3d::visualization::rendering::REHandle_abstract | |
const EntityType | type = EntityType::None |
Protected Member Functions inherited from open3d::visualization::rendering::REHandle_abstract | |
REHandle_abstract (const EntityType aType, const std::uint16_t aId) | |
Protected Attributes inherited from open3d::visualization::rendering::REHandle_abstract | |
std::uint16_t | id = kBadId |
Static Protected Attributes inherited from open3d::visualization::rendering::REHandle_abstract | |
static std::array< std::uint16_t, static_cast< size_t >EntityType::Count)> | uid_table |
|
inline |
|
inline |
|
inlineexplicit |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
static |