C# Class CascadeSharp.TKMath.BVH.BVH_BuilderTransient

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

Public Methods

Method Description
BVH_BuilderTransient ( ) : System
BVH_BuilderTransient ( BVH_BuilderTransient parameter1 ) : System
BVH_BuilderTransient ( int theLeafNodeSize, int theMaxTreeDepth ) : System
IsParallel ( ) : bool
LeafNodeSize ( ) : int
MaxTreeDepth ( ) : int
SetParallel ( bool _isParallel ) : void
get_type_name ( ) : char

Method Details

BVH_BuilderTransient() public method

public BVH_BuilderTransient ( ) : System
return System

BVH_BuilderTransient() public method

public BVH_BuilderTransient ( BVH_BuilderTransient parameter1 ) : System
parameter1 BVH_BuilderTransient
return System

BVH_BuilderTransient() public method

public BVH_BuilderTransient ( int theLeafNodeSize, int theMaxTreeDepth ) : System
theLeafNodeSize int
theMaxTreeDepth int
return System

IsParallel() public method

public IsParallel ( ) : bool
return bool

LeafNodeSize() public method

public LeafNodeSize ( ) : int
return int

MaxTreeDepth() public method

public MaxTreeDepth ( ) : int
return int

SetParallel() public method

public SetParallel ( bool _isParallel ) : void
_isParallel bool
return void

get_type_name() public method

public get_type_name ( ) : char
return char