|
MagickWand
7.0.9
Convert, Edit, Or Compose Bitmap Images
|
Data Fields | |
| size_t | id |
| char | name [MagickPathExtent] |
| char * | description |
| RectangleInfo | extent |
| MagickWand * | wand |
| Image * | image |
| CacheView * | view |
| PixelWand *** | pixel_wands |
| ExceptionInfo * | exception |
| MagickBooleanType | debug |
| size_t | signature |
| MagickBooleanType _WandView::debug |
Referenced by CloneWandView(), GetWandViewException(), NewWandView(), and NewWandViewExtent().
| char * _WandView::description |
| ExceptionInfo* _WandView::exception |
| RectangleInfo _WandView::extent |
| size_t _WandView::id |
Referenced by CloneWandView(), DestroyWandView(), NewWandView(), NewWandViewExtent(), and RelinquishWandId().
| Image* _WandView::image |
| char _WandView::name[MagickPathExtent] |
Referenced by CloneWandView(), GetWandViewException(), IsWandView(), NewWandView(), and NewWandViewExtent().
| PixelWand*** _WandView::pixel_wands |
| size_t _WandView::signature |
Referenced by CloneWandView(), DestroyWandView(), DuplexTransferWandViewIterator(), GetWandViewException(), GetWandViewExtent(), GetWandViewIterator(), GetWandViewPixels(), GetWandViewWand(), IsWandView(), NewWandView(), NewWandViewExtent(), SetWandViewDescription(), SetWandViewIterator(), TransferWandViewIterator(), and UpdateWandViewIterator().
| CacheView* _WandView::view |
| MagickWand* _WandView::wand |