mirror of
https://github.com/opencv/opencv.git
synced 2024-12-02 16:00:17 +08:00
16 lines
290 B
Prolog
16 lines
290 B
Prolog
|
//
|
||
|
// This file is auto-generated. Please don't modify it!
|
||
|
//
|
||
|
package org.opencv.$module;
|
||
|
|
||
|
$imports
|
||
|
|
||
|
$docs
|
||
|
$annotation
|
||
|
public class $jname {
|
||
|
|
||
|
protected final long nativeObj;
|
||
|
protected $jname(long addr) { nativeObj = addr; }
|
||
|
|
||
|
public long getNativeObjAddr() { return nativeObj; }
|