@Platform(include={"<vector>","<nix/Block.hpp>","<nix/DataArray.hpp>","<nix/Dimensions.hpp>","<nix/Feature.hpp>","<nix/MultiTag.hpp>","<nix/Property.hpp>","<nix/Section.hpp>","<nix/Source.hpp>","<nix/Tag.hpp>","<nix/Value.hpp>","<nix/valid/helper.hpp>"},link="nix",preload="hdf5") @Platform(value="linux") @Platform(value="windows") public class VectorUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VectorUtils.BlockVector
BlockVector
|
static class |
VectorUtils.DataArrayVector
DataArrayVector
|
static class |
VectorUtils.DimensionVector
DimensionVector
|
static class |
VectorUtils.FeatureVector
FeatureVector
|
static class |
VectorUtils.MessageVector
MessageVector
|
static class |
VectorUtils.MultiTagVector
MultiTagVector
|
static class |
VectorUtils.PropertyVector
PropertyVector
|
static class |
VectorUtils.SectionVector
SectionVector
|
static class |
VectorUtils.SourceVector
SourceVector
|
static class |
VectorUtils.StringVector
StringVector
|
static class |
VectorUtils.TagVector
TagVector
|
static class |
VectorUtils.ValueVector
ValueVector
|
Constructor and Description |
---|
VectorUtils() |
Modifier and Type | Method and Description |
---|---|
static double[] |
convertPointerToArray(org.bytedeco.javacpp.DoublePointer dp)
Converts
DoublePointer to double array. |
static int[] |
convertPointerToArray(org.bytedeco.javacpp.IntPointer ip)
Converts
IntPointer to integer array |
public static int[] convertPointerToArray(org.bytedeco.javacpp.IntPointer ip)
IntPointer
to integer arrayip
- IntPointer
pointer to be convertedpublic static double[] convertPointerToArray(org.bytedeco.javacpp.DoublePointer dp)
DoublePointer
to double array.dp
- DoublePointer
pointer to be convertedCopyright © 2015. All rights reserved.