0022165: IGES transaltor does not produce any shape
[occt.git] / src / IFSelect / IFSelect_SelectInList.cxx
CommitLineData
7fd59977 1#include <IFSelect_SelectInList.ixx>
2
3// .... Specialisation de SelectAnyList dans laquelle on traite une liste
4// dont chaque item est une Entite
5
6
7 void IFSelect_SelectInList::FillResult
8 (const Standard_Integer n1, const Standard_Integer n2,
9 const Handle(Standard_Transient)& ent,
10 Interface_EntityIterator& result) const
11{
12 for (Standard_Integer i = n1; i <= n2; i ++)
13 result.GetOneItem (ListedEntity(i,ent));
14}