|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/impl/cloud_iterator.hpp>
Inheritance diagram for pcl::ConstCloudIterator< PointT >::ConstIteratorIdx:
Collaboration diagram for pcl::ConstCloudIterator< PointT >::ConstIteratorIdx:Public Member Functions | |
| ConstIteratorIdx (const PointCloud< PointT > &cloud, const Indices &indices) | |
| ConstIteratorIdx (const PointCloud< PointT > &cloud, const PointIndices &indices) | |
| ~ConstIteratorIdx () override=default | |
| void | operator++ () override |
| void | operator++ (int) override |
| const PointT & | operator* () const override |
| const PointT * | operator-> () const override |
| unsigned | getCurrentPointIndex () const override |
| unsigned | getCurrentIndex () const override |
| std::size_t | size () const override |
| void | reset () override |
| bool | isValid () const override |
| ConstCloudIterator (const PointCloud< PointT > &cloud) | |
| ConstCloudIterator (const PointCloud< PointT > &cloud, const Indices &indices) | |
| ConstCloudIterator (const PointCloud< PointT > &cloud, const PointIndices &indices) | |
| ConstCloudIterator (const PointCloud< PointT > &cloud, const Correspondences &corrs, bool source) | |
| ~ConstCloudIterator () | |
| void | operator++ () |
| void | operator++ (int) |
| const PointT & | operator* () const |
| const PointT * | operator-> () const |
| unsigned | getCurrentPointIndex () const |
| unsigned | getCurrentIndex () const |
| std::size_t | size () const |
| Size of the range the iterator is going through. | |
| void | reset () |
| bool | isValid () const |
| operator bool () const | |
Definition at line 252 of file cloud_iterator.hpp.
|
inline |
Definition at line 255 of file cloud_iterator.hpp.
|
inline |
Definition at line 263 of file cloud_iterator.hpp.
|
overridedefault |
Definition at line 131 of file cloud_iterator.hpp.
| pcl::ConstCloudIterator< PointT >::ConstCloudIterator | ( | const PointCloud< PointT > & | cloud | ) |
Definition at line 123 of file cloud_iterator.hpp.
| pcl::ConstCloudIterator< PointT >::ConstCloudIterator | ( | const PointCloud< PointT > & | cloud, |
| const Correspondences & | corrs, | ||
| bool | source ) |
Definition at line 129 of file cloud_iterator.hpp.
| pcl::ConstCloudIterator< PointT >::ConstCloudIterator | ( | const PointCloud< PointT > & | cloud, |
| const Indices & | indices ) |
Definition at line 125 of file cloud_iterator.hpp.
| pcl::ConstCloudIterator< PointT >::ConstCloudIterator | ( | const PointCloud< PointT > & | cloud, |
| const PointIndices & | indices ) |
Definition at line 127 of file cloud_iterator.hpp.
| unsigned pcl::ConstCloudIterator< PointT >::getCurrentIndex | ( | ) | const |
Definition at line 143 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 298 of file cloud_iterator.hpp.
| unsigned pcl::ConstCloudIterator< PointT >::getCurrentPointIndex | ( | ) | const |
Definition at line 141 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 293 of file cloud_iterator.hpp.
| bool pcl::ConstCloudIterator< PointT >::isValid | ( | ) | const |
Definition at line 150 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 313 of file cloud_iterator.hpp.
|
inline |
Definition at line 152 of file cloud_iterator.h.
| const PointT & pcl::ConstCloudIterator< PointT >::operator* | ( | ) | const |
Definition at line 137 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 283 of file cloud_iterator.hpp.
| void pcl::ConstCloudIterator< PointT >::operator++ | ( | ) |
Definition at line 133 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 273 of file cloud_iterator.hpp.
| void pcl::ConstCloudIterator< PointT >::operator++ | ( | int | ) |
Definition at line 135 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 278 of file cloud_iterator.hpp.
| const PointT * pcl::ConstCloudIterator< PointT >::operator-> | ( | ) | const |
Definition at line 139 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 288 of file cloud_iterator.hpp.
| void pcl::ConstCloudIterator< PointT >::reset | ( | ) |
Definition at line 148 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 308 of file cloud_iterator.hpp.
| std::size_t pcl::ConstCloudIterator< PointT >::size | ( | ) | const |
Size of the range the iterator is going through.
Depending on how the ConstCloudIterator was constructed this is the size of the cloud or indices/correspondences.
Definition at line 146 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 303 of file cloud_iterator.hpp.