------------------------------------------------------------------------------
| 258 | |
| 259 | //------------------------------------------------------------------------------ |
| 260 | void vtkInformationObjectBaseVectorKey::Clear(vtkInformation* info) |
| 261 | { |
| 262 | vtkInformationObjectBaseVectorValue* base = this->GetObjectBaseVector(info); |
| 263 | base->GetVector().clear(); |
| 264 | } |
| 265 | |
| 266 | //------------------------------------------------------------------------------ |
| 267 | void vtkInformationObjectBaseVectorKey::ShallowCopy(vtkInformation* source, vtkInformation* dest) |
nothing calls this directly
no test coverage detected