+ 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

@@ -87,9 +87,10 @@ PyMODINIT_FUNC initPointsGui()
// instantiating the commands
CreatePointsCommands();
PointsGui::ViewProviderPoints::init();
PointsGui::ViewProviderPython::init();
PointsGui::Workbench ::init();
PointsGui::ViewProviderPoints ::init();
PointsGui::ViewProviderOrganized ::init();
PointsGui::ViewProviderPython ::init();
PointsGui::Workbench ::init();
Gui::ViewProviderBuilder::add(
Points::PropertyPointKernel::getClassTypeId(),
PointsGui::ViewProviderPoints::getClassTypeId());