AImage Class Reference

#include <AImage.h>

Inheritance diagram for AImage:
CImage GRImage CLUTImage GRLUTImage

List of all members.

Public Member Functions

 AImage ()
 AImage (int w, int h)
 AImage (const string &in_file_name)
 AImage (const AImage &i)
 AImage (const AImage &image, int tlx, int tly, int brx, int bry, bool zero_pading)
int getSize () const
int getWidth () const
int getHeight () const
virtual void saveTo (const string &file_name)=0
virtual IMAGE_TYPE getType () const =0

Protected Attributes

int width
int height
int size

Detailed Description

Definition at line 51 of file AImage.h.


Constructor & Destructor Documentation

AImage::AImage (  )  [inline]

Definition at line 55 of file AImage.h.

AImage::AImage ( int  w,
int  h 
) [inline]

Definition at line 58 of file AImage.h.

AImage::AImage ( const string &  in_file_name  )  [inline]

Definition at line 62 of file AImage.h.

AImage::AImage ( const AImage i  )  [inline]

Definition at line 65 of file AImage.h.

AImage::AImage ( const AImage image,
int  tlx,
int  tly,
int  brx,
int  bry,
bool  zero_pading 
) [inline]

Definition at line 68 of file AImage.h.


Member Function Documentation

int AImage::getHeight (  )  const [inline]

Definition at line 79 of file AImage.h.

References height.

Referenced by WordDraw::drawVerticalGrid(), and WordDraw::WordDraw().

int AImage::getSize (  )  const [inline]

Definition at line 75 of file AImage.h.

References size.

virtual IMAGE_TYPE AImage::getType (  )  const [pure virtual]

Implemented in GRImage, and CImage.

int AImage::getWidth (  )  const [inline]

Definition at line 77 of file AImage.h.

References width.

Referenced by WordDraw::WordDraw().

virtual void AImage::saveTo ( const string &  file_name  )  [pure virtual]

Implemented in GRImage, and CImage.


Member Data Documentation

int AImage::height [protected]

Definition at line 91 of file AImage.h.

Referenced by getHeight().

int AImage::size [protected]

Definition at line 93 of file AImage.h.

Referenced by getSize(), and GRImage::GRImage().

int AImage::width [protected]

Definition at line 89 of file AImage.h.

Referenced by getWidth().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:45 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1