Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions | Data Fields
open3d::core::RealBlock Struct Reference

Public Member Functions

 RealBlock (void *ptr, size_t byte_size)
 

Data Fields

void * ptr_ = nullptr
 
size_t byte_size_ = 0
 
std::shared_ptr< MemoryManagerDevicedevice_mm_
 
std::set< std::shared_ptr< VirtualBlock >, PointerOrder< VirtualBlock > > v_blocks_
 

Constructor & Destructor Documentation

◆ RealBlock()

open3d::core::RealBlock::RealBlock ( void *  ptr,
size_t  byte_size 
)
inline

Field Documentation

◆ byte_size_

size_t open3d::core::RealBlock::byte_size_ = 0

◆ device_mm_

std::shared_ptr<MemoryManagerDevice> open3d::core::RealBlock::device_mm_

◆ ptr_

void* open3d::core::RealBlock::ptr_ = nullptr

◆ v_blocks_

std::set<std::shared_ptr<VirtualBlock>, PointerOrder<VirtualBlock> > open3d::core::RealBlock::v_blocks_

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