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

Method WriteAppendedPieceData

IO/XML/vtkXMLStatisticalModelWriter.cxx:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void 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
304void vtkXMLStatisticalModelWriter::WriteModelDataInline(vtkStatisticalModel* ds, vtkIndent indent)
305{

Callers 1

WriteAPieceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected