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

Method Clear

Common/Core/vtkInformationObjectBaseVectorKey.cxx:260–264  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

GetObjectBaseVectorMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected