AppJtReaderPy.cpp File Reference

#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/FileInfo.h>
#include <App/Application.h>
#include <App/Document.h>
#include <Mod/Mesh/App/Core/MeshKernel.h>
#include <Mod/Mesh/App/Core/Elements.h>
#include <Mod/Mesh/App/MeshPy.h>
#include <Mod/Mesh/App/MeshFeature.h>
#include "JtReader.h"

Go to the source code of this file.

Functions

static PyObjectinsert (PyObject *self, PyObject *args)
static PyObjectopen (PyObject *self, PyObject *args)
static PyObjectread (PyObject *self, PyObject *args)

Variables

struct PyMethodDef JtReader_methods []

Function Documentation

static PyObject* insert ( PyObject self,
PyObject args 
) [static]
static PyObject* open ( PyObject self,
PyObject args 
) [static]
static PyObject* read ( PyObject self,
PyObject args 
) [static]

Variable Documentation

struct PyMethodDef JtReader_methods[]
Initial value:
 {
    {"open"       ,open ,       Py_NEWARGS, "open a jt file in a new Document"},                                
    {"insert"     ,insert,      Py_NEWARGS, "isert a jt file in a existing document"},
    {"read"       ,read,        Py_NEWARGS, "Read a Mesh from a jt file and returns a Mesh object."},
    {NULL, NULL}                   
}

Definition at line 230 of file AppJtReaderPy.cpp.

Referenced by initJtReader().


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