| 390 | struct PointRefAdapter |
| 391 | { |
| 392 | PointRefAdapter(PointRef& point): point(point) { } |
| 393 | point_count_t size() const { return 0; } |
| 394 | void setField( |
| 395 | const Dimension::Id dimension, |
nothing calls this directly
no outgoing calls
no test coverage detected