_alpha | PNMImage | [private] |
_array | PNMImage | [private] |
_default_bc | PNMImage | [private] |
_default_gc | PNMImage | [private] |
_default_rc | PNMImage | [private] |
_maxval | PNMImageHeader | [protected] |
_num_channels | PNMImageHeader | [protected] |
_type | PNMImageHeader | [protected] |
_x_size | PNMImageHeader | [protected] |
_y_size | PNMImageHeader | [protected] |
add_alpha() | PNMImage | [inline] |
allocate_alpha() | PNMImage | [inline, private] |
allocate_array() | PNMImage | [inline, private] |
alpha_fill(double alpha=0.0) | PNMImage | [inline] |
alpha_fill_val(xelval alpha=0) | PNMImage | |
alpha_row(int row) const | PNMImage | [inline, private] |
blend(int x, int y, const RGBColord &val, double alpha) | PNMImage | [inline] |
blend(int x, int y, double r, double g, double b, double alpha) | PNMImage | |
box_filter(double radius=1.0) | PNMImage | [inline] |
box_filter_from(double radius, const PNMImage ©) | PNMImage | |
clamp_val(int input_value) const | PNMImage | [inline] |
clear() | PNMImage | |
clear(int x_size, int y_size, int num_channels=3, xelval maxval=255, PNMFileType *type=NULL) | PNMImage | |
ColorType enum name | PNMImageHeader | |
copy_from(const PNMImage ©) | PNMImage | |
copy_header_from(const PNMImageHeader &header) | PNMImage | |
copy_sub_image(const PNMImage ©, int xto, int yto, int xfrom=0, int yfrom=0, int x_size=-1, int y_size=-1) | PNMImage | |
CT_color enum value | PNMImageHeader | |
CT_four_channel enum value | PNMImageHeader | |
CT_grayscale enum value | PNMImageHeader | |
CT_invalid enum value | PNMImageHeader | |
CT_two_channel enum value | PNMImageHeader | |
fill(double red, double green, double blue) | PNMImage | [inline] |
fill(double gray=0.0) | PNMImage | [inline] |
fill_val(xelval red, xelval green, xelval blue) | PNMImage | |
fill_val(xelval gray=0) | PNMImage | [inline] |
from_val(xelval input_value) const | PNMImage | [inline] |
gaussian_filter(double radius=1.0) | PNMImage | [inline] |
gaussian_filter_from(double radius, const PNMImage ©) | PNMImage | |
get_alpha(int x, int y) const | PNMImage | [inline] |
get_alpha_val(int x, int y) const | PNMImage | [inline] |
get_blue(int x, int y) const | PNMImage | [inline] |
get_blue_val(int x, int y) const | PNMImage | [inline] |
get_bright(int x, int y) const | PNMImage | [inline] |
get_bright(int x, int y, double rc, double gc, double bc) const | PNMImage | [inline] |
get_bright(int x, int y, double rc, double gc, double bc, double ac) const | PNMImage | [inline] |
get_channel(int x, int y, int channel) const | PNMImage | [inline] |
get_channel_val(int x, int y, int channel) const | PNMImage | |
get_color_type() const | PNMImageHeader | [inline] |
get_gray(int x, int y) const | PNMImage | [inline] |
get_gray_val(int x, int y) const | PNMImage | [inline] |
get_green(int x, int y) const | PNMImage | [inline] |
get_green_val(int x, int y) const | PNMImage | [inline] |
get_maxval() const | PNMImageHeader | [inline] |
get_num_channels() const | PNMImageHeader | [inline] |
get_red(int x, int y) const | PNMImage | [inline] |
get_red_val(int x, int y) const | PNMImage | [inline] |
get_type() const | PNMImageHeader | [inline] |
get_x_size() const | PNMImageHeader | [inline] |
get_xel(int x, int y) const | PNMImage | [inline] |
get_xel_val(int x, int y) const | PNMImage | [inline] |
get_y_size() const | PNMImageHeader | [inline] |
has_alpha(ColorType color_type) | PNMImageHeader | [inline, static] |
has_alpha() const | PNMImageHeader | [inline] |
has_type() const | PNMImageHeader | [inline] |
is_grayscale(ColorType color_type) | PNMImageHeader | [inline, static] |
is_grayscale() const | PNMImageHeader | [inline] |
is_valid() const | PNMImage | [inline] |
make_grayscale() | PNMImage | [inline] |
make_grayscale(double rc, double gc, double bc) | PNMImage | |
make_reader(const Filename &filename, PNMFileType *type=NULL) const | PNMImageHeader | |
make_reader(istream *file, bool owns_file=true, const Filename &filename=Filename(), string magic_number=string(), PNMFileType *type=NULL) const | PNMImageHeader | |
make_rgb() | PNMImage | [inline] |
make_writer(const Filename &filename, PNMFileType *type=NULL) const | PNMImageHeader | |
make_writer(ostream *file, bool owns_file=true, const Filename &filename=Filename(), PNMFileType *type=NULL) const | PNMImageHeader | |
operator=(const PNMImage ©) | PNMImage | [inline] |
PNMImageHeader::operator=(const PNMImageHeader ©) | PNMImageHeader | [inline] |
operator[](int y) | PNMImage | [inline] |
operator[](int y) const | PNMImage | [inline] |
output(ostream &out) const | PNMImageHeader | |
PNMImage() | PNMImage | [inline] |
PNMImage(const Filename &filename, PNMFileType *type=NULL) | PNMImage | [inline] |
PNMImage(int x_size, int y_size, int num_channels=3, xelval maxval=255, PNMFileType *type=NULL) | PNMImage | [inline] |
PNMImage(const PNMImage ©) | PNMImage | [inline] |
PNMImageHeader() | PNMImageHeader | [inline] |
PNMImageHeader(const PNMImageHeader ©) | PNMImageHeader | [inline] |
quick_filter_from(const PNMImage ©, int xborder=0, int yborder=0) | PNMImage | |
read(const Filename &filename, PNMFileType *type=NULL) | PNMImage | |
read(PNMReader *reader) | PNMImage | |
read_header(const Filename &filename, PNMFileType *type=NULL) | PNMImageHeader | |
read_magic_number(istream *file, string &magic_number, int num_bytes) | PNMImageHeader | [static] |
remove_alpha() | PNMImage | [inline] |
row(int row) const | PNMImage | [inline, private] |
set_alpha(int x, int y, double a) | PNMImage | [inline] |
set_alpha_val(int x, int y, xelval a) | PNMImage | [inline] |
set_blue(int x, int y, double b) | PNMImage | [inline] |
set_blue_val(int x, int y, xelval b) | PNMImage | [inline] |
set_channel(int x, int y, int channel, double value) | PNMImage | [inline] |
set_channel_val(int x, int y, int channel, xelval value) | PNMImage | |
set_color_type(ColorType color_type) | PNMImage | |
set_gray(int x, int y, double gray) | PNMImage | [inline] |
set_gray_val(int x, int y, xelval gray) | PNMImage | [inline] |
set_green(int x, int y, double g) | PNMImage | [inline] |
set_green_val(int x, int y, xelval g) | PNMImage | [inline] |
set_maxval(xelval maxval) | PNMImage | |
set_num_channels(int num_channels) | PNMImage | [inline] |
set_red(int x, int y, double r) | PNMImage | [inline] |
set_red_val(int x, int y, xelval r) | PNMImage | [inline] |
set_type(PNMFileType *type) | PNMImageHeader | [inline] |
set_xel(int x, int y, const RGBColord &value) | PNMImage | [inline] |
set_xel(int x, int y, double r, double g, double b) | PNMImage | [inline] |
set_xel(int x, int y, double gray) | PNMImage | [inline] |
set_xel_val(int x, int y, const xel &value) | PNMImage | [inline] |
set_xel_val(int x, int y, xelval r, xelval g, xelval b) | PNMImage | [inline] |
set_xel_val(int x, int y, xelval gray) | PNMImage | [inline] |
setup_rc() | PNMImage | [private] |
to_val(double input_value) const | PNMImage | [inline] |
write(const Filename &filename, PNMFileType *type=NULL) const | PNMImage | |
write(PNMWriter *writer) const | PNMImage | |
~PNMImage() | PNMImage | [inline] |
~PNMImageHeader() | PNMImageHeader | [inline] |