#include <interfaces.h>
Public Member Functions | |
bool | isReady () const |
A simple integrity test - needs nonzero modules and pixel-matrix. | |
Public Attributes | |
const PlaneSettings * | settings |
the settings for the plane | |
ISquareRanges * | ranges |
module for range blocks generation | |
ISquareDomains * | domains |
module for domain blocks generation | |
ISquareEncoder * | encoder |
module for encoding (maintaining domain-range mappings) |
It is common structure for ISquare{Range,Domain,Encoder}. Inherits a pixel-matrix, its dimensions and block-summers and adds pointers to settings and modules handling square ranges, domains and encoding
Definition at line 205 of file interfaces.h.