yarp
Class FlexImage

java.lang.Object
  extended by yarp.PortReader
      extended by yarp.Portable
          extended by yarp.Image
              extended by yarp.FlexImage

public class FlexImage
extends Image


Field Summary
 
Fields inherited from class yarp.PortReader
swigCMemOwn
 
Constructor Summary
FlexImage()
           
FlexImage(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(FlexImage obj)
           
 void setPixelCode(int imgPixelCode)
           
 void setPixelSize(int imgPixelSize)
           
 void setQuantum(int imgQuantum)
           
 
Methods inherited from class yarp.Image
copy, copy, getCPtr, getIplImage, getPadding, getPixelAddress, getPixelCode, getPixelSize, getQuantum, getRawImage, getRawImageSize, getRow, getRowArray, getRowSize, height, isPixel, read, resize, resize, setExternal, setTopIsLowIndex, topIsLowIndex, width, wrapIplImage, write, zero
 
Methods inherited from class yarp.Portable
copyPortable, getCPtr, getType
 
Methods inherited from class yarp.PortReader
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexImage

public FlexImage(long cPtr,
                 boolean cMemoryOwn)

FlexImage

public FlexImage()
Method Detail

getCPtr

public static long getCPtr(FlexImage obj)

finalize

protected void finalize()
Overrides:
finalize in class Image

delete

public void delete()
Overrides:
delete in class Image

setPixelCode

public void setPixelCode(int imgPixelCode)

setPixelSize

public void setPixelSize(int imgPixelSize)

setQuantum

public void setQuantum(int imgQuantum)
Overrides:
setQuantum in class Image