C# Class CascadeSharp.TKBO.BOPAlgo.BOPAlgo_Options

Mostrar archivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
AddError ( Message_Alert theAlert ) : void
AddWarning ( Message_Alert theAlert ) : void
Allocator ( ) : NCollection_BaseAllocator
BOPAlgo_Options ( ) : System
BOPAlgo_Options ( BOPAlgo_Options parameter1 ) : System
BOPAlgo_Options ( NCollection_BaseAllocator theAllocator ) : System
Clear ( ) : void
ClearWarnings ( ) : void
FuzzyValue ( ) : double
GetParallelMode ( ) : bool
GetReport ( ) : Message_Report
HasErrors ( ) : bool
HasWarnings ( ) : bool
RunParallel ( ) : bool
SetFuzzyValue ( double theFuzz ) : void
SetParallelMode ( bool theNewMode ) : void
SetProgressIndicator ( Message_ProgressScope theProgress ) : void
SetRunParallel ( bool theFlag ) : void
SetUseOBB ( bool theUseOBB ) : void
UseOBB ( ) : bool
UserBreak ( ) : void

Method Details

AddError() public method

public AddError ( Message_Alert theAlert ) : void
theAlert Message_Alert
return void

AddWarning() public method

public AddWarning ( Message_Alert theAlert ) : void
theAlert Message_Alert
return void

Allocator() public method

public Allocator ( ) : NCollection_BaseAllocator
return NCollection_BaseAllocator

BOPAlgo_Options() public method

public BOPAlgo_Options ( ) : System
return System

BOPAlgo_Options() public method

public BOPAlgo_Options ( BOPAlgo_Options parameter1 ) : System
parameter1 BOPAlgo_Options
return System

BOPAlgo_Options() public method

public BOPAlgo_Options ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

Clear() public method

public Clear ( ) : void
return void

ClearWarnings() public method

public ClearWarnings ( ) : void
return void

FuzzyValue() public method

public FuzzyValue ( ) : double
return double

GetParallelMode() public method

public GetParallelMode ( ) : bool
return bool

GetReport() public method

public GetReport ( ) : Message_Report
return Message_Report

HasErrors() public method

public HasErrors ( ) : bool
return bool

HasWarnings() public method

public HasWarnings ( ) : bool
return bool

RunParallel() public method

public RunParallel ( ) : bool
return bool

SetFuzzyValue() public method

public SetFuzzyValue ( double theFuzz ) : void
theFuzz double
return void

SetParallelMode() public method

public SetParallelMode ( bool theNewMode ) : void
theNewMode bool
return void

SetProgressIndicator() public method

public SetProgressIndicator ( Message_ProgressScope theProgress ) : void
theProgress Message_ProgressScope
return void

SetRunParallel() public method

public SetRunParallel ( bool theFlag ) : void
theFlag bool
return void

SetUseOBB() public method

public SetUseOBB ( bool theUseOBB ) : void
theUseOBB bool
return void

UseOBB() public method

public UseOBB ( ) : bool
return bool

UserBreak() public method

public UserBreak ( ) : void
return void