From b67b76d19de3b034136977223b60dd0d8a79e63a Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 26 May 2011 16:27:24 +0000 Subject: [PATCH] - TPythonDump()<<_this()<<".SetColorGroup( "<SetColorGroup(color); - TPythonDump()<<_this()<<".SetColorGroup( "<Extent(); else SMESH_Mesh_i::CollectMeshInfo( aGrpDS->GetElements(), aRes); + +// SMDS_ElemIteratorPtr it = aGrpDS->GetElements(); +// if ( it->more() ) +// { +// cout << "START" << endl; +// set< const SMDS_MeshElement* > nodes; +// const SMDS_MeshElement* e = it->next(); +// for ( int i = 0; i < 1000000; ++i) +// { +// SMDS_ElemIteratorPtr it = e->nodesIterator(); +// nodes.insert( e + i ); +// } +// cout << "END "<< nodes.size() << endl; +// } + return aRes._retn(); } -- 2.39.2