C# Class CascadeSharp.TKBO.IntTools.IntTools_MarkedRangeSet

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Flag ( int theIndex ) : int
GetIndex ( double theValue ) : int
GetIndex ( double theValue, bool UseLower ) : int
GetIndices ( double theValue ) : TColStd_SequenceOfInteger
InsertRange ( IntTools_Range theRange, int theFlag ) : bool
InsertRange ( IntTools_Range theRange, int theFlag, int theIndex ) : bool
InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag ) : bool
InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag, int theIndex ) : bool
IntTools_MarkedRangeSet ( ) : System
IntTools_MarkedRangeSet ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : System
IntTools_MarkedRangeSet ( IntTools_MarkedRangeSet parameter1 ) : System
IntTools_MarkedRangeSet ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : System
Length ( ) : int
Range ( int theIndex ) : IntTools_Range
SetBoundaries ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : void
SetFlag ( int theIndex, int theFlag ) : void
SetRanges ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : void

Method Details

Flag() public method

public Flag ( int theIndex ) : int
theIndex int
return int

GetIndex() public method

public GetIndex ( double theValue ) : int
theValue double
return int

GetIndex() public method

public GetIndex ( double theValue, bool UseLower ) : int
theValue double
UseLower bool
return int

GetIndices() public method

public GetIndices ( double theValue ) : TColStd_SequenceOfInteger
theValue double
return TColStd_SequenceOfInteger

InsertRange() public method

public InsertRange ( IntTools_Range theRange, int theFlag ) : bool
theRange IntTools_Range
theFlag int
return bool

InsertRange() public method

public InsertRange ( IntTools_Range theRange, int theFlag, int theIndex ) : bool
theRange IntTools_Range
theFlag int
theIndex int
return bool

InsertRange() public method

public InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag ) : bool
theFirstBoundary double
theLastBoundary double
theFlag int
return bool

InsertRange() public method

public InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag, int theIndex ) : bool
theFirstBoundary double
theLastBoundary double
theFlag int
theIndex int
return bool

IntTools_MarkedRangeSet() public method

public IntTools_MarkedRangeSet ( ) : System
return System

IntTools_MarkedRangeSet() public method

public IntTools_MarkedRangeSet ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : System
theSortedArray IntTools_CArray1OfReal
theInitFlag int
return System

IntTools_MarkedRangeSet() public method

public IntTools_MarkedRangeSet ( IntTools_MarkedRangeSet parameter1 ) : System
parameter1 IntTools_MarkedRangeSet
return System

IntTools_MarkedRangeSet() public method

public IntTools_MarkedRangeSet ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : System
theFirstBoundary double
theLastBoundary double
theInitFlag int
return System

Length() public method

public Length ( ) : int
return int

Range() public method

public Range ( int theIndex ) : IntTools_Range
theIndex int
return IntTools_Range

SetBoundaries() public method

public SetBoundaries ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : void
theFirstBoundary double
theLastBoundary double
theInitFlag int
return void

SetFlag() public method

public SetFlag ( int theIndex, int theFlag ) : void
theIndex int
theFlag int
return void

SetRanges() public method

public SetRanges ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : void
theSortedArray IntTools_CArray1OfReal
theInitFlag int
return void