This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofPixels_< PixelType > Member List
This is the complete list of members for ofPixels_< PixelType >, including all inherited members.
allocate(size_t w, size_t h, size_t channels) | ofPixels_< PixelType > | |
allocate(size_t w, size_t h, ofPixelFormat pixelFormat) | ofPixels_< PixelType > | |
allocate(size_t w, size_t h, ofImageType imageType) | ofPixels_< PixelType > | |
begin() | ofPixels_< PixelType > | inline |
begin() const | ofPixels_< PixelType > | inline |
blendInto(ofPixels_< PixelType > &dst, size_t x, size_t y) const | ofPixels_< PixelType > | |
bytesFromPixelFormat(size_t w, size_t h, ofPixelFormat format) | ofPixels_< PixelType > | static |
clear() | ofPixels_< PixelType > | |
const_iterator typedef | ofPixels_< PixelType > | |
const_reverse_iterator typedef | ofPixels_< PixelType > | |
crop(size_t x, size_t y, size_t width, size_t height) | ofPixels_< PixelType > | |
cropTo(ofPixels_< PixelType > &toPix, size_t x, size_t y, size_t width, size_t height) const | ofPixels_< PixelType > | |
end() | ofPixels_< PixelType > | inline |
end() const | ofPixels_< PixelType > | inline |
getBitsPerChannel() const | ofPixels_< PixelType > | |
getBitsPerPixel() const | ofPixels_< PixelType > | |
getBytesPerChannel() const | ofPixels_< PixelType > | |
getBytesPerPixel() const | ofPixels_< PixelType > | |
getBytesStride() const | ofPixels_< PixelType > | |
getChannel(size_t channel) const | ofPixels_< PixelType > | |
getColor(size_t x, size_t y) const | ofPixels_< PixelType > | |
getColor(size_t index) const | ofPixels_< PixelType > | |
getData() | ofPixels_< PixelType > | |
getData() const | ofPixels_< PixelType > | |
getHeight() const | ofPixels_< PixelType > | |
getImageType() const | ofPixels_< PixelType > | |
getNumChannels() const | ofPixels_< PixelType > | |
getNumPlanes() const | ofPixels_< PixelType > | |
getPixelFormat() const | ofPixels_< PixelType > | |
getPixelIndex(size_t x, size_t y) const | ofPixels_< PixelType > | |
getPlane(size_t plane) | ofPixels_< PixelType > | |
getTotalBytes() const | ofPixels_< PixelType > | |
getWidth() const | ofPixels_< PixelType > | |
isAllocated() const | ofPixels_< PixelType > | |
iterator typedef | ofPixels_< PixelType > | |
mirror(bool vertically, bool horizontal) | ofPixels_< PixelType > | |
mirrorTo(ofPixels_< PixelType > &dst, bool vertically, bool horizontal) const | ofPixels_< PixelType > | |
OF_DEPRECATED_MSG("Use getData instead", PixelType *getPixels()) | ofPixels_< PixelType > | |
OF_DEPRECATED_MSG("Use getData instead", const PixelType *getPixels() const) | ofPixels_< PixelType > | |
ofPixels_() | ofPixels_< PixelType > | |
ofPixels_(const ofPixels_< PixelType > &mom) | ofPixels_< PixelType > | |
ofPixels_(ofPixels_< PixelType > &&mom) | ofPixels_< PixelType > | |
ofPixels_(const ofPixels_< SrcType > &mom) | ofPixels_< PixelType > | |
operator=(const ofPixels_< PixelType > &mom) | ofPixels_< PixelType > | |
operator=(ofPixels_< PixelType > &&mom) | ofPixels_< PixelType > | |
operator=(const ofPixels_< SrcType > &mom) | ofPixels_< PixelType > | |
operator[](size_t pos) const | ofPixels_< PixelType > | |
operator[](size_t pos) | ofPixels_< PixelType > | |
pasteInto(ofPixels_< PixelType > &dst, size_t x, size_t y) const | ofPixels_< PixelType > | |
pixelBitsFromPixelFormat(ofPixelFormat format) | ofPixels_< PixelType > | static |
rbegin() | ofPixels_< PixelType > | inline |
rbegin() const | ofPixels_< PixelType > | inline |
rend() | ofPixels_< PixelType > | inline |
rend() const | ofPixels_< PixelType > | inline |
resize(size_t dstWidth, size_t dstHeight, ofInterpolationMethod interpMethod=OF_INTERPOLATE_NEAREST_NEIGHBOR) | ofPixels_< PixelType > | |
resizeTo(ofPixels_< PixelType > &dst, ofInterpolationMethod interpMethod=OF_INTERPOLATE_NEAREST_NEIGHBOR) const | ofPixels_< PixelType > | |
reverse_iterator typedef | ofPixels_< PixelType > | |
rotate90(int nClockwiseRotations) | ofPixels_< PixelType > | |
rotate90To(ofPixels_< PixelType > &dst, int nClockwiseRotations) const | ofPixels_< PixelType > | |
set(PixelType val) | ofPixels_< PixelType > | |
set(size_t channel, PixelType val) | ofPixels_< PixelType > | |
setChannel(size_t channel, const ofPixels_< PixelType > channelPixels) | ofPixels_< PixelType > | |
setColor(size_t x, size_t y, const ofColor_< PixelType > &color) | ofPixels_< PixelType > | |
setColor(size_t index, const ofColor_< PixelType > &color) | ofPixels_< PixelType > | |
setColor(const ofColor_< PixelType > &color) | ofPixels_< PixelType > | |
setFromAlignedPixels(const PixelType *newPixels, size_t width, size_t height, size_t channels, size_t stride) | ofPixels_< PixelType > | |
setFromAlignedPixels(const PixelType *newPixels, size_t width, size_t height, ofPixelFormat pixelFormat, size_t stride) | ofPixels_< PixelType > | |
setFromAlignedPixels(const PixelType *newPixels, size_t width, size_t height, ofPixelFormat pixelFormat, std::vector< size_t > strides) | ofPixels_< PixelType > | |
setFromExternalPixels(PixelType *newPixels, size_t w, size_t h, size_t channels) | ofPixels_< PixelType > | |
setFromExternalPixels(PixelType *newPixels, size_t w, size_t h, ofPixelFormat pixelFormat) | ofPixels_< PixelType > | |
setFromPixels(const PixelType *newPixels, size_t w, size_t h, size_t channels) | ofPixels_< PixelType > | |
setFromPixels(const PixelType *newPixels, size_t w, size_t h, ofPixelFormat pixelFormat) | ofPixels_< PixelType > | |
setFromPixels(const PixelType *newPixels, size_t w, size_t h, ofImageType type) | ofPixels_< PixelType > | |
setImageType(ofImageType imageType) | ofPixels_< PixelType > | |
setNumChannels(size_t numChannels) | ofPixels_< PixelType > | |
size() const | ofPixels_< PixelType > | |
swap(ofPixels_< PixelType > &pix) | ofPixels_< PixelType > | |
swapRgb() | ofPixels_< PixelType > | |
~ofPixels_() | ofPixels_< PixelType > |