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

Method Resize

Common/Core/vtkInformationObjectBaseVectorKey.cxx:253–257  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252//------------------------------------------------------------------------------
253void vtkInformationObjectBaseVectorKey::Resize(vtkInformation* info, int size)
254{
255 vtkInformationObjectBaseVectorValue* base = this->GetObjectBaseVector(info);
256 base->GetVector().resize(size);
257}
258
259//------------------------------------------------------------------------------
260void vtkInformationObjectBaseVectorKey::Clear(vtkInformation* info)

Callers

nothing calls this directly

Calls 2

GetObjectBaseVectorMethod · 0.95
resizeMethod · 0.45

Tested by

no test coverage detected