summaryrefslogtreecommitdiff
path: root/drv/ShapeSchema/ShapeSchema_gp_Lin2d.cxx
blob: 1d972705d517f831cf4e1cc1dbe0979ea89f01ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef _ShapeSchema_gp_Lin2d_HeaderFile
#include <ShapeSchema_gp_Lin2d.hxx>
#endif
#ifndef _gp_Lin2d_HeaderFile
#include <gp_Lin2d.hxx>
#endif
#include <ShapeSchema_gp_Lin2d.ixx>
#ifndef _Storage_Schema_HeaderFile
#include <Storage_Schema.hxx>
#endif
#ifndef _Storage_stCONSTclCOM_HeaderFile
#include <Storage_stCONSTclCOM.hxx>
#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();
}