struct mola::lidar_segmentation::NotImplementedErrorΒΆ

Used in LidarFilterBase

#include <LidarFilterBase.h>

struct NotImplementedError: public std::runtime_error
{
    // construction

    NotImplementedError();

    template <typename T>
    NotImplementedError(T v);
};