Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Resize
Method
Resize
IO/XMLParser/vtkXMLDataHeaderPrivate.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
{
41
}
42
void Resize(size_t count) override { this->Header.resize(count, 0); }
43
vtkTypeUInt64 Get(size_t index) const override { return this->Header[index]; }
44
bool Set(size_t index, vtkTypeUInt64 value) override
45
{
Callers
15
ReadRestartFile
Method · 0.45
OrderEdges
Function · 0.45
ReadBinarySTL
Method · 0.45
AddTransformToFieldData
Function · 0.45
ReadLabelListList
Method · 0.45
ListTimeDirectoriesByInstances
Method · 0.45
ReadOwnerNeighbourFiles
Method · 0.45
MakeBoundaryMesh
Method · 0.45
MoveInternalMesh
Method · 0.45
GetVolFieldAtTimeStep
Method · 0.45
GetPointFieldAtTimeStep
Method · 0.45
GetCellZoneMesh
Method · 0.45
Calls
1
resize
Method · 0.45
Tested by
3
TestArrayDataWriter
Function · 0.36
TestArraySerialization
Function · 0.36
TestArrayDenormalized
Function · 0.36