#include <GteGVector.h>
Public Member Functions | |
| int | GetSize () const |
| GVector () | |
| GVector (int size) | |
| GVector (int size, int d) | |
| void | MakeUnit (int d) |
| void | MakeZero () |
| bool | operator!= (GVector const &vec) const |
| bool | operator< (GVector const &vec) const |
| bool | operator<= (GVector const &vec) const |
| bool | operator== (GVector const &vec) const |
| bool | operator> (GVector const &vec) const |
| bool | operator>= (GVector const &vec) const |
| Real const & | operator[] (int i) const |
| Real & | operator[] (int i) |
| void | SetSize (int size) |
Static Public Member Functions | |
| static GVector | Unit (int size, int d) |
| static GVector | Zero (int size) |
Protected Attributes | |
| std::vector< Real > | mTuple |
Definition at line 24 of file GteGVector.h.
| gte::GVector< Real >::GVector | ( | ) |
Definition at line 160 of file GteGVector.h.
| gte::GVector< Real >::GVector | ( | int | size | ) |
Definition at line 166 of file GteGVector.h.
| gte::GVector< Real >::GVector | ( | int | size, |
| int | d | ||
| ) |
Definition at line 172 of file GteGVector.h.
|
inline |
Definition at line 191 of file GteGVector.h.
| void gte::GVector< Real >::MakeUnit | ( | int | d | ) |
Definition at line 251 of file GteGVector.h.
| void gte::GVector< Real >::MakeZero | ( | ) |
Definition at line 245 of file GteGVector.h.
|
inline |
Definition at line 215 of file GteGVector.h.
|
inline |
Definition at line 221 of file GteGVector.h.
|
inline |
Definition at line 227 of file GteGVector.h.
|
inline |
Definition at line 209 of file GteGVector.h.
|
inline |
Definition at line 233 of file GteGVector.h.
|
inline |
Definition at line 239 of file GteGVector.h.
|
inline |
Definition at line 197 of file GteGVector.h.
|
inline |
Definition at line 203 of file GteGVector.h.
| void gte::GVector< Real >::SetSize | ( | int | size | ) |
Definition at line 179 of file GteGVector.h.
|
static |
Definition at line 269 of file GteGVector.h.
|
static |
Definition at line 261 of file GteGVector.h.
|
protected |
Definition at line 68 of file GteGVector.h.