Open3D (C++ API)  0.18.0+a4a173e
Public Member Functions | Data Fields
open3d::core::VirtualBlock Struct Reference

Public Member Functions

 VirtualBlock (void *ptr, size_t byte_size, const std::weak_ptr< RealBlock > &r_block)
 

Data Fields

void * ptr_ = nullptr
 
size_t byte_size_ = 0
 
std::weak_ptr< RealBlockr_block_
 

Constructor & Destructor Documentation

◆ VirtualBlock()

open3d::core::VirtualBlock::VirtualBlock ( void *  ptr,
size_t  byte_size,
const std::weak_ptr< RealBlock > &  r_block 
)
inline

Field Documentation

◆ byte_size_

size_t open3d::core::VirtualBlock::byte_size_ = 0

◆ ptr_

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

◆ r_block_

std::weak_ptr<RealBlock> open3d::core::VirtualBlock::r_block_

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