|
MagickWand
6.9.12-10
Convert, Edit, Or Compose Bitmap Images
|
Data Fields | |
| size_t | id |
| char | name [MaxTextExtent] |
| char * | description |
| RectangleInfo | extent |
| MagickWand * | wand |
| CacheView * | view |
| size_t | number_threads |
| 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().
| char _WandView::name[MaxTextExtent] |
Referenced by CloneWandView(), GetWandViewException(), IsWandView(), NewWandView(), and NewWandViewExtent().
| size_t _WandView::number_threads |
Referenced by CloneWandView(), DestroyWandView(), NewWandView(), NewWandViewExtent(), and SetWandViewThreads().
| PixelWand*** _WandView::pixel_wands |
| size_t _WandView::signature |
Referenced by CloneWandView(), DestroyWandView(), DuplexTransferWandViewIterator(), GetWandViewException(), GetWandViewExtent(), GetWandViewIterator(), GetWandViewPixels(), GetWandViewWand(), IsWandView(), NewWandView(), NewWandViewExtent(), SetWandViewDescription(), SetWandViewIterator(), SetWandViewThreads(), TransferWandViewIterator(), and UpdateWandViewIterator().
| CacheView* _WandView::view |
| MagickWand* _WandView::wand |