#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include "ImagePlane.h"
Go to the source code of this file.
Functions | |
void ImageExport | initImage () |
Variables | |
static struct PyMethodDef | Image_methods [] |
void ImageExport initImage | ( | ) |
Definition at line 28 of file AppImage.cpp.
References Base::Console(), Image_methods, and Image::ImagePlane::init().
struct PyMethodDef Image_methods[] [static] |
{ {NULL, NULL} }
Definition at line 22 of file AppImage.cpp.
Referenced by initImage().