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

Method ShallowCopy

Common/ExecutionModel/vtkInformationExecutivePortVectorKey.cxx:202–205  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

SetMethod · 0.95
GetExecutivesMethod · 0.95
GetPortsMethod · 0.95
LengthMethod · 0.95

Tested by

no test coverage detected