summaryrefslogtreecommitdiff
path: root/src/StepVisual/StepVisual_BackgroundColour.cxx
blob: 2e83f8c1158692da9ceee97323b63b3f01e80807 (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_BackgroundColour.ixx>


StepVisual_BackgroundColour::StepVisual_BackgroundColour ()  {}

void StepVisual_BackgroundColour::Init(
	const StepVisual_AreaOrView& aPresentation)
{
	// --- classe own fields ---
	presentation = aPresentation;
}


void StepVisual_BackgroundColour::SetPresentation(const StepVisual_AreaOrView& aPresentation)
{
	presentation = aPresentation;
}

StepVisual_AreaOrView StepVisual_BackgroundColour::Presentation() const
{
	return presentation;
}