public final class ZOrderCurve2DImpls
extends java.lang.Object
FillingCurve2D
interface.Modifier and Type | Field and Description |
---|---|
static FillingCurve2D |
EMPTY
Implementation doing nothing (all methods return 0).
|
static FillingCurve2D |
ZOC_VMSB_LOOKUP_BYTE
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_LOOKUP_INT
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_LOOKUP_SHORT
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_OR_BYTE
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_OR_INT
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_OR_SHORT
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_XOR_BYTE
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_XOR_INT
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
static FillingCurve2D |
ZOC_VMSB_XOR_SHORT
Z-Order Curve (ZOC) implementation in which the vertical coordinate carry the most significant
bit (VMSB).
|
public static final FillingCurve2D EMPTY
public static final FillingCurve2D ZOC_VMSB_OR_BYTE
public static final FillingCurve2D ZOC_VMSB_OR_SHORT
public static final FillingCurve2D ZOC_VMSB_OR_INT
public static final FillingCurve2D ZOC_VMSB_XOR_BYTE
public static final FillingCurve2D ZOC_VMSB_XOR_SHORT
public static final FillingCurve2D ZOC_VMSB_XOR_INT
public static final FillingCurve2D ZOC_VMSB_LOOKUP_BYTE
public static final FillingCurve2D ZOC_VMSB_LOOKUP_SHORT
public static final FillingCurve2D ZOC_VMSB_LOOKUP_INT
Copyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.