AiZone::AiZone ( const AiZone zone  ) 

copy constructor

Parameters:
zone : object reference

Definition at line 65 of file aizone.cpp.

00066 {
00067     this->m_image = zone.m_image;
00068     this->m_imageHeight = zone.m_imageHeight;
00069     this->m_imageWidth = zone.m_imageWidth;
00070     this->m_increment = zone.m_increment;
00071     this->m_iteration = zone.m_iteration;
00072     this->m_startPoint = zone.m_startPoint;
00073     this->status = zone.status;
00074     this->m_x = zone.m_x;
00075     this->m_y = zone.m_y;
00076     this->m_zoneHeight = zone.m_zoneHeight;
00077     this->m_zoneWidth = zone.m_zoneWidth;
00078     this->m_zoom = zone.m_zoom;
00079     this->m_viewX = zone.m_viewX;
00080     this->m_viewY = zone.m_viewY;
00081     this->status = zone.status;
00082     this->m_last_iteration = zone.m_last_iteration;
00083     this->m_last_x = zone.m_last_x;
00084     this->m_last_y = zone.m_last_y;
00085 }

 All Classes Namespaces Files Functions Variables Typedefs

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