MagickWand  6.9.7
pixel-iterator.h File Reference
#include "wand/magick-wand.h"
#include "wand/pixel-wand.h"
Include dependency graph for pixel-iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _PixelIterator PixelIterator
 

Functions

WandExport char * PixelGetIteratorException (const PixelIterator *, ExceptionType *)
 
WandExport ExceptionType PixelGetIteratorExceptionType (const PixelIterator *)
 
WandExport MagickBooleanType IsPixelIterator (const PixelIterator *)
 
WandExport MagickBooleanType PixelClearIteratorException (PixelIterator *)
 
WandExport MagickBooleanType PixelSetIteratorRow (PixelIterator *, const ssize_t)
 
WandExport MagickBooleanType PixelSyncIterator (PixelIterator *)
 
WandExport PixelIteratorClonePixelIterator (const PixelIterator *)
 
WandExport PixelIteratorDestroyPixelIterator (PixelIterator *)
 
WandExport PixelIteratorNewPixelIterator (MagickWand *)
 
WandExport PixelIteratorNewPixelRegionIterator (MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t)
 
WandExport PixelWand ** PixelGetCurrentIteratorRow (PixelIterator *, size_t *)
 
WandExport PixelWand ** PixelGetNextIteratorRow (PixelIterator *, size_t *)
 
WandExport PixelWand ** PixelGetPreviousIteratorRow (PixelIterator *, size_t *)
 
WandExport ssize_t PixelGetIteratorRow (PixelIterator *)
 
WandExport void ClearPixelIterator (PixelIterator *)
 
WandExport void PixelResetIterator (PixelIterator *)
 
WandExport void PixelSetFirstIteratorRow (PixelIterator *)
 
WandExport void PixelSetLastIteratorRow (PixelIterator *)
 

Typedef Documentation

§ PixelIterator

typedef struct _PixelIterator PixelIterator

Function Documentation

§ ClearPixelIterator()

WandExport void ClearPixelIterator ( PixelIterator )

§ ClonePixelIterator()

WandExport PixelIterator* ClonePixelIterator ( const PixelIterator )

§ DestroyPixelIterator()

WandExport PixelIterator * DestroyPixelIterator ( PixelIterator )

§ IsPixelIterator()

WandExport MagickBooleanType IsPixelIterator ( const PixelIterator )

§ NewPixelIterator()

WandExport PixelIterator * NewPixelIterator ( MagickWand )

§ NewPixelRegionIterator()

§ PixelClearIteratorException()

WandExport MagickBooleanType PixelClearIteratorException ( PixelIterator )

§ PixelGetCurrentIteratorRow()

WandExport PixelWand** PixelGetCurrentIteratorRow ( PixelIterator ,
size_t *   
)

§ PixelGetIteratorException()

§ PixelGetIteratorExceptionType()

WandExport ExceptionType PixelGetIteratorExceptionType ( const PixelIterator )

§ PixelGetIteratorRow()

§ PixelGetNextIteratorRow()

WandExport PixelWand ** PixelGetNextIteratorRow ( PixelIterator ,
size_t *   
)

§ PixelGetPreviousIteratorRow()

§ PixelResetIterator()

WandExport void PixelResetIterator ( PixelIterator )

§ PixelSetFirstIteratorRow()

WandExport void PixelSetFirstIteratorRow ( PixelIterator )

§ PixelSetIteratorRow()

WandExport MagickBooleanType PixelSetIteratorRow ( PixelIterator ,
const ssize_t   
)

§ PixelSetLastIteratorRow()

§ PixelSyncIterator()