| 46 | |
| 47 | template <typename ValueType> |
| 48 | void operator()(vtkAOSDataArrayTemplate<ValueType>* array) |
| 49 | { |
| 50 | diy::save(this->BB, array->GetPointer(0), array->GetNumberOfValues()); |
| 51 | } |
| 52 | |
| 53 | template <typename ArrayT> |
| 54 | void operator()(ArrayT* array) |
nothing calls this directly
no test coverage detected