| 296 | } |
| 297 | |
| 298 | void vtkXMLStatisticalModelWriter::WriteAppendedPieceData(int vtkNotUsed(index)) |
| 299 | { |
| 300 | // We do not support appended data for now. |
| 301 | vtkErrorMacro("Appended data is not currently supported."); |
| 302 | } |
| 303 | |
| 304 | void vtkXMLStatisticalModelWriter::WriteModelDataInline(vtkStatisticalModel* ds, vtkIndent indent) |
| 305 | { |