Panda3D

PNMImage Member List

This is the complete list of members for PNMImage, including all inherited members.
addAlpha()PNMImage
alphaFill(double alpha)PNMImage
alphaFill()PNMImage
alphaFillVal(unsigned short int alpha)PNMImage
alphaFillVal()PNMImage
blend(int x, int y, VBase3D const val, double alpha)PNMImage
blend(int x, int y, double r, double g, double b, double alpha)PNMImage
blendSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, double pixel_scale)PNMImage
blendSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size)PNMImage
blendSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size)PNMImage
blendSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom)PNMImage
blendSubImage(PNMImage const copy, int xto, int yto, int xfrom)PNMImage
blendSubImage(PNMImage const copy, int xto, int yto)PNMImage
boxFilter(double radius)PNMImage
boxFilter()PNMImage
boxFilterFrom(double radius, PNMImage const copy)PNMImage
clampVal(int input_value)PNMImage
clear()PNMImage
clear(int x_size, int y_size, int num_channels, unsigned short int maxval, PNMFileType type)PNMImage
clear(int x_size, int y_size, int num_channels, unsigned short int maxval)PNMImage
clear(int x_size, int y_size, int num_channels)PNMImage
clear(int x_size, int y_size)PNMImage
clearReadSize()PNMImage
ColorType enum namePNMImageHeader
copyChannel(PNMImage const copy, int src_channel, int dest_channel)PNMImage
copyChannel(PNMImage const copy, int xto, int yto, int cto, int xfrom, int yfrom, int cfrom, int x_size, int y_size)PNMImage
copyChannel(PNMImage const copy, int xto, int yto, int cto, int xfrom, int yfrom, int cfrom, int x_size)PNMImage
copyChannel(PNMImage const copy, int xto, int yto, int cto, int xfrom, int yfrom, int cfrom)PNMImage
copyChannel(PNMImage const copy, int xto, int yto, int cto, int xfrom, int yfrom)PNMImage
copyChannel(PNMImage const copy, int xto, int yto, int cto, int xfrom)PNMImage
copyChannel(PNMImage const copy, int xto, int yto, int cto)PNMImage
copyFrom(PNMImage const copy)PNMImage
copyHeaderFrom(PNMImageHeader const header)PNMImage
copySubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size)PNMImage
copySubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size)PNMImage
copySubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom)PNMImage
copySubImage(PNMImage const copy, int xto, int yto, int xfrom)PNMImage
copySubImage(PNMImage const copy, int xto, int yto)PNMImage
CTColor enum valuePNMImageHeader
CTFourChannel enum valuePNMImageHeader
CTGrayscale enum valuePNMImageHeader
CTInvalid enum valuePNMImageHeader
CTTwoChannel enum valuePNMImageHeader
darkenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, double pixel_scale)PNMImage
darkenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size)PNMImage
darkenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size)PNMImage
darkenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom)PNMImage
darkenSubImage(PNMImage const copy, int xto, int yto, int xfrom)PNMImage
darkenSubImage(PNMImage const copy, int xto, int yto)PNMImage
expandBorder(int left, int right, int bottom, int top, VBase4D const color)PNMImage
fill(double gray)PNMImage
fill()PNMImage
fill(double red, double green, double blue)PNMImage
fillVal(unsigned short int gray)PNMImage
fillVal()PNMImage
fillVal(unsigned short int red, unsigned short int green, unsigned short int blue)PNMImage
fromVal(unsigned short int input_value)PNMImage
gaussianFilter(double radius)PNMImage
gaussianFilter()PNMImage
gaussianFilterFrom(double radius, PNMImage const copy)PNMImage
getAlpha(int x, int y)PNMImage
getAlphaVal(int x, int y)PNMImage
getAverageGray()PNMImage
getAverageXel()PNMImage
getAverageXelA()PNMImage
getBlue(int x, int y)PNMImage
getBlueVal(int x, int y)PNMImage
getBright(int x, int y)PNMImage
getBright(int x, int y, double rc, double gc, double bc)PNMImage
getBright(int x, int y, double rc, double gc, double bc, double ac)PNMImage
getChannel(int x, int y, int channel)PNMImage
getChannelVal(int x, int y, int channel)PNMImage
getColorType()PNMImageHeader
getComment()PNMImageHeader
getGray(int x, int y)PNMImage
getGrayVal(int x, int y)PNMImage
getGreen(int x, int y)PNMImage
getGreenVal(int x, int y)PNMImage
getMaxval()PNMImageHeader
getNumChannels()PNMImageHeader
getPixel(int x, int y)PNMImage
getReadXSize()PNMImage
getReadYSize()PNMImage
getRed(int x, int y)PNMImage
getRedVal(int x, int y)PNMImage
getType()PNMImageHeader
getXel(int x, int y)PNMImage
getXelA(int x, int y)PNMImage
getXelVal(int x, int y)PNMImage
getXSize()PNMImageHeader
getYSize()PNMImageHeader
hasAlpha()PNMImageHeader
hasAlpha(ColorType color_type)PNMImageHeader [static]
hasReadSize()PNMImage
hasType()PNMImageHeader
isGrayscale()PNMImageHeader
isGrayscale(ColorType color_type)PNMImageHeader [static]
isValid()PNMImage
lightenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, double pixel_scale)PNMImage
lightenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size)PNMImage
lightenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom, int x_size)PNMImage
lightenSubImage(PNMImage const copy, int xto, int yto, int xfrom, int yfrom)PNMImage
lightenSubImage(PNMImage const copy, int xto, int yto, int xfrom)PNMImage
lightenSubImage(PNMImage const copy, int xto, int yto)PNMImage
makeGrayscale()PNMImage
makeGrayscale(double rc, double gc, double bc)PNMImage
makeHistogram(Histogram hist)PNMImage
makeReader(Filename const filename, PNMFileType type, bool report_unknown_type)PNMImageHeader
makeReader(Filename const filename, PNMFileType type)PNMImageHeader
makeReader(Filename const filename)PNMImageHeader
makeReader(istream file, bool owns_file, Filename const filename, string magic_number, PNMFileType type, bool report_unknown_type)PNMImageHeader
makeReader(istream file, bool owns_file, Filename const filename, string magic_number, PNMFileType type)PNMImageHeader
makeReader(istream file, bool owns_file, Filename const filename, string magic_number)PNMImageHeader
makeReader(istream file, bool owns_file, Filename const filename)PNMImageHeader
makeReader(istream file, bool owns_file)PNMImageHeader
makeReader(istream file)PNMImageHeader
makeRgb()PNMImage
makeWriter(Filename const filename, PNMFileType type)PNMImageHeader
makeWriter(Filename const filename)PNMImageHeader
makeWriter(ostream file, bool owns_file, Filename const filename, PNMFileType type)PNMImageHeader
makeWriter(ostream file, bool owns_file, Filename const filename)PNMImageHeader
makeWriter(ostream file, bool owns_file)PNMImageHeader
makeWriter(ostream file)PNMImageHeader
operator*(PNMImage const other)PNMImage
operator*(double multiplier)PNMImage
operator*=(PNMImage const other)PNMImage
operator*=(double multiplier)PNMImage
operator+(VBase4D const other)PNMImage
operator+(PNMImage const other)PNMImage
operator+=(VBase4D const other)PNMImage
operator+=(PNMImage const other)PNMImage
operator-(VBase4D const other)PNMImage
operator-(PNMImage const other)PNMImage
operator-=(VBase4D const other)PNMImage
operator-=(PNMImage const other)PNMImage
operator=(PNMImage const copy)PNMImage
panda3d::core::PNMImageHeader.operator=(PNMImageHeader const copy)PNMImageHeader
operator[](int y)PNMImage
operator[](int y)PNMImage
operator~()PNMImage
output(ostream out)PNMImageHeader
perlinNoiseFill(StackedPerlinNoise2 perlin)PNMImage
perlinNoiseFill(double sx, double sy, int table_size, unsigned long int seed)PNMImage
perlinNoiseFill(double sx, double sy, int table_size)PNMImage
perlinNoiseFill(double sx, double sy)PNMImage
PNMImage()PNMImage
PNMImage(Filename const filename, PNMFileType type)PNMImage
PNMImage(Filename const filename)PNMImage
PNMImage(PNMImage const copy)PNMImage
PNMImage(int x_size, int y_size, int num_channels, unsigned short int maxval, PNMFileType type)PNMImage
PNMImage(int x_size, int y_size, int num_channels, unsigned short int maxval)PNMImage
PNMImage(int x_size, int y_size, int num_channels)PNMImage
PNMImage(int x_size, int y_size)PNMImage
PNMImageHeader()PNMImageHeader
PNMImageHeader(PNMImageHeader const copy)PNMImageHeader
quickFilterFrom(PNMImage const copy, int xborder, int yborder)PNMImage
quickFilterFrom(PNMImage const copy, int xborder)PNMImage
quickFilterFrom(PNMImage const copy)PNMImage
read(Filename const filename, PNMFileType type, bool report_unknown_type)PNMImage
read(Filename const filename, PNMFileType type)PNMImage
read(Filename const filename)PNMImage
read(PNMReader reader)PNMImage
read(istream data, string filename, PNMFileType type, bool report_unknown_type)PNMImage
read(istream data, string filename, PNMFileType type)PNMImage
read(istream data, string filename)PNMImage
read(istream data)PNMImage
readHeader(Filename const filename, PNMFileType type, bool report_unknown_type)PNMImageHeader
readHeader(Filename const filename, PNMFileType type)PNMImageHeader
readHeader(Filename const filename)PNMImageHeader
readHeader(istream data, string filename, PNMFileType type, bool report_unknown_type)PNMImageHeader
readHeader(istream data, string filename, PNMFileType type)PNMImageHeader
readHeader(istream data, string filename)PNMImageHeader
readHeader(istream data)PNMImageHeader
readMagicNumber(istream file, basic_stringchar magic_number, int num_bytes)PNMImageHeader [static]
remixChannels(Mat4 const conv)PNMImage
removeAlpha()PNMImage
renderSpot(VBase4D const fg, VBase4D const bg, double min_radius, double max_radius)PNMImage
setAlpha(int x, int y, double a)PNMImage
setAlphaVal(int x, int y, unsigned short int a)PNMImage
setBlue(int x, int y, double b)PNMImage
setBlueVal(int x, int y, unsigned short int b)PNMImage
setChannel(int x, int y, int channel, double value)PNMImage
setChannelVal(int x, int y, int channel, unsigned short int value)PNMImage
setColorType(ColorType color_type)PNMImage
setComment(string comment)PNMImageHeader
setGray(int x, int y, double gray)PNMImage
setGrayVal(int x, int y, unsigned short int gray)PNMImage
setGreen(int x, int y, double g)PNMImage
setGreenVal(int x, int y, unsigned short int g)PNMImage
setMaxval(unsigned short int maxval)PNMImage
setNumChannels(int num_channels)PNMImage
setPixel(int x, int y, PixelSpec const pixel)PNMImage
setReadSize(int x_size, int y_size)PNMImage
setRed(int x, int y, double r)PNMImage
setRedVal(int x, int y, unsigned short int r)PNMImage
setType(PNMFileType type)PNMImageHeader
setXel(int x, int y, VBase3D const value)PNMImage
setXel(int x, int y, double gray)PNMImage
setXel(int x, int y, double r, double g, double b)PNMImage
setXelA(int x, int y, VBase4D const value)PNMImage
setXelA(int x, int y, double r, double g, double b, double a)PNMImage
setXelVal(int x, int y, pixel const value)PNMImage
setXelVal(int x, int y, unsigned short int gray)PNMImage
setXelVal(int x, int y, unsigned short int r, unsigned short int g, unsigned short int b)PNMImage
takeFrom(PNMImage orig)PNMImage
threshold(PNMImage const select_image, int channel, double threshold, PNMImage const lt, PNMImage const ge)PNMImage
toVal(double input_value)PNMImage
write(Filename const filename, PNMFileType type)PNMImage
write(Filename const filename)PNMImage
write(PNMWriter writer)PNMImage
write(ostream data, string filename, PNMFileType type)PNMImage
write(ostream data, string filename)PNMImage
write(ostream data)PNMImage
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties