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

Method Realloc

Common/DataModel/vtkArrayListTemplate.h:673–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671 }
672
673 void Realloc(vtkIdType sze) override
674 {
675 this->OutputArray->Resize(sze);
676 this->OutputArray->SetNumberOfTuples(sze);
677 this->Output = static_cast<TOutput*>(this->OutputArray->GetVoidPointer(0));
678 }
679};
680
681// Forward declarations. This makes working with vtkTemplateMacro easier.

Callers

nothing calls this directly

Calls 3

ResizeMethod · 0.45
SetNumberOfTuplesMethod · 0.45
GetVoidPointerMethod · 0.45

Tested by

no test coverage detected