summaryrefslogtreecommitdiff
path: root/src/StepAP214/StepAP214_AppliedGroupAssignment.cxx
blob: 1c8644aca591d6187b540d89a54e8eadeb4f6fc8 (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:	StepAP214_AppliedGroupAssignment.cxx
// Created:	Wed May 10 15:09:06 2000 
// Author:	Andrey BETENEV
// Generator:	ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
// Copyright:	Matra Datavision 2000

#include <StepAP214_AppliedGroupAssignment.ixx>

//=======================================================================
//function : StepAP214_AppliedGroupAssignment
//purpose  : 
//=======================================================================

StepAP214_AppliedGroupAssignment::StepAP214_AppliedGroupAssignment ()
{
}

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

void StepAP214_AppliedGroupAssignment::Init (const Handle(StepBasic_Group) &aGroupAssignment_AssignedGroup,
                                             const Handle(StepAP214_HArray1OfGroupItem) &aItems)
{
  StepBasic_GroupAssignment::Init(aGroupAssignment_AssignedGroup);

  theItems = aItems;
}

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

Handle(StepAP214_HArray1OfGroupItem) StepAP214_AppliedGroupAssignment::Items () const
{
  return theItems;
}

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

void StepAP214_AppliedGroupAssignment::SetItems (const Handle(StepAP214_HArray1OfGroupItem) &aItems)
{
  theItems = aItems;
}