void AiConfig::setZoneWidth ( double  w  ) 

set a zone width

Parameters:
w : new zone width value

Definition at line 134 of file aiconfig.cpp.

00135 {
00136     AiConfigZone * zone = m_tabs->findChild< AiConfigZone * >( "zone" );
00137     zone->setZoneWidth( w );
00138 }

 All Classes Namespaces Files Functions Variables Typedefs

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