MagickWand  6.7.5
pixel-iterator.c File Reference
Include dependency graph for pixel-iterator.c:

Go to the source code of this file.

Data Structures

struct  _PixelIterator

Defines

#define PixelIteratorId   "PixelIterator"

Functions

WandExport void ClearPixelIterator (PixelIterator *iterator)
WandExport PixelIteratorClonePixelIterator (const PixelIterator *iterator)
WandExport PixelIteratorDestroyPixelIterator (PixelIterator *iterator)
WandExport MagickBooleanType IsPixelIterator (const PixelIterator *iterator)
WandExport PixelIteratorNewPixelIterator (MagickWand *wand)
WandExport MagickBooleanType PixelClearIteratorException (PixelIterator *iterator)
WandExport PixelIteratorNewPixelRegionIterator (MagickWand *wand, const ssize_t x, const ssize_t y, const size_t width, const size_t height)
WandExport PixelWand ** PixelGetCurrentIteratorRow (PixelIterator *iterator, size_t *number_wands)
WandExport char * PixelGetIteratorException (const PixelIterator *iterator, ExceptionType *severity)
WandExport ExceptionType PixelGetIteratorExceptionType (const PixelIterator *wand)
WandExport ssize_t PixelGetIteratorRow (PixelIterator *iterator)
WandExport PixelWand ** PixelGetNextIteratorRow (PixelIterator *iterator, size_t *number_wands)
WandExport PixelWand ** PixelGetPreviousIteratorRow (PixelIterator *iterator, size_t *number_wands)
WandExport void PixelResetIterator (PixelIterator *iterator)
WandExport void PixelSetFirstIteratorRow (PixelIterator *iterator)
WandExport MagickBooleanType PixelSetIteratorRow (PixelIterator *iterator, const ssize_t row)
WandExport void PixelSetLastIteratorRow (PixelIterator *iterator)
WandExport MagickBooleanType PixelSyncIterator (PixelIterator *iterator)

Define Documentation

#define PixelIteratorId   "PixelIterator"

Function Documentation

WandExport MagickBooleanType IsPixelIterator ( const PixelIterator iterator)
WandExport MagickBooleanType PixelClearIteratorException ( PixelIterator iterator)
WandExport char* PixelGetIteratorException ( const PixelIterator iterator,
ExceptionType *  severity 
)
WandExport ExceptionType PixelGetIteratorExceptionType ( const PixelIterator wand)
WandExport ssize_t PixelGetIteratorRow ( PixelIterator iterator)
WandExport void PixelResetIterator ( PixelIterator iterator)
WandExport void PixelSetFirstIteratorRow ( PixelIterator iterator)
WandExport MagickBooleanType PixelSetIteratorRow ( PixelIterator iterator,
const ssize_t  row 
)
WandExport void PixelSetLastIteratorRow ( PixelIterator iterator)