------------------------------------------------------------------------------
| 124 | |
| 125 | //------------------------------------------------------------------------------ |
| 126 | void vtkInformationVariantVectorKey::ShallowCopy(vtkInformation* from, vtkInformation* to) |
| 127 | { |
| 128 | this->Set(to, this->Get(from), this->Length(from)); |
| 129 | } |
| 130 | |
| 131 | //------------------------------------------------------------------------------ |
| 132 | void vtkInformationVariantVectorKey::Print(ostream& os, vtkInformation* info) |