C# 클래스 CascadeSharp.TKMath.BVH.BVH_BuilderTransient

상속: Standard_Transient
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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