![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#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 cloudViewer::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 cloudViewer::visualization::rendering::REHandle_abstract | |
| static const char * | TypeToString (EntityType type) |
Static Public Attributes | |
| static const REHandle | kBad |
Static Public Attributes inherited from cloudViewer::visualization::rendering::REHandle_abstract | |
| static const std::uint16_t | kBadId = 0 |
Additional Inherited Members | |
Public Attributes inherited from cloudViewer::visualization::rendering::REHandle_abstract | |
| const EntityType | type = EntityType::None |
Protected Member Functions inherited from cloudViewer::visualization::rendering::REHandle_abstract | |
| REHandle_abstract (const EntityType aType, const std::uint16_t aId) | |
Protected Attributes inherited from cloudViewer::visualization::rendering::REHandle_abstract | |
| std::uint16_t | id = kBadId |
Static Protected Attributes inherited from cloudViewer::visualization::rendering::REHandle_abstract | |
| static std::array< std::uint16_t, static_cast< size_t >EntityType::Count)> | uid_table |
Definition at line 90 of file RendererHandle.h.
|
inline |
Definition at line 113 of file RendererHandle.h.
Referenced by cloudViewer::visualization::rendering::REHandle< entityType >::Concretize(), and cloudViewer::visualization::rendering::REHandle< entityType >::Next().
|
inline |
Definition at line 114 of file RendererHandle.h.
|
inlineexplicit |
Definition at line 116 of file RendererHandle.h.
|
inlinestatic |
|
inlinestatic |
|
inline |
Definition at line 118 of file RendererHandle.h.
References cloudViewer::visualization::rendering::REHandle_abstract::id.
|
static |
Definition at line 91 of file RendererHandle.h.