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

Method AllocatePositionArrays

IO/XML/vtkXMLTableWriter.cxx:222–228  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

220
221//------------------------------------------------------------------------------
222void vtkXMLTableWriter::AllocatePositionArrays()
223{
224 this->NumberOfColsPositions = new vtkTypeInt64[this->NumberOfPieces];
225 this->NumberOfRowsPositions = new vtkTypeInt64[this->NumberOfPieces];
226
227 this->RowsOM->Allocate(this->NumberOfPieces);
228}
229
230//------------------------------------------------------------------------------
231void vtkXMLTableWriter::DeletePositionArrays()

Callers 1

WriteHeaderMethod · 0.95

Calls 1

AllocateMethod · 0.45

Tested by

no test coverage detected