mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-01 10:26:12 +03:00
28 lines
570 B
Plaintext
Executable File
28 lines
570 B
Plaintext
Executable File
-- File: IntTools_BaseRangeSample.cdl
|
|
-- Created: Wed Oct 5 16:22:27 2005
|
|
-- Author: Mikhail KLOKOV
|
|
-- <mkk@kurox>
|
|
---Copyright: Matra Datavision 2005
|
|
|
|
class BaseRangeSample from IntTools
|
|
|
|
|
|
is
|
|
Create
|
|
returns BaseRangeSample from IntTools;
|
|
|
|
Create(theDepth: Integer from Standard)
|
|
returns BaseRangeSample from IntTools;
|
|
|
|
SetDepth(me: in out; theDepth: Integer from Standard);
|
|
---C++: inline
|
|
|
|
GetDepth(me)
|
|
returns Integer from Standard;
|
|
---C++: inline
|
|
|
|
fields
|
|
myDepth: Integer from Standard;
|
|
|
|
end BaseRangeSample from IntTools;
|