| 369 | struct PointViewAdapter |
| 370 | { |
| 371 | PointViewAdapter(PointViewPtr view): view(view) { } |
| 372 | point_count_t size() const { return view->size(); } |
| 373 | void setField( |
| 374 | const Dimension::Id dimension, |
nothing calls this directly
no outgoing calls
no test coverage detected