C# Class CascadeSharp.TKMath.BVH.BVH_BuildThread

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BVH_BuildThread ( ) : System
BVH_BuildThread ( BVH_BuildThread parameter1 ) : System
BVH_BuildThread ( BVH_BuildTool theBuildTool, CascadeSharp.TKMath.BVH.BVH_BuildQueue theBuildQueue ) : System
Run ( ) : void
Wait ( ) : void
execute ( ) : void
get_type_name ( ) : char
threadFunction ( IntPtr theData ) : IntPtr

Method Details

BVH_BuildThread() public method

public BVH_BuildThread ( ) : System
return System

BVH_BuildThread() public method

public BVH_BuildThread ( BVH_BuildThread parameter1 ) : System
parameter1 BVH_BuildThread
return System

BVH_BuildThread() public method

public BVH_BuildThread ( BVH_BuildTool theBuildTool, CascadeSharp.TKMath.BVH.BVH_BuildQueue theBuildQueue ) : System
theBuildTool BVH_BuildTool
theBuildQueue CascadeSharp.TKMath.BVH.BVH_BuildQueue
return System

Run() public method

public Run ( ) : void
return void

Wait() public method

public Wait ( ) : void
return void

execute() public method

public execute ( ) : void
return void

get_type_name() public method

public get_type_name ( ) : char
return char

threadFunction() public method

public threadFunction ( IntPtr theData ) : IntPtr
theData IntPtr
return IntPtr