Loading [MathJax]/extensions/tex2jax.js
Tomographerv4.1
Tomographer C++ Framework Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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.