C# 클래스 CCT.NUI.Core.Clustering.ClusterPrototype

파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
center System.Point
points IList

공개 메소드들

메소드 설명
AddPoint ( System.Point point ) : void
Calc2DDistance ( System.Point point ) : double
ClearPoints ( ) : void
ClusterPrototype ( System.Point center ) : System
ClusterPrototype ( System.Point center, IList points ) : System
ClusterPrototype ( int x, int y, int z ) : System
DistanceMetric ( ClusterPrototype otherCluster ) : double
FinishAddingPoints ( ) : void
Flatten ( int maxDepth ) : void
Merge ( ClusterPrototype cluster1, ClusterPrototype cluster2 ) : ClusterPrototype
SetCenter ( int x, int y, int z ) : void
ToCluster ( ) : Cluster

비공개 메소드들

메소드 설명
CalculateCenter ( ) : void

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( System.Point point ) : void
point System.Point
리턴 void

Calc2DDistance() 공개 메소드

public Calc2DDistance ( System.Point point ) : double
point System.Point
리턴 double

ClearPoints() 공개 메소드

public ClearPoints ( ) : void
리턴 void

ClusterPrototype() 공개 메소드

public ClusterPrototype ( System.Point center ) : System
center System.Point
리턴 System

ClusterPrototype() 공개 메소드

public ClusterPrototype ( System.Point center, IList points ) : System
center System.Point
points IList
리턴 System

ClusterPrototype() 공개 메소드

public ClusterPrototype ( int x, int y, int z ) : System
x int
y int
z int
리턴 System

DistanceMetric() 공개 메소드

public DistanceMetric ( ClusterPrototype otherCluster ) : double
otherCluster ClusterPrototype
리턴 double

FinishAddingPoints() 공개 메소드

public FinishAddingPoints ( ) : void
리턴 void

Flatten() 공개 메소드

public Flatten ( int maxDepth ) : void
maxDepth int
리턴 void

Merge() 공개 정적인 메소드

public static Merge ( ClusterPrototype cluster1, ClusterPrototype cluster2 ) : ClusterPrototype
cluster1 ClusterPrototype
cluster2 ClusterPrototype
리턴 ClusterPrototype

SetCenter() 공개 메소드

public SetCenter ( int x, int y, int z ) : void
x int
y int
z int
리턴 void

ToCluster() 공개 메소드

public ToCluster ( ) : Cluster
리턴 Cluster

프로퍼티 상세

center 보호되어 있는 프로퍼티

protected Point,System center
리턴 System.Point

points 보호되어 있는 프로퍼티

protected IList points
리턴 IList