csnd
Class MyfltVector

java.lang.Object
  extended by csnd.MyfltVector

public class MyfltVector
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  MyfltVector()
           
  MyfltVector(int n)
           
protected MyfltVector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void add(double x)
           
 int capacity()
           
 void clear()
           
 void delete()
           
protected  void finalize()
           
 double get(int i)
           
protected static long getCPtr(MyfltVector obj)
           
 boolean isEmpty()
           
 void reserve(int n)
           
 void set(int i, double val)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

MyfltVector

protected MyfltVector(long cPtr,
                      boolean cMemoryOwn)

MyfltVector

public MyfltVector()

MyfltVector

public MyfltVector(int n)
Method Detail

getCPtr

protected static long getCPtr(MyfltVector obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

size

public int size()

capacity

public int capacity()

reserve

public void reserve(int 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)