Home
last modified time | relevance | path

Searched refs:clothesgroup_it (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/animorph/animorph-0.3/src/
H A DRIBExporter.cpp152 for (FaceGroup::const_iterator clothesgroup_it = clothesgroup.begin (); in exportFile() local
153 clothesgroup_it != clothesgroup.end (); in exportFile()
154 clothesgroup_it++) in exportFile()
156 FGroup clothes = (*clothesgroup_it).second; in exportFile()
159 string cl_name("_clothes_" + (*clothesgroup_it).first); in exportFile()