yarp
Class ImageRgbFloat

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

public class ImageRgbFloat
extends Image


Field Summary
 
Fields inherited from class yarp.PortReader
swigCMemOwn
 
Constructor Summary
ImageRgbFloat()
           
ImageRgbFloat(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 PixelRgbFloat access(int x, int y)
           
 void delete()
           
protected  void finalize()
           
static long getCPtr(ImageRgbFloat obj)
           
 int getPixelCode()
           
 int getPixelSize()
           
 PixelRgbFloat pixel(int x, int y)
           
 PixelRgbFloat safePixel(int x, int y)
           
 
Methods inherited from class yarp.Image
copy, copy, getCPtr, getIplImage, getPadding, getPixelAddress, getQuantum, getRawImage, getRawImageSize, getRow, getRowArray, getRowSize, height, isPixel, read, resize, resize, setExternal, setQuantum, 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

ImageRgbFloat

public ImageRgbFloat(long cPtr,
                     boolean cMemoryOwn)

ImageRgbFloat

public ImageRgbFloat()
Method Detail

getCPtr

public static long getCPtr(ImageRgbFloat obj)

finalize

protected void finalize()
Overrides:
finalize in class Image

delete

public void delete()
Overrides:
delete in class Image

getPixelSize

public int getPixelSize()
Overrides:
getPixelSize in class Image

getPixelCode

public int getPixelCode()
Overrides:
getPixelCode in class Image

pixel

public PixelRgbFloat pixel(int x,
                           int y)

access

public PixelRgbFloat access(int x,
                            int y)

safePixel

public PixelRgbFloat safePixel(int x,
                               int y)