------------------------------------------------------------------------------
| 220 | |
| 221 | //------------------------------------------------------------------------------ |
| 222 | void 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 | //------------------------------------------------------------------------------ |
| 231 | void vtkXMLTableWriter::DeletePositionArrays() |