hep.aida.jni
Class CIRangeSet
java.lang.Object
hep.aida.jni.CAIDRef
hep.aida.jni.CProxy
hep.aida.jni.CIRangeSet
- All Implemented Interfaces:
- hep.aida.IRangeSet
- public class CIRangeSet
- extends CProxy
- implements hep.aida.IRangeSet
- Source Code:
- CIRangeSet.java
CIRangeSet
public CIRangeSet(long crefID)
lowerBounds
public double[] lowerBounds()
- Specified by:
lowerBounds
in interface hep.aida.IRangeSet
upperBounds
public double[] upperBounds()
- Specified by:
upperBounds
in interface hep.aida.IRangeSet
include
public void include(double xMin,
double xMax)
- Specified by:
include
in interface hep.aida.IRangeSet
exclude
public void exclude(double xMin,
double xMax)
- Specified by:
exclude
in interface hep.aida.IRangeSet
includeAll
public void includeAll()
- Specified by:
includeAll
in interface hep.aida.IRangeSet
excludeAll
public void excludeAll()
- Specified by:
excludeAll
in interface hep.aida.IRangeSet
isInRange
public boolean isInRange(double point)
- Specified by:
isInRange
in interface hep.aida.IRangeSet
size
public int size()
- Specified by:
size
in interface hep.aida.IRangeSet
PLUS_INF
public double PLUS_INF()
- Specified by:
PLUS_INF
in interface hep.aida.IRangeSet
MINUS_INF
public double MINUS_INF()
- Specified by:
MINUS_INF
in interface hep.aida.IRangeSet
Copyright © 2000-2004 FreeHEP, All Rights Reserved.