Method: OpenCV::VectorVectorPoint2f#__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

Returns:

  • (Boolean)


17288
17289
17290
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17288

def __owner__?
    @__obj_ptr__[:bowner]
end