summaryrefslogtreecommitdiff
path: root/src/IntTools/IntTools_BaseRangeSample.cxx
blob: 280e0bbeec023ad6ecddd75e7f9577abb1346a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// File:	IntTools_BaseRangeSample.cxx
// Created:	Wed Oct  5 16:52:02 2005
// Author:	Mikhail KLOKOV
//		<mkk@kurox>


#include <IntTools_BaseRangeSample.ixx>

IntTools_BaseRangeSample::IntTools_BaseRangeSample()
{
  myDepth = 0;
}

IntTools_BaseRangeSample::IntTools_BaseRangeSample(const Standard_Integer theDepth)
{
  myDepth = theDepth;
}