ilog.views
Class IlvQuadtree

java.lang.Object
  extended by ilog.views.IlvQuadtree
All Implemented Interfaces:
Serializable

public final class IlvQuadtree
extends Object
implements Serializable

The quadtree is used by the manager to store the objects.

See Also:
Serialized Form

Method Summary
static boolean isOptimizeMode()
          Returns true if you use the optimize mode for quadtrees.
static void setOptimizeMode(boolean set)
          Changes the optimize mode for quadtrees.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isOptimizeMode

public static boolean isOptimizeMode()
Returns true if you use the optimize mode for quadtrees. The default value is 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.


setOptimizeMode

public static void setOptimizeMode(boolean set)
Changes the optimize mode for quadtrees. The default value is 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 © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.