Tomographer  v4.0
Tomographer C++ Framework Documentation
Resultable Interface

This is a ‘type interface.’ See Type Interfaces for more info on what that is.

This abstract type interface describes a type which results in some output. This might be for example some forms of MHRWStatsCollector Interface 's such as Tomographer::ValueHistogramMHRWStatsCollector which results in a histogram.

typedef .. ResultType
The type that the result has
ResultType getResult()
Obtain the said result. The return type must be anything that may be assigned to a ResultType type, or a value that the ResultType accepts in a constructor.