DotNet Reference

DotNet Reference

IntVectorVector

Detailed Description

Definition at line 17 of file util/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 52 of file util/IntVectorVector.cs.

◆ IntVectorVector() [2/5]

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

Definition at line 60 of file util/IntVectorVector.cs.

◆ IntVectorVector() [3/5]

IntVectorVector ( )
inline

Definition at line 247 of file util/IntVectorVector.cs.

◆ IntVectorVector() [4/5]

IntVectorVector ( IntVectorVector  other)
inline

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

◆ IntVectorVector() [5/5]

IntVectorVector ( int  capacity)
inline

Definition at line 254 of file util/IntVectorVector.cs.

Member Function Documentation

◆ Add()

void Add ( IntVector  x)
inline

Definition at line 228 of file util/IntVectorVector.cs.

◆ AddRange()

void AddRange ( IntVectorVector  values)
inline

Definition at line 275 of file util/IntVectorVector.cs.

◆ Clear()

void Clear ( )
inline

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

◆ CopyTo() [1/3]

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

Definition at line 122 of file util/IntVectorVector.cs.

◆ CopyTo() [2/3]

void CopyTo ( IntVector[]  array)
inline

Definition at line 112 of file util/IntVectorVector.cs.

◆ CopyTo() [3/3]

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

Definition at line 117 of file util/IntVectorVector.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 35 of file util/IntVectorVector.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 40 of file util/IntVectorVector.cs.

◆ GetEnumerator()

IntVectorVectorEnumerator GetEnumerator ( )
inline

Definition at line 154 of file util/IntVectorVector.cs.

◆ GetRange()

IntVectorVector GetRange ( int  index,
int  count 
)
inline

Definition at line 280 of file util/IntVectorVector.cs.

◆ Insert()

void Insert ( int  index,
IntVector  x 
)
inline

Definition at line 287 of file util/IntVectorVector.cs.

◆ InsertRange()

void InsertRange ( int  index,
IntVectorVector  values 
)
inline

Definition at line 292 of file util/IntVectorVector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 297 of file util/IntVectorVector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 302 of file util/IntVectorVector.cs.

◆ Repeat()

static IntVectorVector Repeat ( IntVector  value,
int  count 
)
inlinestatic

Definition at line 307 of file util/IntVectorVector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

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

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 318 of file util/IntVectorVector.cs.

◆ SetRange()

void SetRange ( int  index,
IntVectorVector  values 
)
inline

Definition at line 323 of file util/IntVectorVector.cs.

◆ ToArray()

IntVector [] ToArray ( )
inline

Definition at line 140 of file util/IntVectorVector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 20 of file util/IntVectorVector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 89 of file util/IntVectorVector.cs.

◆ Count

int Count
get

Definition at line 100 of file util/IntVectorVector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 68 of file util/IntVectorVector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 74 of file util/IntVectorVector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 106 of file util/IntVectorVector.cs.

◆ this[int index]

IntVector this[int index]
getset

Definition at line 80 of file util/IntVectorVector.cs.


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