#include <interfaces.h>
Classes | |
struct | IOneRangePredictor |
Interface for objects that predict domains for a concrete range block More... | |
struct | Prediction |
Contains information about one predicted domain block. More... | |
Public Types | |
typedef std::vector< Prediction > | Predictions |
List of predictions (later often reffered to as a chunk). | |
Public Member Functions | |
virtual IOneRangePredictor * | newPredictor (const NewPredictorData &data)=0 |
Creates a predictor (passing the ownership) for a range block. | |
virtual void | cleanUp ()=0 |
Releases common resources (to be called when encoding is complete). |
Definition at line 365 of file interfaces.h.