#ifndef _ShapeSchema_gp_Lin2d_HeaderFile #include #endif #ifndef _gp_Lin2d_HeaderFile #include #endif #include #ifndef _Storage_Schema_HeaderFile #include #endif #ifndef _Storage_stCONSTclCOM_HeaderFile #include #endif void ShapeSchema_gp_Lin2d::SWrite(const gp_Lin2d& pp, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) { f.BeginWriteObjectData(); ShapeSchema_gp_Ax2d::SWrite(pp._CSFDB_Getgp_Lin2dpos(),f,theSchema); f.EndWriteObjectData(); } void ShapeSchema_gp_Lin2d::SRead(gp_Lin2d& pp, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) { f.BeginReadObjectData(); ShapeSchema_gp_Ax2d::SRead((gp_Ax2d&)pp._CSFDB_Getgp_Lin2dpos(),f,theSchema); f.EndReadObjectData(); }