edu.wpi.first.wpilibj.image
Class EllipseDescriptor

java.lang.Object
  extended by Structure
      extended by edu.wpi.first.wpilibj.image.EllipseDescriptor

public class EllipseDescriptor
extends Structure


Constructor Summary
EllipseDescriptor(double m_minMajorRadius, double m_maxMajorRadius, double m_minMinorRadius, double m_maxMinorRadius)
           
 
Method Summary
 void free()
          Free the c memory associated with this object.
 void read()
           
 int size()
           
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EllipseDescriptor

public EllipseDescriptor(double m_minMajorRadius,
                         double m_maxMajorRadius,
                         double m_minMinorRadius,
                         double m_maxMinorRadius)
Method Detail

free

public void free()
Free the c memory associated with this object.


read

public void read()

write

public void write()

size

public int size()