julia.h

//-----------------------------------------------------------------------------

//$Id: julia.h 189 2007-04-19 10:53:38Z robin $

//

// Copyright (c) 2006 Zanja Technologies, Inc

//

// TRADE SECRETS: PROPRIETARY AND CONFIDENTIAL

// Unpublished material - all rights reserved under the

// Copyright Laws of the United States.

//

// Distributed under license by ESRI, Inc.

// For additional information, contact:

// Environmental Systems Research Institute, Inc.

// 380 New York Street

// Redlands, California, USA 92373

//

/*! \file julia.h

    \brief <TODO: insert file description here>

    \author Robin Princeley

    \date $Date: 2007-04-19 14:53:38 +0400 (Thu, 19 Apr 2007) $

    \version $Revision: 189 $

*/

//-----------------------------------------------------------------------------

#if !defined( ESRI_IMAGESERVER_PLUGIN_JULIA_H )

#define ESRI_IMAGESERVER_PLUGIN_JULIA_H

#pragma warning( push )

#pragma warning( disable: 4267 4018 4251 4005 4244 4311 4800 )

#define _CRT_SECURE_NO_WARNINGS

#define RB_EXPORT_PLUGIN_FUNCTIONS

#define RB_EXPORT_PLUGIN_ReadColorMap

#define RB_EXPORT_PLUGIN_readScanlines

#include <string>

#include <complex>

#include <assert.h>

#include <memory>

#include <windows.h>

#include <RasterCore/FormatCore/rasterbase/source/backends/sdk/FormatCoreSDK.h>

#include "juliapluginreader.h"

#endif