Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

ImageMagick-6.1.1/Magick++/lib/Image.cpp File Reference

#include "Magick++/Include.h"
#include <string>
#include <string.h>
#include <errno.h>
#include <math.h>
#include "Magick++/Image.h"
#include "Magick++/Functions.h"
#include "Magick++/Pixels.h"
#include "Magick++/Options.h"
#include "Magick++/ImageRef.h"

Include dependency graph for Image.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  Magick

Defines

#define MAGICK_IMPLEMENTATION   1
#define AbsoluteValue(x)   ((x) < 0 ? -(x) : (x))

Variables

bool magick_initialized = false


Define Documentation

#define AbsoluteValue  )     ((x) < 0 ? -(x) : (x))
 

Definition at line 24 of file Image.cpp.

#define MAGICK_IMPLEMENTATION   1
 

Definition at line 8 of file Image.cpp.


Variable Documentation

bool magick_initialized = false [static]
 

Definition at line 30 of file Image.cpp.

Referenced by Magick::InitializeMagick(), and Magick::MagickPlusPlusDestroyMagick().


Generated on Mon Oct 25 13:43:23 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC