zone objects deserialisation
Definition at line 194 of file aizone.cpp. 00195 { 00196 stream >> m_image 00197 >> m_imageHeight 00198 >> m_imageWidth 00199 >> m_increment 00200 >> m_iteration 00201 >> m_last_x 00202 >> m_last_y 00203 >> m_startPoint 00204 >> m_u 00205 >> m_v 00206 >> m_viewX 00207 >> m_viewY 00208 >> m_w 00209 >> m_x 00210 >> m_y 00211 >> m_zoneHeight 00212 >> m_zoneWidth 00213 >> m_zoom 00214 ; 00215 status = false; 00216 } |