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

Method Realloc

Common/DataModel/vtkArrayListTemplate.h:294–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 void Realloc(vtkIdType sze) override
295 {
296 this->OutputArray->Resize(sze);
297 this->OutputArray->SetNumberOfTuples(sze);
298 this->Output = static_cast<T*>(this->OutputArray->GetVoidPointer(0));
299 }
300};
301
302template <>

Callers 4

ReallocMethod · 0.45
ContourMethod · 0.45
ContourMethod · 0.45
ProcessMergedFunction · 0.45

Calls 3

ResizeMethod · 0.45
SetNumberOfTuplesMethod · 0.45
GetVoidPointerMethod · 0.45

Tested by

no test coverage detected