summaryrefslogtreecommitdiff
path: root/src/StepAP203/StepAP203_Change.cxx
blob: d26a6c056a6c758a7571296f46ca4c5ede1c6bb6 (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
// File:	StepAP203_Change.cxx
// Created:	Fri Nov 26 16:26:35 1999 
// Author:	Andrey BETENEV
// Generator:	ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
// Copyright:	Matra Datavision 1999

#include <StepAP203_Change.ixx>

//=======================================================================
//function : StepAP203_Change
//purpose  : 
//=======================================================================

StepAP203_Change::StepAP203_Change ()
{
}

//=======================================================================
//function : Init
//purpose  : 
//=======================================================================

void StepAP203_Change::Init (const Handle(StepBasic_Action) &aActionAssignment_AssignedAction,
                             const Handle(StepAP203_HArray1OfWorkItem) &aItems)
{
  StepBasic_ActionAssignment::Init(aActionAssignment_AssignedAction);

  theItems = aItems;
}

//=======================================================================
//function : Items
//purpose  : 
//=======================================================================

Handle(StepAP203_HArray1OfWorkItem) StepAP203_Change::Items () const
{
  return theItems;
}

//=======================================================================
//function : SetItems
//purpose  : 
//=======================================================================

void StepAP203_Change::SetItems (const Handle(StepAP203_HArray1OfWorkItem) &aItems)
{
  theItems = aItems;
}