Skip to content

Commit 8035461

Browse files
committed
comment PolygonMesh
1 parent f8e427d commit 8035461

File tree

4 files changed

+770
-13
lines changed

4 files changed

+770
-13
lines changed

pcl/_pcl.pxd

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,19 @@ cdef class PointCloud_PointNormal:
108108

109109

110110
# 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+
###
122124

123125
## KdTree
124126
# class override

pcl/_pcl_180.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ include "pxi/PointCloud_PointXYZRGBA_180.pxi"
138138
include "pxi/PointCloud_PointWithViewpoint.pxi"
139139
include "pxi/PointCloud_Normal.pxi"
140140
include "pxi/PointCloud_PointNormal.pxi"
141-
include "pxi/PolygonMesh.pxi"
141+
# include "pxi/PolygonMesh.pxi"
142142

143143
### common ###
144144
def deg2rad(float alpha):

pcl/_pcl_181.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ include "pxi/PointCloud_PointXYZRGBA_180.pxi"
138138
include "pxi/PointCloud_PointWithViewpoint.pxi"
139139
include "pxi/PointCloud_Normal.pxi"
140140
include "pxi/PointCloud_PointNormal.pxi"
141-
include "pxi/PolygonMesh.pxi"
141+
# include "pxi/PolygonMesh.pxi"
142142

143143
### common ###
144144
def deg2rad(float alpha):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy