void AiZone::setPixels ( int  line,
QList< int >  pix 
) [slot]

set pixels per line

Parameters:
line : line index
pix : array

Definition at line 152 of file aizone.cpp.

00153 {
00154     uint *scanLine = reinterpret_cast<uint *>(m_image.scanLine( line ) );
00155     for ( int x = 0 ; x < pix.length() ; x++ )
00156     {
00157         *scanLine++ = pix[x];
00158     }
00159 }

 All Classes Namespaces Files Functions Variables Typedefs

Generated on Sat Feb 27 08:33:29 2010 for AiFractals by  doxygen 1.6.1