summaryrefslogtreecommitdiff
path: root/src/StepVisual/StepVisual_PresentationLayerUsage.cxx
blob: b5609f8c40e4f6dcdbdadc599077c32e1ff57ef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include <StepVisual_PresentationLayerUsage.ixx>

StepVisual_PresentationLayerUsage::StepVisual_PresentationLayerUsage  ()    {  }

void  StepVisual_PresentationLayerUsage::Init
  (const Handle(StepVisual_PresentationLayerAssignment)& aAssignment,
   const Handle(StepVisual_PresentationRepresentation)& aPresentation)
{  theAssignment = aAssignment;  thePresentation = aPresentation;  }

void  StepVisual_PresentationLayerUsage::SetAssignment
  (const Handle(StepVisual_PresentationLayerAssignment)& aAssignment)
{  theAssignment = aAssignment;  }

Handle(StepVisual_PresentationLayerAssignment)  StepVisual_PresentationLayerUsage::Assignment () const
{  return theAssignment;  }

void  StepVisual_PresentationLayerUsage::SetPresentation
  (const Handle(StepVisual_PresentationRepresentation)& aPresentation)
{  thePresentation = aPresentation;  }

Handle(StepVisual_PresentationRepresentation)  StepVisual_PresentationLayerUsage::Presentation () const
{  return thePresentation;  }