Open3D (C++ API)  0.13.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
open3d::core::Block< T, N > Class Template Reference

#include <Dispatch.h>

Public Member Functions

 Block ()=default
 
OPEN3D_HOST_DEVICE Block (const Block< T, N > &other)
 
OPEN3D_HOST_DEVICE Block< T, N > & operator= (const Block< T, N > &other)
 
OPEN3D_HOST_DEVICE bool operator== (const Block< T, N > &other) const
 
OPEN3D_HOST_DEVICEGet (size_t i) const
 
OPEN3D_HOST_DEVICE void Set (size_t i, const T &value)
 

Constructor & Destructor Documentation

◆ Block() [1/2]

template<typename T, size_t N>
open3d::core::Block< T, N >::Block ( )
default

◆ Block() [2/2]

template<typename T, size_t N>
OPEN3D_HOST_DEVICE open3d::core::Block< T, N >::Block ( const Block< T, N > &  other)
inline

Member Function Documentation

◆ Get()

template<typename T, size_t N>
OPEN3D_HOST_DEVICE T open3d::core::Block< T, N >::Get ( size_t  i) const
inline

◆ operator=()

template<typename T, size_t N>
OPEN3D_HOST_DEVICE Block<T, N>& open3d::core::Block< T, N >::operator= ( const Block< T, N > &  other)
inline

◆ operator==()

template<typename T, size_t N>
OPEN3D_HOST_DEVICE bool open3d::core::Block< T, N >::operator== ( const Block< T, N > &  other) const
inline

◆ Set()

template<typename T, size_t N>
OPEN3D_HOST_DEVICE void open3d::core::Block< T, N >::Set ( size_t  i,
const T &  value 
)
inline

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