| Package | Description |
|---|---|
| org.bytedeco.javacpp |
Contains the main set of classes for JavaCPP at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
DoublePointer |
DoublePointer.capacity(int capacity) |
DoublePointer |
DoublePointer.get(double[] array) |
DoublePointer |
DoublePointer.get(double[] array,
int offset,
int length)
Reads a portion of the native array into a Java array.
|
DoublePointer |
DoublePointer.limit(int limit) |
DoublePointer |
DoublePointer.position(int position) |
DoublePointer |
DoublePointer.put(double... array) |
DoublePointer |
DoublePointer.put(double d) |
DoublePointer |
DoublePointer.put(double[] array,
int offset,
int length)
Writes a portion of a Java array into the native array.
|
DoublePointer |
DoublePointer.put(int i,
double d)
Copies the
double value to the i-th element of a native array. |
Copyright © 2014. All Rights Reserved.