Tomographer  v1.0a
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 .. Result
The type that the result has
Result getResult()
Obtain the said result. The return type must be anything that may be assigned to a Result type, or a value that the Result accepts in a constructor.