Skip to content
Unick Soft edited this page Dec 26, 2020 · 1 revision

IReporter interface is used to generate report. Graphoffline already has xml nad text reports.

  • GetReport(const IAlgorithmResult* pAlgorithm, const IGraph* pGraph, char* buffer, IndexType bufferSize) - method generates report. It returns size of filled chars in buffer. bufferSize is size of buffer.

  • GetFullName() - return full name of report type.

  • GetShortName() - return short name of report.

Clone this wiki locally