X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_07_rc2%2Fsrc%2Fmodules%2Fmod_openexr%2Fmptr_openexr.h;fp=synfig-core%2Ftags%2Fsynfig_0_61_07_rc2%2Fsrc%2Fmodules%2Fmod_openexr%2Fmptr_openexr.h;h=2ab295f3f85fb48a40995e9958641a57f3be50d3;hb=3078b7103aa069392b711486dbc1eaf6d4804acc;hp=0000000000000000000000000000000000000000;hpb=1d8dc189e3174b7e3c28c865828aecc6bee6d8a3;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_07_rc2/src/modules/mod_openexr/mptr_openexr.h b/synfig-core/tags/synfig_0_61_07_rc2/src/modules/mod_openexr/mptr_openexr.h new file mode 100644 index 0000000..2ab295f --- /dev/null +++ b/synfig-core/tags/synfig_0_61_07_rc2/src/modules/mod_openexr/mptr_openexr.h @@ -0,0 +1,60 @@ +/* === S Y N F I G ========================================================= */ +/*! \file mptr_openexr.h +** \brief Template Header +** +** $Id$ +** +** \legal +** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. +** +** This package is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +** General Public License for more details. +** \endlegal +** +** === N O T E S =========================================================== +** +** ========================================================================= */ + +/* === S T A R T =========================================================== */ + +#ifndef __SYNFIG_MPTR_OPENEXR_H +#define __SYNFIG_MPTR_OPENEXR_H + +/* === H E A D E R S ======================================================= */ + +#include +#include +#include + +/* === M A C R O S ========================================================= */ + +/* === T Y P E D E F S ===================================================== */ + +/* === C L A S S E S & S T R U C T S ======================================= */ + +class exr_mptr : public synfig::Importer +{ + SYNFIG_IMPORTER_MODULE_EXT + +private: + synfig::String filename; +public: + exr_mptr(const char *filename); + ~exr_mptr(); + + + + virtual bool get_frame(synfig::Surface &surface,synfig::Time time, synfig::ProgressCallback *callback); + +}; + +/* === E N D =============================================================== */ + +#endif