Get the number of points (i.e. # of points)
| 422 | |
| 423 | // Get the number of points (i.e. # of points) |
| 424 | int64_t Keyframe::GetCount() const { |
| 425 | |
| 426 | return Points.size(); |
| 427 | } |
| 428 | |
| 429 | // Remove a point by matching a coordinate |
| 430 | void Keyframe::RemovePoint(Point p) { |
no outgoing calls
no test coverage detected