summaryrefslogtreecommitdiff
path: root/drv/ShapeSchema/ShapeSchema_PColPGeom_HArray1OfBoundedSurface.cxx
blob: ddfb1f0de928f5e6c3963ce1fe837814e47feac9 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#ifndef _ShapeSchema_PColPGeom_HArray1OfBoundedSurface_HeaderFile
#include <ShapeSchema_PColPGeom_HArray1OfBoundedSurface.hxx>
#endif
#ifndef _PColPGeom_HArray1OfBoundedSurface_HeaderFile
#include <PColPGeom_HArray1OfBoundedSurface.hxx>
#endif
#include <ShapeSchema_PColPGeom_HArray1OfBoundedSurface.ixx>
#ifndef _Storage_Schema_HeaderFile
#include <Storage_Schema.hxx>
#endif
#ifndef _Storage_stCONSTclCOM_HeaderFile
#include <Storage_stCONSTclCOM.hxx>
#endif

IMPLEMENT_STANDARD_HANDLE(ShapeSchema_PColPGeom_HArray1OfBoundedSurface,Storage_CallBack)
IMPLEMENT_STANDARD_RTTIEXT(ShapeSchema_PColPGeom_HArray1OfBoundedSurface,Storage_CallBack)

Handle(Standard_Persistent) ShapeSchema_PColPGeom_HArray1OfBoundedSurface::New() const
{
  return new PColPGeom_HArray1OfBoundedSurface(Storage_stCONSTclCOM());
}

void ShapeSchema_PColPGeom_HArray1OfBoundedSurface::SAdd(const Handle(PColPGeom_HArray1OfBoundedSurface)& p, const Handle(Storage_Schema)& theSchema)
{
  if (!p.IsNull()) {
    if (theSchema->AddPersistent(p,"PColPGeom_HArray1OfBoundedSurface")) {
         ShapeSchema_PColPGeom_FieldOfHArray1OfBoundedSurface::SAdd(p->_CSFDB_GetPColPGeom_HArray1OfBoundedSurfaceData(),theSchema);

    }
  }
}

void ShapeSchema_PColPGeom_HArray1OfBoundedSurface::Add(const Handle(Standard_Persistent)& p, const Handle(Storage_Schema)& theSchema) const
{
  ShapeSchema_PColPGeom_HArray1OfBoundedSurface::SAdd((Handle(PColPGeom_HArray1OfBoundedSurface)&)p,theSchema);
}

void ShapeSchema_PColPGeom_HArray1OfBoundedSurface::SWrite(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema)
{ 
  if (!p.IsNull()) {
    Handle(PColPGeom_HArray1OfBoundedSurface) &pp = (Handle(PColPGeom_HArray1OfBoundedSurface)&)p;
    theSchema->WritePersistentObjectHeader(p,f);
    
    f.BeginWritePersistentObjectData();
  f.PutInteger(pp->_CSFDB_GetPColPGeom_HArray1OfBoundedSurfaceLowerBound());
  f.PutInteger(pp->_CSFDB_GetPColPGeom_HArray1OfBoundedSurfaceUpperBound());
    ShapeSchema_PColPGeom_FieldOfHArray1OfBoundedSurface::SWrite(pp->_CSFDB_GetPColPGeom_HArray1OfBoundedSurfaceData(),f,theSchema);

    f.EndWritePersistentObjectData();
  }
}

void ShapeSchema_PColPGeom_HArray1OfBoundedSurface::Write(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) const
{ 
  ShapeSchema_PColPGeom_HArray1OfBoundedSurface::SWrite(p,f,theSchema);
}


void ShapeSchema_PColPGeom_HArray1OfBoundedSurface::SRead(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema)
{ 
  if (!p.IsNull()) {
    Handle(PColPGeom_HArray1OfBoundedSurface) &pp = (Handle(PColPGeom_HArray1OfBoundedSurface)&)p;

    theSchema->ReadPersistentObjectHeader(f);
    f.BeginReadPersistentObjectData();

    Standard_Integer PColPGeom_HArray1OfBoundedSurfaceLowerBound;
    f.GetInteger(PColPGeom_HArray1OfBoundedSurfaceLowerBound);
    pp->_CSFDB_SetPColPGeom_HArray1OfBoundedSurfaceLowerBound(PColPGeom_HArray1OfBoundedSurfaceLowerBound);

    Standard_Integer PColPGeom_HArray1OfBoundedSurfaceUpperBound;
    f.GetInteger(PColPGeom_HArray1OfBoundedSurfaceUpperBound);
    pp->_CSFDB_SetPColPGeom_HArray1OfBoundedSurfaceUpperBound(PColPGeom_HArray1OfBoundedSurfaceUpperBound);

    ShapeSchema_PColPGeom_FieldOfHArray1OfBoundedSurface::SRead((PColPGeom_FieldOfHArray1OfBoundedSurface&)pp->_CSFDB_GetPColPGeom_HArray1OfBoundedSurfaceData(),f,theSchema);

    f.EndReadPersistentObjectData();
  }
}

void ShapeSchema_PColPGeom_HArray1OfBoundedSurface::Read(const Handle(Standard_Persistent)& p, Storage_BaseDriver& f, const Handle(Storage_Schema)& theSchema) const

{ 
  ShapeSchema_PColPGeom_HArray1OfBoundedSurface::SRead(p,f,theSchema);
}