|
Open3D (C++ API)
0.17.0
|
Const iterator for Tensor. More...
#include <Tensor.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = const Tensor |
| using | pointer = value_type * |
| using | reference = value_type |
Public Member Functions | |
| ConstIterator (pointer tensor, int64_t index) | |
| ConstIterator (const ConstIterator &) | |
| ~ConstIterator () | |
| reference | operator* () const |
| pointer | operator-> () const |
| ConstIterator & | operator++ () |
| ConstIterator | operator++ (int) |
| bool | operator== (const ConstIterator &other) const |
| bool | operator!= (const ConstIterator &other) const |
Const iterator for Tensor.
| using open3d::core::Tensor::ConstIterator::difference_type = std::ptrdiff_t |
| using open3d::core::Tensor::ConstIterator::iterator_category = std::forward_iterator_tag |
| using open3d::core::Tensor::ConstIterator::value_type = const Tensor |
| open3d::core::Tensor::ConstIterator::ConstIterator | ( | pointer | tensor, |
| int64_t | index | ||
| ) |
| open3d::core::Tensor::ConstIterator::ConstIterator | ( | const ConstIterator & | other | ) |
| open3d::core::Tensor::ConstIterator::~ConstIterator | ( | ) |
| bool open3d::core::Tensor::ConstIterator::operator!= | ( | const ConstIterator & | other | ) | const |
| Tensor::ConstIterator::reference open3d::core::Tensor::ConstIterator::operator* | ( | ) | const |
| Tensor::ConstIterator & open3d::core::Tensor::ConstIterator::operator++ | ( | ) |
| Tensor::ConstIterator open3d::core::Tensor::ConstIterator::operator++ | ( | int | ) |
| Tensor::ConstIterator::pointer open3d::core::Tensor::ConstIterator::operator-> | ( | ) | const |
| bool open3d::core::Tensor::ConstIterator::operator== | ( | const ConstIterator & | other | ) | const |