SAGA API
v9.6
|
This is the complete list of members for CSG_Vector, including all inherited members.
Add(double Scalar) | CSG_Vector | |
Add(const CSG_Vector &Vector) | CSG_Vector | |
Add_Row(double Value=0.) | CSG_Vector | |
Add_Rows(sLong nRows) | CSG_Vector | |
Assign(double Scalar) | CSG_Vector | |
Assign(const CSG_Vector &Vector) | CSG_Vector | |
begin(void) const | CSG_Vector | inline |
cbegin(void) const | CSG_Vector | inline |
cend(void) const | CSG_Vector | inline |
const_iterator typedef | CSG_Vector | |
Create(const CSG_Vector &Vector) | CSG_Vector | |
Create(sLong n, const double *Data=NULL) | CSG_Vector | |
CSG_Vector(void) | CSG_Vector | |
CSG_Vector(const CSG_Vector &Vector) | CSG_Vector | |
CSG_Vector(sLong n, const double *Data=NULL) | CSG_Vector | |
Del_Row(sLong Row=-1) | CSG_Vector | |
Del_Rows(sLong nRows) | CSG_Vector | |
Destroy(void) | CSG_Vector | |
end(void) const | CSG_Vector | inline |
Flip_Values(void) | CSG_Vector | |
from_String(const CSG_String &String) | CSG_Vector | |
Get_Angle(const CSG_Vector &Vector) const | CSG_Vector | |
Get_Cross_Product(const CSG_Vector &Vector) const | CSG_Vector | |
Get_Data(void) const | CSG_Vector | inline |
Get_Data(sLong x) const | CSG_Vector | inline |
Get_Length(void) const | CSG_Vector | |
Get_N(void) const | CSG_Vector | inline |
Get_Row_Count(void) const | CSG_Vector | inline |
Get_Scalar_Product(const CSG_Vector &Vector) const | CSG_Vector | |
Get_Size(void) const | CSG_Vector | inline |
Get_Unity(void) const | CSG_Vector | |
Get_uSize(void) const | CSG_Vector | inline |
is_Collinear(const CSG_Vector &Vector) const | CSG_Vector | |
is_Equal(const CSG_Vector &Vector) const | CSG_Vector | |
is_Null(void) const | CSG_Vector | |
Multiply(double Scalar) | CSG_Vector | |
Multiply(const CSG_Vector &Vector) | CSG_Vector | |
Multiply(const class CSG_Matrix &Matrix) | CSG_Vector | |
Multiply_Cross(const CSG_Vector &Vector) | CSG_Vector | |
Multiply_Scalar(const CSG_Vector &Vector) const | CSG_Vector | |
operator const double *(void) const | CSG_Vector | inline |
operator!=(const CSG_Vector &Vector) const | CSG_Vector | inline |
operator()(sLong x) const | CSG_Vector | inline |
operator*(double Scalar) const | CSG_Vector | |
operator*(const CSG_Vector &Vector) const | CSG_Vector | |
operator*=(double Scalar) | CSG_Vector | |
operator*=(const CSG_Vector &Vector) | CSG_Vector | |
operator*=(const class CSG_Matrix &Matrix) | CSG_Vector | |
operator+(double Scalar) const | CSG_Vector | |
operator+(const CSG_Vector &Vector) const | CSG_Vector | |
operator+=(double Scalar) | CSG_Vector | |
operator+=(const CSG_Vector &Vector) | CSG_Vector | |
operator-(double Scalar) const | CSG_Vector | |
operator-(const CSG_Vector &Vector) const | CSG_Vector | |
operator-=(double Scalar) | CSG_Vector | |
operator-=(const CSG_Vector &Vector) | CSG_Vector | |
operator=(double Scalar) | CSG_Vector | |
operator=(const CSG_Vector &Vector) | CSG_Vector | |
operator==(const CSG_Vector &Vector) const | CSG_Vector | inline |
operator[](sLong x) | CSG_Vector | inline |
operator[](size_t x) | CSG_Vector | inline |
operator[](int x) | CSG_Vector | inline |
operator[](sLong x) const | CSG_Vector | inline |
operator[](size_t x) const | CSG_Vector | inline |
operator[](int x) const | CSG_Vector | inline |
Set_Rows(sLong nRows) | CSG_Vector | |
Set_Unity(void) | CSG_Vector | |
Set_Zero(void) | CSG_Vector | |
Sort(bool bAscending=true) | CSG_Vector | |
Subtract(const CSG_Vector &Vector) | CSG_Vector | |
to_String(int Width=-1, int Precision=-1, bool bScientific=false, const SG_Char *Separator=NULL) const | CSG_Vector | |
~CSG_Vector(void) | CSG_Vector | virtual |