AppPointsPy.cpp File Reference

#include "PreCompiled.h"
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Base/FileInfo.h>
#include <App/Application.h>
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <App/Property.h>
#include "Points.h"
#include "PointsPy.h"
#include "PointsAlgos.h"
#include "FeaturePointsImportAscii.h"

Go to the source code of this file.

Functions

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

Variables

struct PyMethodDef Points_Import_methods []

Function Documentation

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

Variable Documentation

struct PyMethodDef Points_Import_methods[]
Initial value:
 {
    {"open",  open,   1},                               
    {"insert",insert, 1},
    {"show",show, 1},

    {NULL, NULL}                
}

Definition at line 136 of file AppPointsPy.cpp.

Referenced by initPoints().


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