MCPcopy Create free account
hub / github.com/Kitware/VTK / ShallowCopy

Method ShallowCopy

Common/Core/vtkInformationVariantVectorKey.cxx:126–129  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

SetMethod · 0.95
GetMethod · 0.95
LengthMethod · 0.95

Tested by

no test coverage detected