Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

OFbkImage Class Reference

#include <OFbkImage.h>


Detailed Description

Definition at line 19 of file OFbkImage.h.

List of all members.

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   
)

Definition at line 21 of file OFbkImage.h.

OFbkImage::~OFbkImage (  ) 

Definition at line 22 of file OFbkImage.h.

OFbkImage::OFbkImage ( const OFbkImage  )  [private]

don't call


Member Function Documentation

byte OFbkImage::ColorFrequency ( OCdtChannel  chan  )  const

Definition at line 62 of file OFbkImage.h.

word OFbkImage::FieldCounter (  )  const

Definition at line 55 of file OFbkImage.h.

int OFbkImage::Height (  )  const

Definition at line 27 of file OFbkImage.h.

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

bool OFbkImage::IsValid (  )  const

Definition at line 24 of file OFbkImage.h.

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

don't call

byte OFbkImage::Pixel ( int  x,
int  y 
) const

Definition at line 49 of file OFbkImage.h.

byte* OFbkImage::Pointer (  )  const
int OFbkImage::Skip (  )  const

Definition at line 28 of file OFbkImage.h.

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

int OFbkImage::Width (  )  const

Definition at line 26 of file OFbkImage.h.

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


Member Data Documentation

int OFbkImage::height_ [protected]

Definition at line 40 of file OFbkImage.h.

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

byte* OFbkImage::image_ [protected]

Definition at line 38 of file OFbkImage.h.

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

int OFbkImage::skip_ [protected]

Definition at line 41 of file OFbkImage.h.

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

int OFbkImage::width_ [protected]

Definition at line 39 of file OFbkImage.h.

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


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:13 2016 by Doxygen 1.6.3