Open3D (C++ API)  0.18.0+5c982c7
Public Member Functions
open3d::core::kernel::CPUReductionEngine Class Reference

Public Member Functions

 CPUReductionEngine (const CPUReductionEngine &)=delete
 
CPUReductionEngineoperator= (const CPUReductionEngine &)=delete
 
 CPUReductionEngine (const Indexer &indexer)
 
template<typename func_t , typename scalar_t >
void Run (const func_t &reduce_func, scalar_t identity)
 

Constructor & Destructor Documentation

◆ CPUReductionEngine() [1/2]

open3d::core::kernel::CPUReductionEngine::CPUReductionEngine ( const CPUReductionEngine )
delete

◆ CPUReductionEngine() [2/2]

open3d::core::kernel::CPUReductionEngine::CPUReductionEngine ( const Indexer indexer)
inline

Member Function Documentation

◆ operator=()

CPUReductionEngine& open3d::core::kernel::CPUReductionEngine::operator= ( const CPUReductionEngine )
delete

◆ Run()

template<typename func_t , typename scalar_t >
void open3d::core::kernel::CPUReductionEngine::Run ( const func_t &  reduce_func,
scalar_t  identity 
)
inline

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