pixel-iterator.c File Reference

#include "wand/studio.h"
#include "wand/MagickWand.h"
#include "wand/magick-wand-private.h"
#include "wand/pixel-iterator.h"
#include "wand/pixel-wand.h"
#include "wand/wand.h"
Include dependency graph for pixel-iterator.c:

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 *iterator)
WandExport ssize_t PixelGetIteratorRow (PixelIterator *iterator)
WandExport PixelWand ** PixelGetNextIteratorRow (PixelIterator *iterator, size_t *number_wands)
WandExport PixelWand ** PixelGetPreviousRow (PixelIterator *iterator)
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 void ClearPixelIterator ( PixelIterator iterator  ) 
WandExport PixelIterator* ClonePixelIterator ( const PixelIterator iterator  ) 
WandExport PixelIterator* DestroyPixelIterator ( PixelIterator iterator  ) 
WandExport MagickBooleanType IsPixelIterator ( const PixelIterator iterator  ) 
WandExport PixelIterator* NewPixelIterator ( MagickWand wand  ) 
WandExport PixelIterator* NewPixelRegionIterator ( MagickWand wand,
const ssize_t  x,
const ssize_t  y,
const size_t  width,
const size_t  height 
)
WandExport MagickBooleanType PixelClearIteratorException ( PixelIterator iterator  ) 
WandExport PixelWand** PixelGetCurrentIteratorRow ( PixelIterator iterator,
size_t *  number_wands 
)
WandExport char* PixelGetIteratorException ( const PixelIterator iterator,
ExceptionType *  severity 
)
WandExport ExceptionType PixelGetIteratorExceptionType ( const PixelIterator iterator  ) 
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 PixelWand** PixelGetPreviousRow ( 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  ) 
WandExport MagickBooleanType PixelSyncIterator ( PixelIterator iterator  ) 

Generated on 18 May 2020 for MagickWand by  doxygen 1.6.1