Magick++ 7.1.0
Include.h File Reference
#include "MagickCore/magick-config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <sys/types.h>
#include <errno.h>
#include <stdint.h>
#include <MagickCore/MagickCore.h>
#include <MagickWand/MagickWand.h>
Include dependency graph for Include.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MagickCore
 
namespace  Magick
 

Macros

#define _MAGICK_CONFIG_H
 
#define MagickPPExport
 
#define MagickPPPrivate
 
#define GetPPException
 
#define GetAndSetPPChannelMask(channel)
 
#define ClonePPDrawException(wand)
 
#define RestorePPChannelMask    MagickCore::SetPixelChannelMask(image(),channel_mask)
 
#define SetPPChannelMask(channel)    (void) MagickCore::SetImageChannelMask(image(),channel)
 
#define ThrowPPDrawException(quiet)
 
#define ThrowPPException(quiet)
 

Macro Definition Documentation

◆ _MAGICK_CONFIG_H

#define _MAGICK_CONFIG_H

Definition at line 14 of file Include.h.

◆ ClonePPDrawException

#define ClonePPDrawException (   wand)
Value:
MagickCore::ExceptionInfo \
*exceptionInfo; \
exceptionInfo=MagickCore::DrawCloneExceptionInfo(wand)

Definition at line 1569 of file Include.h.

◆ GetAndSetPPChannelMask

#define GetAndSetPPChannelMask (   channel)
Value:
MagickCore::ChannelType \
channel_mask; \
channel_mask=MagickCore::SetImageChannelMask(image(),channel)

Definition at line 1565 of file Include.h.

◆ GetPPException

#define GetPPException
Value:
MagickCore::ExceptionInfo \
*exceptionInfo; \
exceptionInfo=MagickCore::AcquireExceptionInfo();

Definition at line 1561 of file Include.h.

◆ MagickPPExport

#define MagickPPExport

Definition at line 297 of file Include.h.

◆ MagickPPPrivate

#define MagickPPPrivate

Definition at line 298 of file Include.h.

◆ RestorePPChannelMask

#define RestorePPChannelMask    MagickCore::SetPixelChannelMask(image(),channel_mask)

Definition at line 1573 of file Include.h.

◆ SetPPChannelMask

#define SetPPChannelMask (   channel)     (void) MagickCore::SetImageChannelMask(image(),channel)

Definition at line 1575 of file Include.h.

◆ ThrowPPDrawException

#define ThrowPPDrawException (   quiet)
Value:
throwException(exceptionInfo,quiet); \
(void) MagickCore::DestroyExceptionInfo(exceptionInfo)

Definition at line 1577 of file Include.h.

◆ ThrowPPException

#define ThrowPPException (   quiet)
Value:
throwException(exceptionInfo,quiet); \
(void) MagickCore::DestroyExceptionInfo(exceptionInfo)

Definition at line 1580 of file Include.h.