+ add points view feature and command to triangulate it

This commit is contained in:
wmayer
2015-12-30 16:25:08 +01:00
parent 7d96d0f0c8
commit 17d7dd840e
7 changed files with 207 additions and 4 deletions

View File

@@ -33,6 +33,7 @@
#include "PointsPy.h"
#include "Properties.h"
#include "PropertyPointKernel.h"
#include "ViewFeature.h"
/* registration table */
@@ -61,6 +62,7 @@ void PointsExport initPoints()
// add data types
Points::Feature ::init();
Points::FeaturePython ::init();
Points::ViewFeature ::init();
}
} // extern "C"