EgtGeomKernel 1.5d5 :

- aggiunta scrittura binaria
- tolte GetKey, Load e Save da interfaccia IGeoObj.
This commit is contained in:
Dario Sassi
2014-04-14 15:57:58 +00:00
parent 39db15e41e
commit f956fd20cc
37 changed files with 829 additions and 198 deletions
+2 -2
View File
@@ -205,10 +205,10 @@ GdbObj::Remove( void)
// Attribs
//----------------------------------------------------------------------------
bool
GdbObj::SaveAttribs( std::ostream& osOut) const
GdbObj::SaveAttribs( NgeWriter& ngeOut) const
{
if ( m_pAttribs != nullptr)
return m_pAttribs->Save( osOut) ;
return m_pAttribs->Save( ngeOut) ;
return true ;
}