Method: OpenCV::PtrAlgorithm#__owner__?
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
#__owner__? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
returns true if the underlying pointer is owner of the real object
16089 16090 16091 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 16089 def __owner__? @__obj_ptr__[:bowner] end |