DotNet Reference

DotNet Reference

IntVectorVector

Detailed Description

Definition at line 13 of file algorithms/IntVectorVector.cs.

Classes

class  IntVectorVectorEnumerator
 Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More...
 

Public Member Functions

void Dispose ()
 
 IntVectorVector (global::System.Collections.IEnumerable c)
 
 IntVectorVector (global::System.Collections.Generic.IEnumerable< IntVector > c)
 
void CopyTo (IntVector[] array)
 
void CopyTo (IntVector[] array, int arrayIndex)
 
void CopyTo (int index, IntVector[] array, int arrayIndex, int count)
 
IntVector[] ToArray ()
 
IntVectorVectorEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (IntVector x)
 
 IntVectorVector ()
 
 IntVectorVector (IntVectorVector other)
 
 IntVectorVector (int capacity)
 
void AddRange (IntVectorVector values)
 
IntVectorVector GetRange (int index, int count)
 
void Insert (int index, IntVector x)
 
void InsertRange (int index, IntVectorVector values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, IntVectorVector values)
 

Static Public Member Functions

static IntVectorVector Repeat (IntVector value, int count)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
IntVector this[int index] [get, set]
 
int Capacity [get, set]
 
int Count [get]
 
bool IsSynchronized [get]
 

Constructor & Destructor Documentation

◆ IntVectorVector() [1/5]

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

Definition at line 48 of file algorithms/IntVectorVector.cs.

◆ IntVectorVector() [2/5]

IntVectorVector ( global::System.Collections.Generic.IEnumerable< IntVector c)
inline

Definition at line 56 of file algorithms/IntVectorVector.cs.

◆ IntVectorVector() [3/5]

IntVectorVector ( )
inline

Definition at line 243 of file algorithms/IntVectorVector.cs.

◆ IntVectorVector() [4/5]

IntVectorVector ( IntVectorVector  other)
inline

Definition at line 246 of file algorithms/IntVectorVector.cs.

◆ IntVectorVector() [5/5]

IntVectorVector ( int  capacity)
inline

Definition at line 250 of file algorithms/IntVectorVector.cs.

Member Function Documentation

◆ Add()

void Add ( IntVector  x)
inline

Definition at line 224 of file algorithms/IntVectorVector.cs.

◆ AddRange()

void AddRange ( IntVectorVector  values)
inline

Definition at line 271 of file algorithms/IntVectorVector.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 220 of file algorithms/IntVectorVector.cs.

◆ CopyTo() [1/3]

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

Definition at line 118 of file algorithms/IntVectorVector.cs.

◆ CopyTo() [2/3]

void CopyTo ( IntVector[]  array)
inline

Definition at line 108 of file algorithms/IntVectorVector.cs.

◆ CopyTo() [3/3]

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

Definition at line 113 of file algorithms/IntVectorVector.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 31 of file algorithms/IntVectorVector.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 36 of file algorithms/IntVectorVector.cs.

◆ GetEnumerator()

IntVectorVectorEnumerator GetEnumerator ( )
inline

Definition at line 150 of file algorithms/IntVectorVector.cs.

◆ GetRange()

IntVectorVector GetRange ( int  index,
int  count 
)
inline

Definition at line 276 of file algorithms/IntVectorVector.cs.

◆ Insert()

void Insert ( int  index,
IntVector  x 
)
inline

Definition at line 283 of file algorithms/IntVectorVector.cs.

◆ InsertRange()

void InsertRange ( int  index,
IntVectorVector  values 
)
inline

Definition at line 288 of file algorithms/IntVectorVector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 293 of file algorithms/IntVectorVector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 298 of file algorithms/IntVectorVector.cs.

◆ Repeat()

static IntVectorVector Repeat ( IntVector  value,
int  count 
)
inlinestatic

Definition at line 303 of file algorithms/IntVectorVector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 310 of file algorithms/IntVectorVector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 314 of file algorithms/IntVectorVector.cs.

◆ SetRange()

void SetRange ( int  index,
IntVectorVector  values 
)
inline

Definition at line 319 of file algorithms/IntVectorVector.cs.

◆ ToArray()

IntVector [] ToArray ( )
inline

Definition at line 136 of file algorithms/IntVectorVector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 16 of file algorithms/IntVectorVector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 85 of file algorithms/IntVectorVector.cs.

◆ Count

int Count
get

Definition at line 96 of file algorithms/IntVectorVector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 64 of file algorithms/IntVectorVector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 70 of file algorithms/IntVectorVector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 102 of file algorithms/IntVectorVector.cs.

◆ this[int index]

IntVector this[int index]
getset

Definition at line 76 of file algorithms/IntVectorVector.cs.


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