#ifndef _StdSchema_gp_Dir_HeaderFile #include #endif #ifndef _gp_Dir_HeaderFile #include #endif #include #ifndef _Storage_Schema_HeaderFile #include #endif #ifndef _Storage_stCONSTclCOM_HeaderFile #include #endif void StdSchema_gp_Dir::SWrite(const gp_Dir& pp, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) { f.BeginWriteObjectData(); StdSchema_gp_XYZ::SWrite(pp._CSFDB_Getgp_Dircoord(),f,theSchema); f.EndWriteObjectData(); } void StdSchema_gp_Dir::SRead(gp_Dir& pp, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) { f.BeginReadObjectData(); StdSchema_gp_XYZ::SRead((gp_XYZ&)pp._CSFDB_Getgp_Dircoord(),f,theSchema); f.EndReadObjectData(); }