code cleanup
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
|
||||
if(PCL_FOUND)
|
||||
add_definitions(-DHAVE_PCL)
|
||||
endif(PCL_FOUND)
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
|
||||
@@ -134,7 +134,7 @@ public:
|
||||
virtual void updateData(const App::Property*);
|
||||
|
||||
protected:
|
||||
virtual void cut( const std::vector<SbVec2f>& picked, Gui::View3DInventorViewer &Viewer);
|
||||
virtual void cut(const std::vector<SbVec2f>& picked, Gui::View3DInventorViewer &Viewer);
|
||||
|
||||
protected:
|
||||
SoPointSet * pcPoints;
|
||||
|
||||
Reference in New Issue
Block a user