DotNet Reference
DotNet Reference
Detailed Description
Definition at line 13 of file MPConstraintVector.cs.
Classes | |
| class | MPConstraintVectorEnumerator |
| Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More... | |
Public Member Functions | |
| void | Dispose () |
| MPConstraintVector (global::System.Collections.IEnumerable c) | |
| MPConstraintVector (global::System.Collections.Generic.IEnumerable< Constraint > c) | |
| void | CopyTo (Constraint[] array) |
| void | CopyTo (Constraint[] array, int arrayIndex) |
| void | CopyTo (int index, Constraint[] array, int arrayIndex, int count) |
| Constraint[] | ToArray () |
| MPConstraintVectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (Constraint x) |
| MPConstraintVector () | |
| MPConstraintVector (MPConstraintVector other) | |
| MPConstraintVector (int capacity) | |
| void | AddRange (MPConstraintVector values) |
| MPConstraintVector | GetRange (int index, int count) |
| void | Insert (int index, Constraint x) |
| void | InsertRange (int index, MPConstraintVector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, MPConstraintVector values) |
| bool | Contains (Constraint value) |
| int | IndexOf (Constraint value) |
| int | LastIndexOf (Constraint value) |
| bool | Remove (Constraint value) |
Static Public Member Functions | |
| static MPConstraintVector | Repeat (Constraint value, int count) |
| static implicit | operator MPConstraintVector (Constraint[] inVal) |
| static implicit | operator Constraint[] (MPConstraintVector inVal) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| bool | IsFixedSize [get] |
| bool | IsReadOnly [get] |
| Constraint | this[int index] [get, set] |
| int | Capacity [get, set] |
| int | Count [get] |
| bool | IsSynchronized [get] |
Constructor & Destructor Documentation
◆ MPConstraintVector() [1/5]
|
inline |
Definition at line 48 of file MPConstraintVector.cs.
◆ MPConstraintVector() [2/5]
|
inline |
Definition at line 56 of file MPConstraintVector.cs.
◆ MPConstraintVector() [3/5]
|
inline |
Definition at line 242 of file MPConstraintVector.cs.
◆ MPConstraintVector() [4/5]
|
inline |
Definition at line 245 of file MPConstraintVector.cs.
◆ MPConstraintVector() [5/5]
|
inline |
Definition at line 249 of file MPConstraintVector.cs.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 224 of file MPConstraintVector.cs.
◆ AddRange()
|
inline |
Definition at line 272 of file MPConstraintVector.cs.
◆ Clear()
|
inline |
Definition at line 220 of file MPConstraintVector.cs.
◆ Contains()
|
inline |
Definition at line 325 of file MPConstraintVector.cs.
◆ CopyTo() [1/3]
|
inline |
Definition at line 108 of file MPConstraintVector.cs.
◆ CopyTo() [2/3]
|
inline |
Definition at line 113 of file MPConstraintVector.cs.
◆ CopyTo() [3/3]
|
inline |
Definition at line 118 of file MPConstraintVector.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 31 of file MPConstraintVector.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 36 of file MPConstraintVector.cs.
◆ GetEnumerator()
|
inline |
Definition at line 150 of file MPConstraintVector.cs.
◆ GetRange()
|
inline |
Definition at line 277 of file MPConstraintVector.cs.
◆ IndexOf()
|
inline |
Definition at line 330 of file MPConstraintVector.cs.
◆ Insert()
|
inline |
Definition at line 284 of file MPConstraintVector.cs.
◆ InsertRange()
|
inline |
Definition at line 289 of file MPConstraintVector.cs.
◆ LastIndexOf()
|
inline |
Definition at line 335 of file MPConstraintVector.cs.
◆ operator Constraint[]()
|
inlinestatic |
Definition at line 157 of file LinearConstraint.cs.
◆ operator MPConstraintVector()
|
inlinestatic |
Definition at line 148 of file LinearConstraint.cs.
◆ Remove()
|
inline |
Definition at line 340 of file MPConstraintVector.cs.
◆ RemoveAt()
|
inline |
Definition at line 294 of file MPConstraintVector.cs.
◆ RemoveRange()
|
inline |
Definition at line 299 of file MPConstraintVector.cs.
◆ Repeat()
|
inlinestatic |
Definition at line 304 of file MPConstraintVector.cs.
◆ Reverse() [1/2]
|
inline |
Definition at line 311 of file MPConstraintVector.cs.
◆ Reverse() [2/2]
|
inline |
Definition at line 315 of file MPConstraintVector.cs.
◆ SetRange()
|
inline |
Definition at line 320 of file MPConstraintVector.cs.
◆ ToArray()
|
inline |
Definition at line 136 of file MPConstraintVector.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 16 of file MPConstraintVector.cs.
Property Documentation
◆ Capacity
|
getset |
Definition at line 85 of file MPConstraintVector.cs.
◆ Count
|
get |
Definition at line 96 of file MPConstraintVector.cs.
◆ IsFixedSize
|
get |
Definition at line 64 of file MPConstraintVector.cs.
◆ IsReadOnly
|
get |
Definition at line 70 of file MPConstraintVector.cs.
◆ IsSynchronized
|
get |
Definition at line 102 of file MPConstraintVector.cs.
◆ this[int index]
|
getset |
Definition at line 76 of file MPConstraintVector.cs.
The documentation for this class was generated from the following files: