C# Class CascadeSharp.TKBO.IntTools.IntTools_MapOfCurveSample

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Added ( IntTools_CurveRangeSample K ) : IntTools_CurveRangeSample
Assign ( IntTools_MapOfCurveSample theOther ) : IntTools_MapOfCurveSample
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( IntTools_CurveRangeSample K ) : bool
Contains ( IntTools_MapOfCurveSample theOther ) : bool
Differ ( IntTools_MapOfCurveSample theOther ) : bool
Difference ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
Exchange ( IntTools_MapOfCurveSample theOther ) : void
HasIntersection ( IntTools_MapOfCurveSample theMap ) : bool
IntTools_MapOfCurveSample ( ) : System
IntTools_MapOfCurveSample ( IntTools_MapOfCurveSample theOther ) : System
IntTools_MapOfCurveSample ( int theNbBuckets ) : System
IntTools_MapOfCurveSample ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Intersect ( IntTools_MapOfCurveSample theOther ) : bool
Intersection ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
IsEqual ( IntTools_MapOfCurveSample theOther ) : bool
Remove ( IntTools_CurveRangeSample K ) : bool
Size ( ) : int
Subtract ( IntTools_MapOfCurveSample theOther ) : bool
Subtraction ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
Union ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
Unite ( IntTools_MapOfCurveSample theOther ) : bool

Method Details

Added() public method

public Added ( IntTools_CurveRangeSample K ) : IntTools_CurveRangeSample
K IntTools_CurveRangeSample
return IntTools_CurveRangeSample

Assign() public method

public Assign ( IntTools_MapOfCurveSample theOther ) : IntTools_MapOfCurveSample
theOther IntTools_MapOfCurveSample
return IntTools_MapOfCurveSample

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Clear() public method

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
return void

Contains() public method

public Contains ( IntTools_CurveRangeSample K ) : bool
K IntTools_CurveRangeSample
return bool

Contains() public method

public Contains ( IntTools_MapOfCurveSample theOther ) : bool
theOther IntTools_MapOfCurveSample
return bool

Differ() public method

public Differ ( IntTools_MapOfCurveSample theOther ) : bool
theOther IntTools_MapOfCurveSample
return bool

Difference() public method

public Difference ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
theLeft IntTools_MapOfCurveSample
theRight IntTools_MapOfCurveSample
return void

Exchange() public method

public Exchange ( IntTools_MapOfCurveSample theOther ) : void
theOther IntTools_MapOfCurveSample
return void

HasIntersection() public method

public HasIntersection ( IntTools_MapOfCurveSample theMap ) : bool
theMap IntTools_MapOfCurveSample
return bool

IntTools_MapOfCurveSample() public method

public IntTools_MapOfCurveSample ( ) : System
return System

IntTools_MapOfCurveSample() public method

public IntTools_MapOfCurveSample ( IntTools_MapOfCurveSample theOther ) : System
theOther IntTools_MapOfCurveSample
return System

IntTools_MapOfCurveSample() public method

public IntTools_MapOfCurveSample ( int theNbBuckets ) : System
theNbBuckets int
return System

IntTools_MapOfCurveSample() public method

public IntTools_MapOfCurveSample ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
return System

Intersect() public method

public Intersect ( IntTools_MapOfCurveSample theOther ) : bool
theOther IntTools_MapOfCurveSample
return bool

Intersection() public method

public Intersection ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
theLeft IntTools_MapOfCurveSample
theRight IntTools_MapOfCurveSample
return void

IsEqual() public method

public IsEqual ( IntTools_MapOfCurveSample theOther ) : bool
theOther IntTools_MapOfCurveSample
return bool

Remove() public method

public Remove ( IntTools_CurveRangeSample K ) : bool
K IntTools_CurveRangeSample
return bool

Size() public method

public Size ( ) : int
return int

Subtract() public method

public Subtract ( IntTools_MapOfCurveSample theOther ) : bool
theOther IntTools_MapOfCurveSample
return bool

Subtraction() public method

public Subtraction ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
theLeft IntTools_MapOfCurveSample
theRight IntTools_MapOfCurveSample
return void

Union() public method

public Union ( IntTools_MapOfCurveSample theLeft, IntTools_MapOfCurveSample theRight ) : void
theLeft IntTools_MapOfCurveSample
theRight IntTools_MapOfCurveSample
return void

Unite() public method

public Unite ( IntTools_MapOfCurveSample theOther ) : bool
theOther IntTools_MapOfCurveSample
return bool