MagickWand  6.9.11-60
Convert, Edit, Or Compose Bitmap Images
wand-view.h
Go to the documentation of this file.
1 /*
2  Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
3  dedicated to making software imaging solutions freely available.
4 
5  You may not use this file except in compliance with the License. You may
6  obtain a copy of the License at
7 
8  https://imagemagick.org/script/license.php
9 
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITTransferNS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15 
16  MagickWand wand view methods.
17 */
18 #ifndef MAGICKWAND_WAND_VIEW_H
19 #define MAGICKWAND_WAND_VIEW_H
20 
21 #if defined(__cplusplus) || defined(c_plusplus)
22 extern "C" {
23 #endif
24 
25 typedef struct _WandView
26  WandView;
27 
28 typedef MagickBooleanType
30  const ssize_t,const int,void *),
31  (*GetWandViewMethod)(const WandView *,const ssize_t,const int,void *),
32  (*SetWandViewMethod)(WandView *,const ssize_t,const int,void *),
33  (*TransferWandViewMethod)(const WandView *,WandView *,const ssize_t,
34  const int,void *),
35  (*UpdateWandViewMethod)(WandView *,const ssize_t,const int,void *);
36 
37 extern WandExport char
38  *GetWandViewException(const WandView *,ExceptionType *);
39 
40 extern WandExport MagickBooleanType
44  IsWandView(const WandView *),
48 
50  *GetWandViewWand(const WandView *);
51 
52 extern WandExport PixelWand
53  **GetWandViewPixels(const WandView *);
54 
55 extern WandExport RectangleInfo
56  GetWandViewExtent(const WandView *);
57 
58 extern WandExport void
60  SetWandViewThreads(WandView *,const size_t);
61 
62 extern WandExport WandView
66  *NewWandViewExtent(MagickWand *,const ssize_t,const ssize_t,const size_t,
67  const size_t);
68 
69 #if defined(__cplusplus) || defined(c_plusplus)
70 }
71 #endif
72 
73 #endif
#define WandExport
Definition: method-attribute.h:71
Definition: magick-wand-private.h:51
Definition: pixel-wand.c:64
Definition: wand-view.c:63
WandExport WandView * NewWandView(MagickWand *)
MagickBooleanType(* DuplexTransferWandViewMethod)(const WandView *, const WandView *, WandView *, const ssize_t, const int, void *)
Definition: wand-view.h:29
WandExport void SetWandViewDescription(WandView *, const char *)
MagickBooleanType(*)(*)(*)(* TransferWandViewMethod)(const WandView *, WandView *, const ssize_t, const int, void *)
Definition: wand-view.h:33
WandExport MagickBooleanType UpdateWandViewIterator(WandView *, UpdateWandViewMethod, void *)
Definition: wand-view.c:1302
MagickBooleanType(*)(* GetWandViewMethod)(const WandView *, const ssize_t, const int, void *)
Definition: wand-view.h:31
WandExport MagickBooleanType DuplexTransferWandViewIterator(WandView *, WandView *, WandView *, DuplexTransferWandViewMethod, void *)
WandExport RectangleInfo GetWandViewExtent(const WandView *)
Definition: wand-view.c:493
WandExport WandView * DestroyWandView(WandView *)
WandExport MagickBooleanType IsWandView(const WandView *)
WandExport MagickBooleanType SetWandViewIterator(WandView *, SetWandViewMethod, void *)
WandExport void SetWandViewThreads(WandView *, const size_t)
Definition: wand-view.c:1066
WandExport WandView * CloneWandView(const WandView *)
WandExport MagickBooleanType GetWandViewIterator(WandView *, GetWandViewMethod, void *)
MagickBooleanType(*)(*)(*)(*)(* UpdateWandViewMethod)(WandView *, const ssize_t, const int, void *)
Definition: wand-view.h:35
WandExport PixelWand ** GetWandViewPixels(const WandView *)
Definition: wand-view.c:651
MagickBooleanType(*)(*)(* SetWandViewMethod)(WandView *, const ssize_t, const int, void *)
Definition: wand-view.h:32
WandExport char * GetWandViewException(const WandView *, ExceptionType *)
Definition: wand-view.c:438
WandExport MagickWand * GetWandViewWand(const WandView *)
Definition: wand-view.c:683
WandExport WandView * NewWandViewExtent(MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t)
Definition: wand-view.c:832
WandExport MagickBooleanType TransferWandViewIterator(WandView *, WandView *, TransferWandViewMethod, void *)