C# Class VPForest.VPF_Leaf

Inheritance: VPF_Vertex
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
IDs int[]
center int
dist2center double[]

Méthodes publiques

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

Method Details

Load() public méthode

public Load ( BinaryReader input ) : void
input System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( BinaryWriter output ) : void
output System.IO.BinaryWriter
Résultat void

SetValues() public méthode

public SetValues ( int elem_id, double dist_2_center, int index ) : void
elem_id int
dist_2_center double
index int
Résultat void

VPF_Leaf() public méthode

public VPF_Leaf ( ) : System
Résultat System

VPF_Leaf() public méthode

public VPF_Leaf ( int count ) : System
count int
Résultat System

Property Details

IDs public_oe property

public int[] IDs
Résultat int[]

center public_oe property

public int center
Résultat int

dist2center public_oe property

public double[] dist2center
Résultat double[]