mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
34
samples/java/java/CASCADESamplesJni/Graphic3d_StructureManager.java
Executable file
34
samples/java/java/CASCADESamplesJni/Graphic3d_StructureManager.java
Executable file
@@ -0,0 +1,34 @@
|
||||
// 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 CASCADESamplesJni;
|
||||
|
||||
import jcas.Object;
|
||||
|
||||
|
||||
public class Graphic3d_StructureManager extends CASCADESamplesJni.MMgt_TShared {
|
||||
|
||||
static {
|
||||
System.loadLibrary("CASCADESamplesJni");
|
||||
}
|
||||
|
||||
public Graphic3d_StructureManager() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user