Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Realloc
Method
Realloc
Common/DataModel/vtkArrayListTemplate.h:934–940 ·
view source on GitHub ↗
* Extend (realloc) the arrays. */
Source
from the content-addressed store, hash-verified
932
* Extend (realloc) the arrays.
933
*/
934
void Realloc(vtkIdType sze)
935
{
936
for (auto& array : this->Arrays)
937
{
938
array->Realloc(sze);
939
}
940
}
941
942
/**
943
* Return the number of arrays.
Callers
nothing calls this directly
Calls
1
Realloc
Method · 0.45
Tested by
no test coverage detected