Template Class BasePointCloud

Inheritance Relationships

Base Type

Class Documentation

template<typename Derived>
class BasePointCloud : public beluga::enable_self<Derived>

Point Cloud 3D base type.

When instantiated, it satisfies Beluga named requirements: PointCloud.

Template Parameters:

Derived – Concrete point cloud type. It must define Derived::ranges(), Derived::angles(), as described in Beluga named requirements: PointCloud.