Translations:KDevelop5/Manual/Working with source code/176/en

From KDE UserBase Wiki
for (typename Triangulation<dim,spacedim>::active_cell_iterator;
     cell = triangulation.begin_active();
     cell != triangulation.end(); ++cell)
         ... do something with the cell ...