EgtGeomKernel :
- aggiunta possibilità di avere lista nomi dei gestori di ObjUser.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "/EgtDev/Include/EGkGdbFunct.h"
|
||||
#include "/EgtDev/Include/EGkStringUtils3d.h"
|
||||
#include "/EgtDev/Include/EGkObjUserFactory.h"
|
||||
#include "/EgtDev/Include/EGnStringKeyVal.h"
|
||||
#include <new>
|
||||
|
||||
using namespace std ;
|
||||
@@ -1004,6 +1005,9 @@ GdbObj::SaveObjUser( NgeWriter& ngeOut) const
|
||||
STRVECTOR vString ;
|
||||
if ( ! m_pObjUser->Save( vString))
|
||||
return false ;
|
||||
// eseguo validazione di queste stringhe
|
||||
for ( auto iIter = vString.begin() ; iIter != vString.end() ; ++ iIter)
|
||||
ValidateKeyVal( *iIter) ;
|
||||
// scrivo i dati :
|
||||
// flag presenza ObjUser
|
||||
if ( ! ngeOut.WriteKey( NGE_U))
|
||||
|
||||
Reference in New Issue
Block a user