// PixelBuffer.h: interface for the PixelBuffer class. // ////////////////////////////////////////////////////////////////////// // RowInfo struct struct RowInfo { bool calculated; int calcAgent; };