------------------------------------------------------------------------------
| 762 | |
| 763 | //------------------------------------------------------------------------------ |
| 764 | vtkVariantArray::ValueType* vtkVariantArray::GetPointer(vtkIdType id) |
| 765 | { |
| 766 | return this->Array + id; |
| 767 | } |
| 768 | |
| 769 | //------------------------------------------------------------------------------ |
| 770 | void vtkVariantArray::SetArray(ValueType* arr, vtkIdType size, int save, int deleteMethod) |
no outgoing calls
no test coverage detected