Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::core::SlabNodeManager Class Reference

#include <SlabNodeManager.h>

Public Member Functions

 SlabNodeManager (const Device &device)
 ~SlabNodeManager ()
void Reset ()
std::vector< int > CountSlabsPerSuperblock ()

Data Fields

SlabNodeManagerImpl impl_
Device device_

Constructor & Destructor Documentation

◆ SlabNodeManager()

open3d::core::SlabNodeManager::SlabNodeManager ( const Device & device)
inline

Random coefficients for allocator's hash function.

In the light version, we put num_super_blocks super blocks within a single array.

◆ ~SlabNodeManager()

open3d::core::SlabNodeManager::~SlabNodeManager ( )
inline

Member Function Documentation

◆ CountSlabsPerSuperblock()

std::vector< int > open3d::core::SlabNodeManager::CountSlabsPerSuperblock ( )
inline

◆ Reset()

void open3d::core::SlabNodeManager::Reset ( )
inline

Field Documentation

◆ device_

Device open3d::core::SlabNodeManager::device_

◆ impl_

SlabNodeManagerImpl open3d::core::SlabNodeManager::impl_

The documentation for this class was generated from the following file: