| 11 | virtual Scalar distance(const PointT &point) const = 0; |
| 12 | virtual void project(const SE3 &tf) = 0; |
| 13 | T getModel() const {return model;}; |
| 14 | VectorType getFeatures() const {return features;}; |
| 15 | size_t id; |
| 16 | bool isValid; |
no outgoing calls
no test coverage detected