C# Класс CascadeSharp.TKBO.IntTools.IntTools_MarkedRangeSet

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Flag() публичный Метод

public Flag ( int theIndex ) : int
theIndex int
Результат int

GetIndex() публичный Метод

public GetIndex ( double theValue ) : int
theValue double
Результат int

GetIndex() публичный Метод

public GetIndex ( double theValue, bool UseLower ) : int
theValue double
UseLower bool
Результат int

GetIndices() публичный Метод

public GetIndices ( double theValue ) : TColStd_SequenceOfInteger
theValue double
Результат TColStd_SequenceOfInteger

InsertRange() публичный Метод

public InsertRange ( IntTools_Range theRange, int theFlag ) : bool
theRange IntTools_Range
theFlag int
Результат bool

InsertRange() публичный Метод

public InsertRange ( IntTools_Range theRange, int theFlag, int theIndex ) : bool
theRange IntTools_Range
theFlag int
theIndex int
Результат bool

InsertRange() публичный Метод

public InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag ) : bool
theFirstBoundary double
theLastBoundary double
theFlag int
Результат bool

InsertRange() публичный Метод

public InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag, int theIndex ) : bool
theFirstBoundary double
theLastBoundary double
theFlag int
theIndex int
Результат bool

IntTools_MarkedRangeSet() публичный Метод

public IntTools_MarkedRangeSet ( ) : System
Результат System

IntTools_MarkedRangeSet() публичный Метод

public IntTools_MarkedRangeSet ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : System
theSortedArray IntTools_CArray1OfReal
theInitFlag int
Результат System

IntTools_MarkedRangeSet() публичный Метод

public IntTools_MarkedRangeSet ( IntTools_MarkedRangeSet parameter1 ) : System
parameter1 IntTools_MarkedRangeSet
Результат System

IntTools_MarkedRangeSet() публичный Метод

public IntTools_MarkedRangeSet ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : System
theFirstBoundary double
theLastBoundary double
theInitFlag int
Результат System

Length() публичный Метод

public Length ( ) : int
Результат int

Range() публичный Метод

public Range ( int theIndex ) : IntTools_Range
theIndex int
Результат IntTools_Range

SetBoundaries() публичный Метод

public SetBoundaries ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : void
theFirstBoundary double
theLastBoundary double
theInitFlag int
Результат void

SetFlag() публичный Метод

public SetFlag ( int theIndex, int theFlag ) : void
theIndex int
theFlag int
Результат void

SetRanges() публичный Метод

public SetRanges ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : void
theSortedArray IntTools_CArray1OfReal
theInitFlag int
Результат void