FreeHEP API
Version current

hep.aida.jni
Class CIRangeSet

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CIRangeSet
All Implemented Interfaces:
hep.aida.IRangeSet

public class CIRangeSet
extends CProxy
implements hep.aida.IRangeSet

Source Code:
CIRangeSet.java

Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CIRangeSet(long crefID)
           
 
Method Summary
 void exclude(double xMin, double xMax)
           
 void excludeAll()
           
 void include(double xMin, double xMax)
           
 void includeAll()
           
 boolean isInRange(double point)
           
 double[] lowerBounds()
           
 double MINUS_INF()
           
 double PLUS_INF()
           
 int size()
           
 double[] upperBounds()
           
 
Methods inherited from class hep.aida.jni.CProxy
finalize, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIRangeSet

public CIRangeSet(long crefID)
Method Detail

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.