File tree Expand file tree Collapse file tree 4 files changed +770
-13
lines changed Expand file tree Collapse file tree 4 files changed +770
-13
lines changed Original file line number Diff line number Diff line change @@ -108,17 +108,19 @@ cdef class PointCloud_PointNormal:
108
108
109
109
110
110
# class override(PolygonMesh)
111
- cdef class PolygonMesh:
112
- cdef cpp.PolygonMeshPtr_t thisptr_shared #
113
-
114
- # Buffer protocol support.
115
- # cdef Py_ssize_t _shape[2]
116
- # cdef Py_ssize_t _view_count
117
-
118
- cdef inline cpp.PolygonMesh * thisptr(self ) nogil:
119
- # Shortcut to get raw pointer to underlying PolygonMesh.
120
- return self .thisptr_shared.get()
121
-
111
+ # cdef class PolygonMesh:
112
+ # cdef cpp.PolygonMeshPtr_t thisptr_shared #
113
+ #
114
+ # # Buffer protocol support.
115
+ # # cdef Py_ssize_t _shape[2]
116
+ # # cdef Py_ssize_t _view_count
117
+ #
118
+ # cdef inline cpp.PolygonMesh *thisptr(self) nogil:
119
+ # # Shortcut to get raw pointer to underlying PolygonMesh.
120
+ # return self.thisptr_shared.get()
121
+ #
122
+ #
123
+ # ##
122
124
123
125
# # KdTree
124
126
# class override
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ include "pxi/PointCloud_PointXYZRGBA_180.pxi"
138
138
include " pxi/PointCloud_PointWithViewpoint.pxi"
139
139
include " pxi/PointCloud_Normal.pxi"
140
140
include " pxi/PointCloud_PointNormal.pxi"
141
- include " pxi/PolygonMesh.pxi"
141
+ # include "pxi/PolygonMesh.pxi"
142
142
143
143
# ## common ###
144
144
def deg2rad (float alpha ):
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ include "pxi/PointCloud_PointXYZRGBA_180.pxi"
138
138
include " pxi/PointCloud_PointWithViewpoint.pxi"
139
139
include " pxi/PointCloud_Normal.pxi"
140
140
include " pxi/PointCloud_PointNormal.pxi"
141
- include " pxi/PolygonMesh.pxi"
141
+ # include "pxi/PolygonMesh.pxi"
142
142
143
143
# ## common ###
144
144
def deg2rad (float alpha ):
You can’t perform that action at this time.
0 commit comments