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

Method WriteInlinePieceAttributes

IO/XML/vtkXMLStatisticalModelWriter.cxx:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void vtkXMLStatisticalModelWriter::WriteInlinePieceAttributes()
268{
269 vtkStatisticalModel* input = this->GetModelInput();
270 this->WriteScalarAttribute(
271 "NumberOfLearnedTables", input->GetNumberOfTables(vtkStatisticalModel::Learned));
272 this->WriteScalarAttribute(
273 "NumberOfDerivedTables", input->GetNumberOfTables(vtkStatisticalModel::Derived));
274}
275
276void vtkXMLStatisticalModelWriter::WriteInlinePiece(vtkIndent indent)
277{

Callers 1

WriteInlineModelMethod · 0.95

Calls 3

GetModelInputMethod · 0.95
WriteScalarAttributeMethod · 0.80
GetNumberOfTablesMethod · 0.45

Tested by

no test coverage detected