| 108 | |
| 109 | template <> |
| 110 | void TupleFetcher<vtkTypeInt64>::Fetch(vtkIdType idx) |
| 111 | { |
| 112 | this->Array->GetIntegerTuple(idx, this->Tuple.data()); |
| 113 | } |
| 114 | |
| 115 | template <> |
| 116 | void TupleFetcher<vtkTypeUInt64>::Fetch(vtkIdType idx) |
no test coverage detected