summaryrefslogtreecommitdiff
path: root/src/RWHeaderSection/RWHeaderSection.cxx
blob: 571eb2584bdf61c4ea3e88d0c2f33dabe9fae783 (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

#include <RWHeaderSection.ixx>
/// #include <EuclidStandard.hxx>

#include <StepData.hxx>

#include <HeaderSection_Protocol.hxx>

#include <HeaderSection.hxx>
#include <RWHeaderSection_ReadWriteModule.hxx>
#include <RWHeaderSection_GeneralModule.hxx>


static Handle(RWHeaderSection_ReadWriteModule) rwm;
static Handle(RWHeaderSection_GeneralModule) rwg;


void RWHeaderSection::Init()
{
///   EuclidStandard::Init();
  Handle(HeaderSection_Protocol) proto = HeaderSection::Protocol();
  StepData::AddHeaderProtocol(proto);
  if (rwm.IsNull()) rwm = new RWHeaderSection_ReadWriteModule;
  if (rwg.IsNull()) rwg = new RWHeaderSection_GeneralModule;
}