TVecList Class

Header: Dew.Math/MtxVec.h · Cross-compiler
tObjecttListtObjectListTVecList

class TVecList : public tObjectList;

List of TVec objects.

List of TVec objects. The list manages the object list. The TVec objects are created and destroyed by the list. List size can be controled with the Count property. Items can be added which already exist with Add(src), by calling Add() method or by setting Count property.

Destructors

NameDescription
~TVecList

Properties

NameTypeDescription
Countint

Methods

NameDescription
Add (2)Creates and adds a new TVec object to the list.
AssignAssigns the source to the calling object.
ComposeColumnMatrixUses all list elements to form columns of the Dst Matrix.
ComposeRowMatrixUses all list elements to form rows of the Dst Matrix.
DecomposeColumnMatrixCopies all columns to the list of vectors.
DecomposeRowMatrixCopies all rows to the list of vectors.
GetItems
Item
LoadFromStreamLoad the list from a stream.
SaveToStreamSave the list to a stream.
SetFullRangeCalls SetFullRange on each of the list elements.
SetItems
SetSubRangeSubranges all rows from the Src Matrix with vectors from the list.

Operators

NameDescription
operator[]