Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PNMImage Member List

This is the complete list of members for PNMImage, including all inherited members.
_alphaPNMImage [private]
_arrayPNMImage [private]
_default_bcPNMImage [private]
_default_gcPNMImage [private]
_default_rcPNMImage [private]
_maxvalPNMImageHeader [protected]
_num_channelsPNMImageHeader [protected]
_typePNMImageHeader [protected]
_x_sizePNMImageHeader [protected]
_y_sizePNMImageHeader [protected]
add_alpha()PNMImage
allocate_alpha()PNMImage [private]
allocate_array()PNMImage [private]
alpha_fill(double alpha=0.0)PNMImage
alpha_fill_val(xelval alpha=0)PNMImage
alpha_row(int row) constPNMImage [private]
blend(int x, int y, const RGBColord &val, double alpha)PNMImage
blend(int x, int y, double r, double g, double b, double alpha)PNMImage
box_filter(double radius=1.0)PNMImage
box_filter_from(double radius, const PNMImage &copy)PNMImage
clamp_val(int input_value) constPNMImage
clear()PNMImage
clear(int x_size, int y_size, int num_channels=3, xelval maxval=255, PNMFileType *type=NULL)PNMImage
ColorType enum namePNMImageHeader
copy_from(const PNMImage &copy)PNMImage
copy_header_from(const PNMImageHeader &header)PNMImage
copy_sub_image(const PNMImage &copy, int xto, int yto, int xfrom=0, int yfrom=0, int x_size=-1, int y_size=-1)PNMImage
CT_color enum valuePNMImageHeader
CT_four_channel enum valuePNMImageHeader
CT_grayscale enum valuePNMImageHeader
CT_invalid enum valuePNMImageHeader
CT_two_channel enum valuePNMImageHeader
fill(double red, double green, double blue)PNMImage
fill(double gray=0.0)PNMImage
fill_val(xelval red, xelval green, xelval blue)PNMImage
fill_val(xelval gray=0)PNMImage
from_val(xelval input_value) constPNMImage
gaussian_filter(double radius=1.0)PNMImage
gaussian_filter_from(double radius, const PNMImage &copy)PNMImage
get_alpha(int x, int y) constPNMImage
get_alpha_val(int x, int y) constPNMImage
get_blue(int x, int y) constPNMImage
get_blue_val(int x, int y) constPNMImage
get_bright(int x, int y) constPNMImage
get_bright(int x, int y, double rc, double gc, double bc) constPNMImage
get_bright(int x, int y, double rc, double gc, double bc, double ac) constPNMImage
get_channel(int x, int y, int channel) constPNMImage
get_channel_val(int x, int y, int channel) constPNMImage
get_color_type() constPNMImageHeader
get_gray(int x, int y) constPNMImage
get_gray_val(int x, int y) constPNMImage
get_green(int x, int y) constPNMImage
get_green_val(int x, int y) constPNMImage
get_maxval() constPNMImageHeader
get_num_channels() constPNMImageHeader
get_red(int x, int y) constPNMImage
get_red_val(int x, int y) constPNMImage
get_type() constPNMImageHeader
get_x_size() constPNMImageHeader
get_xel(int x, int y) constPNMImage
get_xel_val(int x, int y) constPNMImage
get_y_size() constPNMImageHeader
has_alpha(ColorType color_type)PNMImageHeader [static]
has_alpha() constPNMImageHeader
has_type() constPNMImageHeader
is_grayscale(ColorType color_type)PNMImageHeader [static]
is_grayscale() constPNMImageHeader
is_valid() constPNMImage
make_grayscale()PNMImage
make_grayscale(double rc, double gc, double bc)PNMImage
make_reader(const Filename &filename, PNMFileType *type=NULL) constPNMImageHeader
make_reader(istream *file, bool owns_file=true, const Filename &filename=Filename(), string magic_number=string(), PNMFileType *type=NULL) constPNMImageHeader
make_rgb()PNMImage
make_writer(const Filename &filename, PNMFileType *type=NULL) constPNMImageHeader
make_writer(ostream *file, bool owns_file=true, const Filename &filename=Filename(), PNMFileType *type=NULL) constPNMImageHeader
operator=(const PNMImage &copy)PNMImage
PNMImageHeader::operator=(const PNMImageHeader &copy)PNMImageHeader
operator[](int y)PNMImage
operator[](int y) constPNMImage
output(ostream &out) constPNMImageHeader
PNMImage()PNMImage
PNMImage(const Filename &filename, PNMFileType *type=NULL)PNMImage
PNMImage(int x_size, int y_size, int num_channels=3, xelval maxval=255, PNMFileType *type=NULL)PNMImage
PNMImage(const PNMImage &copy)PNMImage
PNMImageHeader()PNMImageHeader
PNMImageHeader(const PNMImageHeader &copy)PNMImageHeader
quick_filter_from(const PNMImage &copy, 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
row(int row) constPNMImage [private]
set_alpha(int x, int y, double a)PNMImage
set_alpha_val(int x, int y, xelval a)PNMImage
set_blue(int x, int y, double b)PNMImage
set_blue_val(int x, int y, xelval b)PNMImage
set_channel(int x, int y, int channel, double value)PNMImage
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
set_gray_val(int x, int y, xelval gray)PNMImage
set_green(int x, int y, double g)PNMImage
set_green_val(int x, int y, xelval g)PNMImage
set_maxval(xelval maxval)PNMImage
set_num_channels(int num_channels)PNMImage
set_red(int x, int y, double r)PNMImage
set_red_val(int x, int y, xelval r)PNMImage
set_type(PNMFileType *type)PNMImageHeader
set_xel(int x, int y, const RGBColord &value)PNMImage
set_xel(int x, int y, double r, double g, double b)PNMImage
set_xel(int x, int y, double gray)PNMImage
set_xel_val(int x, int y, const xel &value)PNMImage
set_xel_val(int x, int y, xelval r, xelval g, xelval b)PNMImage
set_xel_val(int x, int y, xelval gray)PNMImage
setup_rc()PNMImage [private]
to_val(double input_value) constPNMImage
write(const Filename &filename, PNMFileType *type=NULL) constPNMImage
write(PNMWriter *writer) constPNMImage
~PNMImage()PNMImage
~PNMImageHeader()PNMImageHeader

Generated on Fri Apr 18 00:13:16 2003 for Panda by doxygen1.3