Class PointCloud
Defined in File point_cloud.h
Class Documentation
-
class PointCloud
Public Types
-
using PointType = RangefinderPoint
Public Functions
-
PointCloud()
-
size_t size() const
-
bool empty() const
-
const std::vector<float> &intensities() const
-
ConstIterator begin() const
-
ConstIterator end() const
-
template<class UnaryPredicate>
inline PointCloud copy_if(UnaryPredicate predicate) const
-
using PointType = RangefinderPoint