| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.image.CriteriaCollection
public class CriteriaCollection
| Constructor Summary | |
|---|---|
| CriteriaCollection() | |
| Method Summary | |
|---|---|
|  void | addCriteria(NIVision.MeasurementType type,
            float lower,
            float upper,
            boolean outsideRange) | 
|  Pointer | getCriteriaArray() | 
|  int | getNumberOfCriteria() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CriteriaCollection()
| Method Detail | 
|---|
public void addCriteria(NIVision.MeasurementType type,
                        float lower,
                        float upper,
                        boolean outsideRange)
public int getNumberOfCriteria()
public Pointer getCriteriaArray()
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||