BICO
1.0
|
Abstract base class for streaming algorithms. More...
#include <streamingalgorithm.h>
Public Member Functions | |
virtual StreamingAlgorithm< T > & | operator<< (T const &element)=0 |
Streaming operator. More... | |
![]() | |
virtual | ~Algorithm () |
virtual SolutionProvider * | compute ()=0 |
Runs the algorithm and returns the computed solution. More... | |
Abstract base class for streaming algorithms.
Definition at line 16 of file streamingalgorithm.h.
|
pure virtual |
Streaming operator.
Implemented in CluE::Bico< T >.