File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77#include " writer.h"
88#include " progress.h"
99#include " volume.h"
10+ #include " voxelizer.h"
1011
1112#include < TopoDS_Shape.hxx>
1213#include < TopoDS_Compound.hxx>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ voxel_operation_map::map_t& voxel_operation_map::map() {
1212 m.insert (std::make_pair (std::string (" create_geometry" ), &instantiate<op_create_geometry>));
1313#endif
1414 m.insert (std::make_pair (std::string (" voxelize" ), &instantiate<op_voxelize>));
15- m.insert (std::make_pair (std::string (" voxelize_ids" ), &instantiate<op_voxelize_ids>));
15+ // m.insert(std::make_pair(std::string("voxelize_ids"), &instantiate<op_voxelize_ids>));
1616 m.insert (std::make_pair (std::string (" fill_gaps" ), &instantiate<op_fill_gaps>));
1717 m.insert (std::make_pair (std::string (" offset" ), &instantiate<op_offset>));
1818 m.insert (std::make_pair (std::string (" offset_xy" ), &instantiate<op_offset_xy>));
You can’t perform that action at this time.
0 commit comments