@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>"}) @Platform(value="linux",link="nix@.1",preload="hdf5@.7") @Platform(value="windows",link="nix",preload={"hdf5","msvcp120","msvcr120","szip","zlib"}) public class VectorUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VectorUtils.BlockVector
BlockVector
Low level std::vector<nix::Block> wrapper
|
static class |
VectorUtils.DataArrayVector
DataArrayVector
Low level std::vector<nix::DataArray> wrapper
|
static class |
VectorUtils.DimensionVector
DimensionVector
Low level std::vector<nix::Dimension> wrapper
|
static class |
VectorUtils.FeatureVector
FeatureVector
Low level std::vector<nix::Feature> wrapper
|
static class |
VectorUtils.MessageVector
MessageVector
Low level std::vector<nix::valid::Message> wrapper
|
static class |
VectorUtils.MultiTagVector
MultiTagVector
Low level std::vector<nix::MultiTag> wrapper
|
static class |
VectorUtils.PropertyVector
PropertyVector
Low level std::vector<nix::Property> wrapper
|
static class |
VectorUtils.SectionVector
SectionVector
Low level std::vector<nix::Section> wrapper
|
static class |
VectorUtils.SourceVector
SourceVector
Low level std::vector<nix::Source> wrapper
|
static class |
VectorUtils.StringVector
StringVector
Low level std::vector<std::string> wrapper
|
static class |
VectorUtils.TagVector
TagVector
Low level std::vector<nix::Tag> wrapper
|
static class |
VectorUtils.ValueVector
ValueVector
Low level std::vector<nix::Value> wrapper
|
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 © 2016. All rights reserved.