1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-16 10:54:53 +03:00
occt/samples/java/java/SampleViewer3DJni/Graphic3d_Array2OfVertexN.java
2012-03-05 19:23:40 +04:00

42 lines
971 B
Java
Executable File

// Java Native Class from Cas.Cade
// Copyright (C) 1991,1999 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
//
package SampleViewer3DJni;
public class Graphic3d_Array2OfVertexN extends jcas.Object {
static {
System.loadLibrary("SampleViewer3DJni");
}
public Graphic3d_Array2OfVertexN() {
}
public native static void FinalizeValue(long anHID);
public void finalize() {
synchronized(myCasLock) {
if ( aVirer != 0 ) FinalizeValue(HID);
HID = 0;
}
}
}