18#ifndef MAGICKWAND_PIXEL_ITERATOR_H
19#define MAGICKWAND_PIXEL_ITERATOR_H
21#include "MagickWand/MagickWand.h"
22#include "MagickWand/pixel-wand.h"
24#if defined(__cplusplus) || defined(c_plusplus)
32 *PixelGetIteratorException(
const PixelIterator *,ExceptionType *);
34extern WandExport ExceptionType
37extern WandExport MagickBooleanType
47 *NewPixelRegionIterator(
MagickWand *,
const ssize_t,
const ssize_t,
const size_t,
55extern WandExport ssize_t
64#if defined(__cplusplus) || defined(c_plusplus)