Package yarp
Class VectorBase
- java.lang.Object
-
- yarp.PortReader
-
- yarp.Portable
-
- yarp.VectorBase
-
public class VectorBase extends Portable
-
-
Field Summary
-
Fields inherited from class yarp.PortReader
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
VectorBase(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
protected static long
getCPtr(VectorBase obj)
int
getElementSize()
long
getListSize()
java.lang.String
getMemoryBlock()
boolean
read(ConnectionReader connection)
void
resize(long size)
boolean
write(ConnectionWriter connection)
-
Methods inherited from class yarp.Portable
copyPortable, getCPtr, getType
-
Methods inherited from class yarp.PortReader
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(VectorBase obj)
-
getElementSize
public int getElementSize()
-
getListSize
public long getListSize()
-
getMemoryBlock
public java.lang.String getMemoryBlock()
-
resize
public void resize(long size)
-
read
public boolean read(ConnectionReader connection)
-
write
public boolean write(ConnectionWriter connection)
-
-