#include <AImage.h>
Inheritance diagram for AImage:
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 |
Definition at line 51 of file AImage.h.
|
|
|
|
|
|
|
|
|
|
|
Definition at line 79 of file AImage.h. References height. |
|
Definition at line 75 of file AImage.h. References size. |
|
|
|
Definition at line 77 of file AImage.h. References width. |
|
|
|
Definition at line 91 of file AImage.h. Referenced by getHeight(). |
|
Definition at line 93 of file AImage.h. Referenced by getSize(), and GRImage::GRImage(). |
|
Definition at line 89 of file AImage.h. Referenced by getWidth(). |