NativeMethodscore_Mat_push_back_Vec3w Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_push_back_Vec3w( IntPtr self, Vec3w v )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_push_back_Vec3w ( self As IntPtr, v As Vec3w )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_push_back_Vec3w( IntPtr self, Vec3w v )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_push_back_Vec3w : self : IntPtr * v : Vec3w -> unit
OpenCvSharp.NativeMethods.core_Mat_push_back_Vec3w = function(self, v);