Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

normal.engine.implementation.jni.algebra.* (1)normal.engine.implementation.jni.file.* (1)
normal.engine.implementation.jni.maths.* (1)normal.engine.implementation.jni.packet.* (4)
normal.engine.implementation.jni.progress.* (2)normal.engine.implementation.jni.surfaces.* (6)
normal.engine.implementation.jni.triangulation.* (7)

normal.engine.implementation.jni: Javadoc index of package normal.engine.implementation.jni.


Package Samples:

normal.engine.implementation.jni.triangulation: Implements the calculation engine using JNI.  
normal.engine.implementation.jni.algebra
normal.engine.implementation.jni.file
normal.engine.implementation.jni.maths
normal.engine.implementation.jni.packet
normal.engine.implementation.jni.progress
normal.engine.implementation.jni.surfaces

Classes:

JNIShareableObject: Java object associated with an object in an external C++ library through JNI. The protected member cppPtr is a memory pointer to the external C++ object. Through this member variable, a C++ implementation of a native method that is passed only the Java object can thus access the corresponding native C++ object. When a new derivative of JNIShareableObject is created, many constructors may be called. The corresponding native C++ object should not be created in more than one of these constructors. Thus every derivative of JNIShareableObject should provide a constructor taking a single Sentry argument ...
Sentry: Do-nothing sentry class. The sole purpose of this class is to not be mistaken for anything else. It is used to specify the do-nothing constructor for a class derived from JNIShareableObject . When looking for a Sentry to pass to a JNIShareableObject constructor, you can use the pre-existing object Sentry.instance .
JNIEngine: Used when the engine is in an external library to be accessed through JNI. See Engine for more details.
JNILibraryException: Exception thrown when a shared library to be used with JNI could not be loaded.
NJNIAbelianGroup
NJNIFile
NJNIMatrixInt
NJNIContainer
NJNIPacket
NJNIScript
NJNIText
NJNIProgress
NJNIProgressManager
NJNINormalSurface
NJNINormalSurfaceList
NJNISurfaceFilter
NJNISurfaceFilterCombination
NJNISurfaceFilterProperties
NJNISurfaceSubset
NJNIBoundaryComponent
NJNIComponent
NJNIEdge
NJNIFace
NJNITetrahedron
NJNITriangulation

Home | Contact Us | Privacy Policy | Terms of Service