Package gen.lib.label
Class split_q__c
- java.lang.Object
-
- gen.lib.label.split_q__c
-
public class split_q__c extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description split_q__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
Classify(ST_RTree rtp, int i, int group)
static void
GetBranches(ST_RTree rtp, ST_Node_t___ n, ST_Branch_t b)
static void
InitPVars(ST_RTree rtp)
static void
LoadNodes(ST_RTree rtp, ST_Node_t___ n, ST_Node_t___ q, ST_PartitionVars p)
static void
MethodZero(ST_RTree rtp)
static void
PickSeeds(ST_RTree rtp)
static void
SplitNode(ST_RTree rtp, ST_Node_t___ n, ST_Branch_t b, ST_Node_t___[] nn)
-
-
-
Method Detail
-
SplitNode
public static void SplitNode(ST_RTree rtp, ST_Node_t___ n, ST_Branch_t b, ST_Node_t___[] nn)
-
GetBranches
public static void GetBranches(ST_RTree rtp, ST_Node_t___ n, ST_Branch_t b)
-
MethodZero
public static void MethodZero(ST_RTree rtp)
-
PickSeeds
public static void PickSeeds(ST_RTree rtp)
-
Classify
public static void Classify(ST_RTree rtp, int i, int group)
-
LoadNodes
public static void LoadNodes(ST_RTree rtp, ST_Node_t___ n, ST_Node_t___ q, ST_PartitionVars p)
-
InitPVars
public static void InitPVars(ST_RTree rtp)
-
-