------------------------------------------------------------------------------
| 200 | |
| 201 | //------------------------------------------------------------------------------ |
| 202 | void vtkInformationExecutivePortVectorKey::ShallowCopy(vtkInformation* from, vtkInformation* to) |
| 203 | { |
| 204 | this->Set(to, this->GetExecutives(from), this->GetPorts(from), this->Length(from)); |
| 205 | } |
| 206 | |
| 207 | //------------------------------------------------------------------------------ |
| 208 | void vtkInformationExecutivePortVectorKey::Remove(vtkInformation* info) |
nothing calls this directly
no test coverage detected