C# Class CascadeSharp.TKBO.IntTools.IntTools_MarkedRangeSet

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Flag ( int theIndex ) : int
theIndex int
Résultat int

GetIndex() public méthode

public GetIndex ( double theValue ) : int
theValue double
Résultat int

GetIndex() public méthode

public GetIndex ( double theValue, bool UseLower ) : int
theValue double
UseLower bool
Résultat int

GetIndices() public méthode

public GetIndices ( double theValue ) : TColStd_SequenceOfInteger
theValue double
Résultat TColStd_SequenceOfInteger

InsertRange() public méthode

public InsertRange ( IntTools_Range theRange, int theFlag ) : bool
theRange IntTools_Range
theFlag int
Résultat bool

InsertRange() public méthode

public InsertRange ( IntTools_Range theRange, int theFlag, int theIndex ) : bool
theRange IntTools_Range
theFlag int
theIndex int
Résultat bool

InsertRange() public méthode

public InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag ) : bool
theFirstBoundary double
theLastBoundary double
theFlag int
Résultat bool

InsertRange() public méthode

public InsertRange ( double theFirstBoundary, double theLastBoundary, int theFlag, int theIndex ) : bool
theFirstBoundary double
theLastBoundary double
theFlag int
theIndex int
Résultat bool

IntTools_MarkedRangeSet() public méthode

public IntTools_MarkedRangeSet ( ) : System
Résultat System

IntTools_MarkedRangeSet() public méthode

public IntTools_MarkedRangeSet ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : System
theSortedArray IntTools_CArray1OfReal
theInitFlag int
Résultat System

IntTools_MarkedRangeSet() public méthode

public IntTools_MarkedRangeSet ( IntTools_MarkedRangeSet parameter1 ) : System
parameter1 IntTools_MarkedRangeSet
Résultat System

IntTools_MarkedRangeSet() public méthode

public IntTools_MarkedRangeSet ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : System
theFirstBoundary double
theLastBoundary double
theInitFlag int
Résultat System

Length() public méthode

public Length ( ) : int
Résultat int

Range() public méthode

public Range ( int theIndex ) : IntTools_Range
theIndex int
Résultat IntTools_Range

SetBoundaries() public méthode

public SetBoundaries ( double theFirstBoundary, double theLastBoundary, int theInitFlag ) : void
theFirstBoundary double
theLastBoundary double
theInitFlag int
Résultat void

SetFlag() public méthode

public SetFlag ( int theIndex, int theFlag ) : void
theIndex int
theFlag int
Résultat void

SetRanges() public méthode

public SetRanges ( IntTools_CArray1OfReal theSortedArray, int theInitFlag ) : void
theSortedArray IntTools_CArray1OfReal
theInitFlag int
Résultat void