DotNet Reference

DotNet Reference

MPConstraintVector

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]

MPConstraintVector ( global::System.Collections.IEnumerable  c)
inline

Definition at line 48 of file MPConstraintVector.cs.

◆ MPConstraintVector() [2/5]

MPConstraintVector ( global::System.Collections.Generic.IEnumerable< Constraint c)
inline

Definition at line 56 of file MPConstraintVector.cs.

◆ MPConstraintVector() [3/5]

MPConstraintVector ( )
inline

Definition at line 242 of file MPConstraintVector.cs.

◆ MPConstraintVector() [4/5]

Definition at line 245 of file MPConstraintVector.cs.

◆ MPConstraintVector() [5/5]

MPConstraintVector ( int  capacity)
inline

Definition at line 249 of file MPConstraintVector.cs.

Member Function Documentation

◆ Add()

void Add ( Constraint  x)
inline

Definition at line 224 of file MPConstraintVector.cs.

◆ AddRange()

void AddRange ( MPConstraintVector  values)
inline

Definition at line 272 of file MPConstraintVector.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 220 of file MPConstraintVector.cs.

◆ Contains()

bool Contains ( Constraint  value)
inline

Definition at line 325 of file MPConstraintVector.cs.

◆ CopyTo() [1/3]

void CopyTo ( Constraint[]  array)
inline

Definition at line 108 of file MPConstraintVector.cs.

◆ CopyTo() [2/3]

void CopyTo ( Constraint[]  array,
int  arrayIndex 
)
inline

Definition at line 113 of file MPConstraintVector.cs.

◆ CopyTo() [3/3]

void CopyTo ( int  index,
Constraint[]  array,
int  arrayIndex,
int  count 
)
inline

Definition at line 118 of file MPConstraintVector.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 31 of file MPConstraintVector.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 36 of file MPConstraintVector.cs.

◆ GetEnumerator()

MPConstraintVectorEnumerator GetEnumerator ( )
inline

Definition at line 150 of file MPConstraintVector.cs.

◆ GetRange()

MPConstraintVector GetRange ( int  index,
int  count 
)
inline

Definition at line 277 of file MPConstraintVector.cs.

◆ IndexOf()

int IndexOf ( Constraint  value)
inline

Definition at line 330 of file MPConstraintVector.cs.

◆ Insert()

void Insert ( int  index,
Constraint  x 
)
inline

Definition at line 284 of file MPConstraintVector.cs.

◆ InsertRange()

void InsertRange ( int  index,
MPConstraintVector  values 
)
inline

Definition at line 289 of file MPConstraintVector.cs.

◆ LastIndexOf()

int LastIndexOf ( Constraint  value)
inline

Definition at line 335 of file MPConstraintVector.cs.

◆ operator Constraint[]()

static implicit operator Constraint[] ( MPConstraintVector  inVal)
inlinestatic

Definition at line 157 of file LinearConstraint.cs.

◆ operator MPConstraintVector()

static implicit operator MPConstraintVector ( Constraint[]  inVal)
inlinestatic

Definition at line 148 of file LinearConstraint.cs.

◆ Remove()

bool Remove ( Constraint  value)
inline

Definition at line 340 of file MPConstraintVector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 294 of file MPConstraintVector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 299 of file MPConstraintVector.cs.

◆ Repeat()

static MPConstraintVector Repeat ( Constraint  value,
int  count 
)
inlinestatic

Definition at line 304 of file MPConstraintVector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 311 of file MPConstraintVector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 315 of file MPConstraintVector.cs.

◆ SetRange()

void SetRange ( int  index,
MPConstraintVector  values 
)
inline

Definition at line 320 of file MPConstraintVector.cs.

◆ ToArray()

Constraint [] ToArray ( )
inline

Definition at line 136 of file MPConstraintVector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 16 of file MPConstraintVector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 85 of file MPConstraintVector.cs.

◆ Count

int Count
get

Definition at line 96 of file MPConstraintVector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 64 of file MPConstraintVector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 70 of file MPConstraintVector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 102 of file MPConstraintVector.cs.

◆ this[int index]

Constraint this[int index]
getset

Definition at line 76 of file MPConstraintVector.cs.


The documentation for this class was generated from the following files: