#include "PreCompiled.h"
#include <Python.h>
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include "Points.h"
#include "PointsPy.h"
#include "Properties.h"
#include "PropertyPointKernel.h"
#include "FeaturePointsImportAscii.h"
Go to the source code of this file.
Functions | |
void | initPoints () |
Variables | |
struct PyMethodDef | Points_Import_methods [] |
void initPoints | ( | ) |
Definition at line 47 of file AppPoints.cpp.
References Base::Console(), Points::ImportAscii::init(), Points::Export::init(), Points::Feature::init(), Points::PropertyPointKernel::init(), Points::PropertyCurvatureList::init(), Points::PropertyNormalList::init(), Points::PropertyGreyValueList::init(), Points::PropertyGreyValue::init(), Base::Interpreter(), Points_Import_methods, and Points::PointsPy::Type.
struct PyMethodDef Points_Import_methods[] |
Definition at line 136 of file AppPointsPy.cpp.
Referenced by initPoints().