|
Cogs.Core
|
Public Types | |
| enum struct | State { None , Issued , Ready , Failed } |
Public Member Functions | |
| void | fetchLayoutAndInitialize (Context *context, PotreeSystem *poSystem, const PotreeComponent *poComp, PotreeData *poData, PotreeCell *containingCell) |
| void | release (Context *context, PotreeData *poData) |
Public Attributes | |
| enum Cogs::Core::PotreeSubtree::State | state = State::None |
| DataFetcherManager::FetchId | fetch_id = DataFetcherManager::NoFetchId |
| ListNode | member |
| PotreeCell * | containingCell = nullptr |
| std::string | path |
| std::string | prefix |
| List< PotreeCell, offsetof(PotreeCell, subtreeNode)> | cells |
| uint32_t | subtreeId = 0 |
| uint32_t | i = 0 |
| uint32_t | j = 0 |
| uint32_t | k = 0 |
| uint32_t | l = 0 |
Definition at line 172 of file PotreeSystem.h.
|
strong |
Definition at line 174 of file PotreeSystem.h.
| void Cogs::Core::PotreeSubtree::fetchLayoutAndInitialize | ( | Context * | context, |
| PotreeSystem * | poSystem, | ||
| const PotreeComponent * | poComp, | ||
| PotreeData * | poData, | ||
| PotreeCell * | containingCell | ||
| ) |
Definition at line 257 of file PotreeSubtree.cpp.
| void Cogs::Core::PotreeSubtree::release | ( | Context * | context, |
| PotreeData * | poData | ||
| ) |
Definition at line 343 of file PotreeSubtree.cpp.
| List<PotreeCell, offsetof(PotreeCell, subtreeNode)> Cogs::Core::PotreeSubtree::cells |
Definition at line 186 of file PotreeSystem.h.
| PotreeCell* Cogs::Core::PotreeSubtree::containingCell = nullptr |
Definition at line 183 of file PotreeSystem.h.
| DataFetcherManager::FetchId Cogs::Core::PotreeSubtree::fetch_id = DataFetcherManager::NoFetchId |
Definition at line 180 of file PotreeSystem.h.
| uint32_t Cogs::Core::PotreeSubtree::i = 0 |
Definition at line 188 of file PotreeSystem.h.
| uint32_t Cogs::Core::PotreeSubtree::j = 0 |
Definition at line 189 of file PotreeSystem.h.
| uint32_t Cogs::Core::PotreeSubtree::k = 0 |
Definition at line 190 of file PotreeSystem.h.
| uint32_t Cogs::Core::PotreeSubtree::l = 0 |
Definition at line 191 of file PotreeSystem.h.
| ListNode Cogs::Core::PotreeSubtree::member |
Definition at line 182 of file PotreeSystem.h.
| std::string Cogs::Core::PotreeSubtree::path |
Definition at line 184 of file PotreeSystem.h.
| std::string Cogs::Core::PotreeSubtree::prefix |
Definition at line 185 of file PotreeSystem.h.
| uint32_t Cogs::Core::PotreeSubtree::subtreeId = 0 |
Definition at line 187 of file PotreeSystem.h.