C# Class CascadeSharp.TKMath.BVH.BVH_BuilderTransient

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

Méthodes publiques

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

public BVH_BuilderTransient ( ) : System
Résultat System

BVH_BuilderTransient() public méthode

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

BVH_BuilderTransient() public méthode

public BVH_BuilderTransient ( int theLeafNodeSize, int theMaxTreeDepth ) : System
theLeafNodeSize int
theMaxTreeDepth int
Résultat System

IsParallel() public méthode

public IsParallel ( ) : bool
Résultat bool

LeafNodeSize() public méthode

public LeafNodeSize ( ) : int
Résultat int

MaxTreeDepth() public méthode

public MaxTreeDepth ( ) : int
Résultat int

SetParallel() public méthode

public SetParallel ( bool _isParallel ) : void
_isParallel bool
Résultat void

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char