public class
TF_ShapeHandle
Public Constructors
|
TF_ShapeHandle()
Empty constructor.
|
|
|
TF_ShapeHandle(Pointer p)
Pointer cast constructor.
|
Inherited Methods
Public Constructors
public TF_ShapeHandle ()
Empty constructor. Calls super((Pointer)null).
public TF_ShapeHandle (Pointer p)
Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer)).