+ handling of organized point cloud

This commit is contained in:
wmayer
2016-02-20 22:19:47 +01:00
parent 60e0c447ca
commit 7bdecf9b38
9 changed files with 159 additions and 5 deletions

View File

@@ -57,7 +57,9 @@ PyMODINIT_FUNC initPoints()
// add data types
Points::Feature ::init();
Points::Organized ::init();
Points::FeatureCustom ::init();
Points::OrganizedCustom ::init();
Points::FeaturePython ::init();
Points::ViewFeature ::init();
}