jcuda.jnpp
Class NppiGraphcutState

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.jnpp.NppiGraphcutState

public class NppiGraphcutState
extends jcuda.NativePointerObject

Java port of a NppiGraphcutState


Constructor Summary
NppiGraphcutState()
          Creates a new, uninitialized NppiGraphcutState
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class jcuda.NativePointerObject
equals, getNativePointer, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NppiGraphcutState

public NppiGraphcutState()
Creates a new, uninitialized NppiGraphcutState

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class jcuda.NativePointerObject
Returns:
A String representation of this object.