C# 클래스 VPForest.VPF_Leaf

상속: VPF_Vertex
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IDs int[]
center int
dist2center double[]

공개 메소드들

메소드 설명
Load ( BinaryReader input ) : void
Save ( BinaryWriter output ) : void
SetValues ( int elem_id, double dist_2_center, int index ) : void
VPF_Leaf ( ) : System
VPF_Leaf ( int count ) : System

메소드 상세

Load() 공개 메소드

public Load ( BinaryReader input ) : void
input System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter output ) : void
output System.IO.BinaryWriter
리턴 void

SetValues() 공개 메소드

public SetValues ( int elem_id, double dist_2_center, int index ) : void
elem_id int
dist_2_center double
index int
리턴 void

VPF_Leaf() 공개 메소드

public VPF_Leaf ( ) : System
리턴 System

VPF_Leaf() 공개 메소드

public VPF_Leaf ( int count ) : System
count int
리턴 System

프로퍼티 상세

IDs 공개적으로 프로퍼티

public int[] IDs
리턴 int[]

center 공개적으로 프로퍼티

public int center
리턴 int

dist2center 공개적으로 프로퍼티

public double[] dist2center
리턴 double[]