public final class IlvQuadtree extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static boolean |
isOptimizeMode()
Returns true if you use the optimize mode for
quadtrees.
|
static void |
setOptimizeMode(boolean set)
Changes the optimize mode for quadtrees.
|
public static boolean isOptimizeMode()
true
. When the quadtree is not
in optimize mode, it will check each add/remove operation
to verify its validity. You can use the non-optimize mode
to debug the application.public static void setOptimizeMode(boolean set)
true
. When the quadtree is not
in the optimize mode, it will check each add/remove operation
to verify its validity. You can use the non-optimize mode
to debug the application.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.