File: PyGrabberNode.pxi

package info (click to toggle)
python-pcl 0.3.0~rc1%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 31,388 kB
  • sloc: python: 3,102; cpp: 283; makefile: 181; sh: 24; ansic: 12
file content (19 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-
cimport pcl_defs as cpp
cimport pcl_grabber as pcl_grb

cdef class PyGrabberNode:
    cdef double d_prop

    # def __cinit__(self):
    #     self.thisptr = new PyLibCallBack(callback, <void*>method)

    # def __dealloc__(self):
    #    if self.thisptr:
    #        del self.thisptr

    def Test(self):
        print('PyGrabberNode - Test')
        d_prop = 10.0