| 44 | } |
| 45 | |
| 46 | ValueType GetValue(vtkIdType valueIdx) const { return this->Array->GetValue(valueIdx); } |
| 47 | void SetValue(vtkIdType valueIdx, ValueType value) { this->Array->SetValue(valueIdx, value); } |
| 48 | |
| 49 | void GetTypedTuple(vtkIdType tupleIdx, ValueType* tuple) const |