PsdVarArray::GetPsdVar()

Get idx-th PSD variable object.

Synopsis

PsdVar &GetPsdVar(int idx)

Arguments

idx: index of the PSD variable.

Return

PSD variable object with index idx.

PsdVarArray::PushBack()

Add a PSD variable object to PSD variable array.

Synopsis

void PushBack(const PsdVar &var)

Arguments

var: a PSD variable object.

PsdVarArray::Reserve()

Reserve capacity to contain at least n items.

Synopsis

void Reserve(int n)

Arguments

n: minimum capacity for PSD variable object.

PsdVarArray::Size()

Get the number of PSD variable objects.

Synopsis

int Size()

Return

number of PSD variable objects.