We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
GetReport(const IAlgorithmResult* pAlgorithm, const IGraph* pGraph, char* buffer, IndexType bufferSize)
GetFullName() - return full name of report type.
GetFullName()
GetShortName() - return short name of report.
GetShortName()