EgtGeomKernel :

- gestione cancellazione oggetti puntati da GdbIterator
- aggiunte a GdbIterator EraseAndGoToNext e EraseAndGoToPrev
- possibilità di passare IGeomDB* al costruttore di GdbIterator.
This commit is contained in:
Dario Sassi
2014-03-23 21:38:09 +00:00
parent 155c722466
commit 033236491d
10 changed files with 176 additions and 19 deletions
+1 -2
View File
@@ -1685,7 +1685,6 @@ GdbExecutor::OutGroupScl( int nId, int nFlag)
int nParentId ;
int nGdbType ;
Frame3d frFrame ;
GdbIterator Iter ;
m_OutScl.Remark( "Start Group ---") ;
@@ -1708,7 +1707,7 @@ GdbExecutor::OutGroupScl( int nId, int nFlag)
}
// emetto entità gruppo
m_OutScl.Remark( "Entities :") ;
Iter.SetGDB( m_pGDB) ;
GdbIterator Iter( m_pGDB) ;
bNext = Iter.GoToFirstInGroup( nId) ;
while ( bNext) {
nGdbType = Iter.GetGdbType() ;