Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

OFbkImage Class Reference

#include <OFbkImage.h>

List of all members.


Detailed Description

Definition at line 19 of file OFbkImage.h.


Public Member Functions

 OFbkImage (OFbkImageInfo *, byte *, OFbkImageBand)
 ~OFbkImage ()
bool IsValid () const
bytePointer () const
int Width () const
int Height () const
int Skip () const
byte Pixel (int x, int y) const
word FieldCounter () const
byte ColorFrequency (OCdtChannel chan) const

Protected Attributes

byteimage_
int width_
int height_
int skip_

Private Member Functions

 OFbkImage (const OFbkImage &)
 don't call
OFbkImageoperator= (const OFbkImage &fbk_image)
 don't call

Constructor & Destructor Documentation

OFbkImage::OFbkImage ( OFbkImageInfo ,
byte ,
OFbkImageBand   
) [inline]

Definition at line 21 of file OFbkImage.h.

OFbkImage::~OFbkImage (  )  [inline]

Definition at line 22 of file OFbkImage.h.

OFbkImage::OFbkImage ( const OFbkImage  )  [private]

don't call


Member Function Documentation

bool OFbkImage::IsValid (  )  const [inline]

Definition at line 24 of file OFbkImage.h.

byte* OFbkImage::Pointer (  )  const [inline]

int OFbkImage::Width (  )  const [inline]

Definition at line 26 of file OFbkImage.h.

Referenced by RawCameraGenerator::processEvent(), and CDTGenerator::processEvent().

int OFbkImage::Height (  )  const [inline]

Definition at line 27 of file OFbkImage.h.

Referenced by RawCameraGenerator::processEvent(), and CDTGenerator::processEvent().

int OFbkImage::Skip (  )  const [inline]

Definition at line 28 of file OFbkImage.h.

Referenced by RawCameraGenerator::processEvent(), and CDTGenerator::processEvent().

byte OFbkImage::Pixel ( int  x,
int  y 
) const [inline]

Definition at line 49 of file OFbkImage.h.

word OFbkImage::FieldCounter (  )  const [inline]

Definition at line 55 of file OFbkImage.h.

byte OFbkImage::ColorFrequency ( OCdtChannel  chan  )  const [inline]

Definition at line 62 of file OFbkImage.h.

OFbkImage& OFbkImage::operator= ( const OFbkImage fbk_image  )  [private]

don't call


Member Data Documentation

byte* OFbkImage::image_ [protected]

Definition at line 38 of file OFbkImage.h.

Referenced by ColorFrequency(), FieldCounter(), IsValid(), Pixel(), and Pointer().

int OFbkImage::width_ [protected]

Definition at line 39 of file OFbkImage.h.

Referenced by ColorFrequency(), FieldCounter(), Pixel(), and Width().

int OFbkImage::height_ [protected]

Definition at line 40 of file OFbkImage.h.

Referenced by ColorFrequency(), FieldCounter(), and Height().

int OFbkImage::skip_ [protected]

Definition at line 41 of file OFbkImage.h.

Referenced by ColorFrequency(), FieldCounter(), Pixel(), and Skip().


The documentation for this class was generated from the following file:

Tekkotsu v4.0
Generated Thu Nov 22 00:58:34 2007 by Doxygen 1.5.4