Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions | Data Fields
open3d::t::io::AttributePtr Struct Reference

Public Member Functions

 AttributePtr (const core::Dtype &dtype, const void *data_ptr, const int &group_size)
 

Data Fields

const core::Dtype dtype_
 
const void * data_ptr_
 
const int group_size_
 

Constructor & Destructor Documentation

◆ AttributePtr()

open3d::t::io::AttributePtr::AttributePtr ( const core::Dtype dtype,
const void *  data_ptr,
const int &  group_size 
)
inline

Field Documentation

◆ data_ptr_

const void* open3d::t::io::AttributePtr::data_ptr_

◆ dtype_

const core::Dtype open3d::t::io::AttributePtr::dtype_

◆ group_size_

const int open3d::t::io::AttributePtr::group_size_

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