@Platform(include="<nix/DataView.hpp>") @Platform(value="linux",link="nix@.1",preload="hdf5@.7") @Platform(value="windows",link="nix",preload={"hdf5","msvcp120","msvcr120","szip","zlib"})
@Namespace(value="nix")
public class DataView
extends org.bytedeco.javacpp.Pointer
Constructor and Description |
---|
DataView(DataArray da,
NDSize count,
NDSize offset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
NDSize |
getDataExtent()
Data extent.
|
int |
getDataType()
Get type of data.
|
void |
setDataExtent(NDSize extent)
Set data extent.
|
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, zero
@Name(value="dataExtent") public void setDataExtent(@Const @ByRef NDSize extent)
extent
- Data extent.NDSize
@Name(value="dataExtent") @ByVal public NDSize getDataExtent()
NDSize
Copyright © 2016. All rights reserved.