Package yarp
Class DVector
- java.lang.Object
-
- yarp.DVector
-
public class DVector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(double x)
long
capacity()
void
clear()
void
delete()
protected void
finalize()
double
get(int i)
protected static long
getCPtr(DVector obj)
boolean
isEmpty()
void
reserve(long n)
void
set(int i, double val)
long
size()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(DVector obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
size
public long size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
clear
public void clear()
-
add
public void add(double x)
-
get
public double get(int i)
-
set
public void set(int i, double val)
-
-