Method: OpenCV::VectorVectorPoint2f.rbind_to_native

Defined in:
lib/ruby/ropencv/ropencv_types.rb

.rbind_to_native(obj, context) ⇒ Object

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.



17248
17249
17250
17251
17252
17253
17254
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17248

def self.rbind_to_native(obj,context)
    if obj.is_a? VectorVectorPoint2f
        obj.__obj_ptr__
    else
        raise TypeError, "expected kind of #{name}, was #{obj.class}"
    end
end