Panda3D
|
This is the complete list of members for PfmFile, including all inherited members.
__getbuffer__(PyBuffer view, int flags) | PfmFile | |
__init__() | PfmFile | |
__init__(const PfmFile copy) | PfmFile | |
panda3d::core::PNMImageHeader::__init__(const PNMImageHeader copy) | PNMImageHeader | |
addSubImage(const PfmFile copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PfmFile | |
apply1dLut(int channel, const PfmFile lut, PNFloat32 x_scale) | PfmFile | |
applyCrop(int x_begin, int x_end, int y_begin, int y_end) | PfmFile | |
applyExponent(float gray_exponent) | PfmFile | |
applyExponent(float gray_exponent, float alpha_exponent) | PfmFile | |
applyExponent(float c0_exponent, float c1_exponent, float c2_exponent) | PfmFile | |
applyExponent(float c0_exponent, float c1_exponent, float c2_exponent, float c3_exponent) | PfmFile | |
applyMask(const PfmFile other) | PfmFile | |
boxFilterFrom(float radius, const PfmFile copy) | PfmFile | |
calcAutocrop(LVecBase4d range) | PfmFile | |
calcAutocrop(LVecBase4f range) | PfmFile | |
calcAveragePoint(LPoint3f result, PNFloat32 x, PNFloat32 y, PNFloat32 radius) | PfmFile | |
calcBilinearPoint(LPoint3f result, PNFloat32 x, PNFloat32 y) | PfmFile | |
calcMinMax(LVecBase3f min_points, LVecBase3f max_points) | PfmFile | |
calcTightBounds(LPoint3f min_point, LPoint3f max_point) | PfmFile | |
clear() | PfmFile | |
clear(int x_size, int y_size, int num_channels) | PfmFile | |
clearNoDataValue() | PfmFile | |
clearToTexcoords(int x_size, int y_size) | PfmFile | |
color_space | PNMImageHeader | |
ColorType enum name | PNMImageHeader | |
comment | PNMImageHeader | |
computePlanarBounds(const LPoint2d center, PNFloat32 point_dist, PNFloat32 sample_radius, bool points_only) | PfmFile | |
computePlanarBounds(const LPoint2f center, PNFloat32 point_dist, PNFloat32 sample_radius, bool points_only) | PfmFile | |
computeSamplePoint(LPoint3f result, PNFloat32 x, PNFloat32 y, PNFloat32 sample_radius) | PfmFile | |
copyChannel(int to_channel, const PfmFile other, int from_channel) | PfmFile | |
copyChannelMasked(int to_channel, const PfmFile other, int from_channel) | PfmFile | |
copySubImage(const PfmFile copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size) | PfmFile | |
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 | |
divideSubImage(const PfmFile copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PfmFile | |
fill(const LPoint2f value) | PfmFile | |
fill(const LPoint3f value) | PfmFile | |
fill(const LPoint4f value) | PfmFile | |
fill(PNFloat32 value) | PfmFile | |
fillChannel(int channel, PNFloat32 value) | PfmFile | |
fillChannelMasked(int channel, PNFloat32 value) | PfmFile | |
fillChannelMaskedNan(int channel) | PfmFile | |
fillChannelNan(int channel) | PfmFile | |
fillNan() | PfmFile | |
fillNoDataValue() | PfmFile | |
flip(bool flip_x, bool flip_y, bool transpose) | PfmFile | |
forwardDistort(const PfmFile dist, PNFloat32 scale_factor) | PfmFile | |
gammaCorrect(float from_gamma, float to_gamma) | PfmFile | |
gammaCorrectAlpha(float from_gamma, float to_gamma) | PfmFile | |
gaussianFilterFrom(float radius, const PfmFile copy) | PfmFile | |
getChannel(int x, int y, int c) | PfmFile | |
getColorSpace() | PNMImageHeader | |
getColorType() | PNMImageHeader | |
getComment() | PNMImageHeader | |
getMaxval() | PNMImageHeader | |
getNoDataValue() | PfmFile | |
getNumChannels() | PNMImageHeader | |
getPoint(int x, int y) | PfmFile | |
getPoint1(int x, int y) | PfmFile | |
getPoint2(int x, int y) | PfmFile | |
getPoint3(int x, int y) | PfmFile | |
getPoint4(int x, int y) | PfmFile | |
getPoints() | PfmFile | |
getScale() | PfmFile | |
getSize() | PNMImageHeader | |
getType() | PNMImageHeader | |
getXSize() | PNMImageHeader | |
getYSize() | PNMImageHeader | |
hasAlpha() | PNMImageHeader | |
hasAlpha(PNMImageHeader::ColorType color_type) | PNMImageHeader | static |
hasNoDataThreshold() | PfmFile | |
hasNoDataValue() | PfmFile | |
hasPoint(int x, int y) | PfmFile | |
hasType() | PNMImageHeader | |
indirect1dLookup(const PfmFile index_image, int channel, const PfmFile pixel_values) | PfmFile | |
isColumnEmpty(int x, int y_begin, int y_end) | PfmFile | |
isGrayscale() | PNMImageHeader | |
isGrayscale(PNMImageHeader::ColorType color_type) | PNMImageHeader | static |
isRowEmpty(int y, int x_begin, int x_end) | PfmFile | |
isValid() | PfmFile | |
load(const PNMImage pnmimage) | PfmFile | |
makeReader(const Filename filename, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
makeReader(Istream file, bool owns_file, const Filename filename, str magic_number, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
makeWriter(const Filename filename, PNMFileType type) | PNMImageHeader | |
makeWriter(Ostream file, bool owns_file, const Filename filename, PNMFileType type) | PNMImageHeader | |
maxval | PNMImageHeader | |
merge(const PfmFile other) | PfmFile | |
modifyPoint(int x, int y) | PfmFile | |
modifyPoint2(int x, int y) | PfmFile | |
modifyPoint3(int x, int y) | PfmFile | |
modifyPoint4(int x, int y) | PfmFile | |
multSubImage(const PfmFile copy, int xto, int yto, int xfrom, int yfrom, int x_size, int y_size, float pixel_scale) | PfmFile | |
num_channels | PNMImageHeader | |
operator*=(float multiplier) | PfmFile | |
operator=(const PfmFile copy) | PfmFile | |
panda3d::core::PNMImageHeader::operator=(const PNMImageHeader copy) | PNMImageHeader | |
output(Ostream out) | PfmFile | |
pullSpot(const LPoint4f delta, float xc, float yc, float xr, float yr, float exponent) | PfmFile | |
quickFilterFrom(const PfmFile copy) | PfmFile | |
read(const Filename fullpath) | PfmFile | |
read(PNMReader reader) | PfmFile | |
read(Istream in, const Filename fullpath) | PfmFile | |
readHeader(const Filename filename, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
readHeader(Istream data, str filename, PNMFileType type, bool report_unknown_type) | PNMImageHeader | |
resize(int new_x_size, int new_y_size) | PfmFile | |
reverseDistort(const PfmFile dist, PNFloat32 scale_factor) | PfmFile | |
reverseRows() | PfmFile | |
scale | PfmFile | |
setChannel(int x, int y, int c, PNFloat32 value) | PfmFile | |
setComment(str comment) | PNMImageHeader | |
setNoDataChan4(bool chan4) | PfmFile | |
setNoDataNan(int num_channels) | PfmFile | |
setNoDataThreshold(const LPoint4d no_data_value) | PfmFile | |
setNoDataThreshold(const LPoint4f no_data_value) | PfmFile | |
setNoDataValue(const LPoint4d no_data_value) | PfmFile | |
setNoDataValue(const LPoint4f no_data_value) | PfmFile | |
setPoint(int x, int y, const LVecBase3d point) | PfmFile | |
setPoint(int x, int y, const LVecBase3f point) | PfmFile | |
setPoint1(int x, int y, PNFloat32 point) | PfmFile | |
setPoint2(int x, int y, const LVecBase2d point) | PfmFile | |
setPoint2(int x, int y, const LVecBase2f point) | PfmFile | |
setPoint3(int x, int y, const LVecBase3d point) | PfmFile | |
setPoint3(int x, int y, const LVecBase3f point) | PfmFile | |
setPoint4(int x, int y, const LVecBase4d point) | PfmFile | |
setPoint4(int x, int y, const LVecBase4f point) | PfmFile | |
setScale(PNFloat32 scale) | PfmFile | |
setType(PNMFileType type) | PNMImageHeader | |
setZeroSpecial(bool zero_special) | PfmFile | |
size | PNMImageHeader | |
store(PNMImage pnmimage) | PfmFile | |
storeMask(PNMImage pnmimage) | PfmFile | |
storeMask(PNMImage pnmimage, const LVecBase4f min_point, const LVecBase4f max_point) | PfmFile | |
type | PNMImageHeader | |
valid | PfmFile | |
write(const Filename fullpath) | PfmFile | |
write(PNMWriter writer) | PfmFile | |
write(Ostream out, const Filename fullpath) | PfmFile | |
xform(const LMatrix4d transform) | PfmFile | |
xform(const LMatrix4f transform) | PfmFile |