reference

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() constofPixels_< PixelType >inline
blendInto(ofPixels_< PixelType > &dst, size_t x, size_t y) constofPixels_< PixelType >
bytesFromPixelFormat(size_t w, size_t h, ofPixelFormat format)ofPixels_< PixelType >static
clear()ofPixels_< PixelType >
const_iterator typedefofPixels_< PixelType >
const_reverse_iterator typedefofPixels_< 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) constofPixels_< PixelType >
end()ofPixels_< PixelType >inline
end() constofPixels_< PixelType >inline
getBitsPerChannel() constofPixels_< PixelType >
getBitsPerPixel() constofPixels_< PixelType >
getBytesPerChannel() constofPixels_< PixelType >
getBytesPerPixel() constofPixels_< PixelType >
getBytesStride() constofPixels_< PixelType >
getChannel(size_t channel) constofPixels_< PixelType >
getColor(size_t x, size_t y) constofPixels_< PixelType >
getColor(size_t index) constofPixels_< PixelType >
getData()ofPixels_< PixelType >
getData() constofPixels_< PixelType >
getHeight() constofPixels_< PixelType >
getImageType() constofPixels_< PixelType >
getNumChannels() constofPixels_< PixelType >
getNumPlanes() constofPixels_< PixelType >
getPixelFormat() constofPixels_< PixelType >
getPixelIndex(size_t x, size_t y) constofPixels_< PixelType >
getPlane(size_t plane)ofPixels_< PixelType >
getTotalBytes() constofPixels_< PixelType >
getWidth() constofPixels_< PixelType >
isAllocated() constofPixels_< PixelType >
iterator typedefofPixels_< PixelType >
mirror(bool vertically, bool horizontal)ofPixels_< PixelType >
mirrorTo(ofPixels_< PixelType > &dst, bool vertically, bool horizontal) constofPixels_< 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) constofPixels_< PixelType >
operator[](size_t pos)ofPixels_< PixelType >
pasteInto(ofPixels_< PixelType > &dst, size_t x, size_t y) constofPixels_< PixelType >
pixelBitsFromPixelFormat(ofPixelFormat format)ofPixels_< PixelType >static
rbegin()ofPixels_< PixelType >inline
rbegin() constofPixels_< PixelType >inline
rend()ofPixels_< PixelType >inline
rend() constofPixels_< 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) constofPixels_< PixelType >
reverse_iterator typedefofPixels_< PixelType >
rotate90(int nClockwiseRotations)ofPixels_< PixelType >
rotate90To(ofPixels_< PixelType > &dst, int nClockwiseRotations) constofPixels_< 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() constofPixels_< PixelType >
swap(ofPixels_< PixelType > &pix)ofPixels_< PixelType >
swapRgb()ofPixels_< PixelType >
~ofPixels_()ofPixels_< PixelType >