AppImportPy.cpp File Reference

#include "PreCompiled.h"
#include <stdio.h>
#include <Python.h>
#include <BRep_Builder.hxx>
#include <BRepTools.hxx>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <App/Application.h>
#include <App/Document.h>
#include <App/Feature.h>
#include <App/Property.h>
#include <Mod/Part/App/TopologyPy.h>

Go to the source code of this file.

Functions

static PyObjectopen (PyObject *self, PyObject *args)
static PyObjectsave (PyObject *self, PyObject *args)

Variables

struct PyMethodDef Import_methods []

Function Documentation

static PyObject* open ( PyObject self,
PyObject args 
) [static]
static PyObject* save ( PyObject self,
PyObject args 
) [static]

Definition at line 94 of file AppImportPy.cpp.

Referenced by Gui::Application::~Application().


Variable Documentation

struct PyMethodDef Import_methods[]
Initial value:
 {
    {"open", open, 1},                          
    {"save", save, 1},

    {NULL, NULL}                   
}

Definition at line 113 of file AppImportPy.cpp.

Referenced by initImport().


Generated on Wed Nov 23 19:01:12 2011 for FreeCAD by  doxygen 1.6.1