|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/impl/cloud_iterator.hpp>
Inheritance diagram for pcl::ConstCloudIterator< PointT >::DefaultConstIterator:
Collaboration diagram for pcl::ConstCloudIterator< PointT >::DefaultConstIterator:Public Member Functions | |
| DefaultConstIterator (const PointCloud< PointT > &cloud) | |
| ~DefaultConstIterator () 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 188 of file cloud_iterator.hpp.
|
inline |
Definition at line 191 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 224 of file cloud_iterator.hpp.
| unsigned pcl::ConstCloudIterator< PointT >::getCurrentPointIndex | ( | ) | const |
Definition at line 141 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 219 of file cloud_iterator.hpp.
| bool pcl::ConstCloudIterator< PointT >::isValid | ( | ) | const |
Definition at line 150 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 239 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 209 of file cloud_iterator.hpp.
| void pcl::ConstCloudIterator< PointT >::operator++ | ( | ) |
Definition at line 133 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 199 of file cloud_iterator.hpp.
| void pcl::ConstCloudIterator< PointT >::operator++ | ( | int | ) |
Definition at line 135 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 204 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 214 of file cloud_iterator.hpp.
| void pcl::ConstCloudIterator< PointT >::reset | ( | ) |
Definition at line 148 of file cloud_iterator.hpp.
|
inlineoverride |
Definition at line 234 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 229 of file cloud_iterator.hpp.