| 329 | } |
| 330 | |
| 331 | void mitk::PointSet::InsertPoint(PointIdentifier id, PointType point, int t) |
| 332 | { |
| 333 | this->InsertPoint(id, point, mitk::PTUNDEFINED, t); |
| 334 | } |
| 335 | |
| 336 | void mitk::PointSet::InsertPoint(PointIdentifier id, PointType point, PointSpecificationType spec, int t) |
| 337 | { |