|
Public Member Functions |
| virtual void | Dispose () |
| | IRVector (System.Collections.ICollection c) |
| void | CopyTo (System.Array array) |
| void | CopyTo (System.Array array, int arrayIndex) |
| void | CopyTo (int index, System.Array array, int arrayIndex, int count) |
| IRVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (IndexedReal x) |
| | IRVector () |
| | IRVector (int capacity) |
| void | AddRange (IRVector values) |
| IRVector | GetRange (int index, int count) |
| void | Insert (int index, IndexedReal x) |
| void | InsertRange (int index, IRVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, IRVector values) |
Static Public Member Functions |
| IRVector | Repeat (IndexedReal value, int count) |
Protected Attributes |
| bool | swigCMemOwn |
Properties |
| bool | IsFixedSize |
| bool | IsReadOnly |
| IndexedReal | this [int index] |
| int | Capacity |
| int | Count |
| bool | IsSynchronized |
Private Member Functions |
| internal | IRVector (IntPtr cPtr, bool cMemoryOwn) |
| | ~IRVector () |
System.Collections.IEnumerator
System.Collections.IEnumerable. | GetEnumerator () |
| uint | size () |
| uint | capacity () |
| void | reserve (uint n) |
| IndexedReal | getitemcopy (int index) |
| IndexedReal | getitem (int index) |
| void | setitem (int index, IndexedReal val) |
Static Private Member Functions |
| internal HandleRef | getCPtr (IRVector obj) |
Private Attributes |
| HandleRef | swigCPtr |