clVector::DisableSubrange Method

void DisableSubrange() const;

Prevents calls to clVector::SetSubRange.

Remarks:

Prevents calls to clVector::SetSubRange method. This can be usefull guard when an object is already working on a subrange and the user would like to further subrange an already subranged object.

See Also: clVector::DisableSubrange, clVector::EnableSubrange
Declared in Dew::Math::clVector · Dew.Math/clMtxExpr.h · Cross-compiler