public class split_q__c
extends java.lang.Object
Constructor and Description |
---|
split_q__c() |
Modifier and Type | Method and 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) |
public static void SplitNode(ST_RTree rtp, ST_Node_t___ n, ST_Branch_t b, ST_Node_t___[] nn)
public static void GetBranches(ST_RTree rtp, ST_Node_t___ n, ST_Branch_t b)
public static void MethodZero(ST_RTree rtp)
public static void PickSeeds(ST_RTree rtp)
public static void Classify(ST_RTree rtp, int i, int group)
public static void LoadNodes(ST_RTree rtp, ST_Node_t___ n, ST_Node_t___ q, ST_PartitionVars p)
public static void InitPVars(ST_RTree rtp)
Copyright © 2020. All Rights Reserved.