| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.llnl.sidl.BaseArray
sidl.FloatComplex.Array
public static class FloatComplex.Array
Define a one dimensional array of type sidl.FloatComplex
 for the sidl Java run-time.  Many of these methods will throw
 array index exceptions if the specified indices are out of bounds.
| Nested Class Summary | |
|---|---|
| static class | FloatComplex.Array.Holder | 
| Field Summary | 
|---|
| Fields inherited from class gov.llnl.sidl.BaseArray | 
|---|
| d_array, d_owner | 
| Constructor Summary | |
|---|---|
|   | FloatComplex.Array()Construct an empty array object. | 
|   | FloatComplex.Array(int dim,
                   int[] lower,
                   int[] upper,
                   boolean isRow)Create an array with the specified lower and upper bounds. | 
| protected  | FloatComplex.Array(long array,
                   boolean owner)Create an array using an IOR array pointer. | 
| Method Summary | |
|---|---|
|  void | _copy(FloatComplex.Array dest)Method Copy copies the elements of 'this' to an already existing array of the same size. | 
|  FloatComplex.Array | _dcast()Casts this array to an array of a defined dimension and returns the resulting array. | 
|  FloatComplex | _get(int i,
     int j,
     int k,
     int l,
     int m,
     int n,
     int o)Native routine to fetch the specified value from the array. | 
|  void | _reallocate(int dim,
            int[] lower,
            int[] upper,
            boolean isRow)Native routine to reallocate data in the array. | 
|  void | _set(int i,
     int j,
     int k,
     int l,
     int m,
     int n,
     int o,
     FloatComplex value)Native routine to set the specified value in the array. | 
|  FloatComplex.Array | _slice(int dimen,
       int[] numElem,
       int[] srcStart,
       int[] srcStride,
       int[] newStart)Slice returns an array that is <= the orignial array. | 
| Methods inherited from class gov.llnl.sidl.BaseArray | 
|---|
| _addRef, _deallocate, _destroy, _dim, _isColumnOrder, _isRowOrder, _length, _lower, _smartCopy, _stride, _type, _upper, checkBounds, checkBounds, checkBounds, checkBounds, checkBounds, checkBounds, checkBounds, checkDimension, checkIndexBounds, checkNullArray, destroy, dim, finalize, get_ior_pointer, get_owner, isNull, lower, reallocate, reset, set_ior_pointer, set_owner, stride, upper | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public FloatComplex.Array()
realllocate before any actions are performed on the
 array data.
protected FloatComplex.Array(long array,
                             boolean owner)
public FloatComplex.Array(int dim,
                          int[] lower,
                          int[] upper,
                          boolean isRow)
| Method Detail | 
|---|
public FloatComplex _get(int i,
                         int j,
                         int k,
                         int l,
                         int m,
                         int n,
                         int o)
public void _set(int i,
                 int j,
                 int k,
                 int l,
                 int m,
                 int n,
                 int o,
                 FloatComplex value)
public void _reallocate(int dim,
                        int[] lower,
                        int[] upper,
                        boolean isRow)
_reallocate in class BaseArray
public FloatComplex.Array _slice(int dimen,
                                 int[] numElem,
                                 int[] srcStart,
                                 int[] srcStride,
                                 int[] newStart)
public void _copy(FloatComplex.Array dest)
public FloatComplex.Array _dcast()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||