C# Класс CascadeSharp.TKMath.BVH.BVH_BuilderTransient

Наследование: Standard_Transient
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

BVH_BuilderTransient() публичный Метод

public BVH_BuilderTransient ( ) : System
Результат System

BVH_BuilderTransient() публичный Метод

public BVH_BuilderTransient ( BVH_BuilderTransient parameter1 ) : System
parameter1 BVH_BuilderTransient
Результат System

BVH_BuilderTransient() публичный Метод

public BVH_BuilderTransient ( int theLeafNodeSize, int theMaxTreeDepth ) : System
theLeafNodeSize int
theMaxTreeDepth int
Результат System

IsParallel() публичный Метод

public IsParallel ( ) : bool
Результат bool

LeafNodeSize() публичный Метод

public LeafNodeSize ( ) : int
Результат int

MaxTreeDepth() публичный Метод

public MaxTreeDepth ( ) : int
Результат int

SetParallel() публичный Метод

public SetParallel ( bool _isParallel ) : void
_isParallel bool
Результат void

get_type_name() публичный Метод

public get_type_name ( ) : char
Результат char