EgtGeomKernel :

- correzione a PolyLine (Splice)
- impostazione Reset grafica sulle diverse entità geometriche.
This commit is contained in:
Dario Sassi
2014-02-17 09:39:49 +00:00
parent 997c65781f
commit 8a416970a3
14 changed files with 287 additions and 224 deletions
+7 -3
View File
@@ -38,8 +38,12 @@ GeoVector3d::~GeoVector3d( void)
bool
GeoVector3d::Set( const Vector3d& vtV)
{
// assegno i dati
m_vtV = vtV ;
// imposto ricalcolo della grafica
m_OGrMgr.Reset() ;
return true ;
}
@@ -78,10 +82,10 @@ GeoVector3d::Save( ostream& osOut) const
bool
GeoVector3d::Load( Scanner& TheScanner)
{
string sLine ;
// imposto ricalcolo della grafica
m_OGrMgr.Reset() ;
// leggo la prossima linea
string sLine ;
if ( ! TheScanner.GetLine( sLine))
return false ;
// 1 solo parametro : il vettore