MCPcopy 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

ReadRestartFileMethod · 0.45
OrderEdgesFunction · 0.45
ReadBinarySTLMethod · 0.45
AddTransformToFieldDataFunction · 0.45
ReadLabelListListMethod · 0.45
MakeBoundaryMeshMethod · 0.45
MoveInternalMeshMethod · 0.45
GetVolFieldAtTimeStepMethod · 0.45
GetCellZoneMeshMethod · 0.45

Calls 1

resizeMethod · 0.45

Tested by 3

TestArrayDataWriterFunction · 0.36
TestArraySerializationFunction · 0.36
TestArrayDenormalizedFunction · 0.36