|
C++ main module for gpm Package
1.0
|
This is the complete list of members for CORE_Vector< T >, including all inherited members.
| add(const CORE_Vector< T > &v) | CORE_Vector< T > | inline |
| add(const tReal &f, const CORE_Vector< T > &v) | CORE_Vector< T > | inline |
| add(const T &obj) | CORE_Vector< T > | inline |
| addAfterIndex(const int &index, const T &v) | CORE_Vector< T > | |
| addAfterIndices(boost::shared_ptr< CORE_Vector< int > > &p_indices, const CORE_SharedPointersList< CORE_Vector< T > > &values) | CORE_Vector< T > | |
| addInList(const T &obj) | CORE_Vector< T > | inlinevirtual |
| areEqual(const int &a, const int &b) | CORE_List | inlinestatic |
| areEqual(const long int &a, const long int &b) | CORE_List | inlinestatic |
| areEqual(const float &a, const float &b) | CORE_List | inlinestatic |
| areEqual(const double &a, const double &b) | CORE_List | inlinestatic |
| areEqual(const long double &a, const long double &b) | CORE_List | inlinestatic |
| areEqual(const short &a, const short &b) | CORE_List | inlinestatic |
| areEqual(const unsigned char &a, const unsigned char &b) | CORE_List | inlinestatic |
| areEqual(const unsigned long int &a, const unsigned long int &b) | CORE_List | inlinestatic |
| areEqual(const bool &a, const bool &b) | CORE_List | inlinestatic |
| areEqual(const char &a, const char &b) | CORE_List | inlinestatic |
| areEqual(const complex< double > &a, const complex< double > &b) | CORE_List | inlinestatic |
| areEqual(const string &a, const string &b) | CORE_List | inlinestatic |
| begin() | CORE_Vector< T > | inline |
| clear() | CORE_Vector< T > | inlinevirtual |
| compare(const tString &a, const tString &b, const tString &order) | CORE_List | inlinestatic |
| compare(const int &a, const int &b, const tString &order) | CORE_List | inlinestatic |
| compare(const tReal &a, const tReal &b, const tString &order) | CORE_List | inlinestatic |
| copy(const CORE_Vector< Y > &array) | CORE_Vector< T > | inline |
| copy(const CORE_Vector< Y > *array) | CORE_Vector< T > | inline |
| copy(const boost::shared_ptr< CORE_Vector< T > > &array) | CORE_Vector< T > | inline |
| CORE_List() | CORE_List | |
| CORE_Object() | CORE_Object | protected |
| CORE_Vector() | CORE_Vector< T > | |
| CORE_Vector(const int &n) | CORE_Vector< T > | |
| CORE_Vector(const CORE_Vector< T > &v) | CORE_Vector< T > | |
| crossProduct(const CORE_Vector< Q > &a, const CORE_Vector< Q > &b, CORE_Vector< Q > &res) | CORE_Vector< T > | inlinestatic |
| crossProduct(const CORE_Vector< Q > &a, CORE_Vector< Q > &res) const | CORE_Vector< T > | inline |
| distance(const CORE_Vector< Q > &a) const | CORE_Vector< T > | inline |
| distance2(const CORE_Vector< Q > &a) const | CORE_Vector< T > | inline |
| divideBy(const tReal &v) | CORE_Vector< T > | inline |
| exists(const T &obj) const | CORE_Vector< T > | |
| get(int i) const | CORE_Vector< T > | inline |
| get(int i) | CORE_Vector< T > | inline |
| getClassName(const tString &identityString) | CORE_Object | inlinestatic |
| getClassName() const | CORE_Object | |
| getDimension() const | CORE_Vector< T > | inline |
| getIdentityString() const | CORE_Object | inline |
| getLastElement() | CORE_Vector< T > | inline |
| getOutput() | CORE_Object | inlinestatic |
| getPointerAddress() const | CORE_Object | inline |
| getSharedPointer(boost::shared_ptr< CORE_Vector< T > > &p) | CORE_Vector< T > | inline |
| getSharedPointer(boost::shared_ptr< const CORE_Vector< T > > &p) const | CORE_Vector< T > | inline |
| CORE_List::getSharedPointer(SP::CORE_Object &p) | CORE_Object | inline |
| CORE_List::getSharedPointer(SPC::CORE_Object &p) const | CORE_Object | inline |
| getSize() const | CORE_Vector< T > | inline |
| getTypeName() | CORE_Object | inlinestatic |
| getValue(const int &i) const | CORE_Vector< T > | inline |
| getValues() const | CORE_Vector< T > | inline |
| getValues() | CORE_Vector< T > | inline |
| getVector() | CORE_Vector< T > | inline |
| getVector() const | CORE_Vector< T > | inline |
| hasNext() const | CORE_Vector< T > | inline |
| initValues(const T &v) | CORE_Vector< T > | inline |
| insert(int i, const T &obj) | CORE_Vector< T > | |
| insert(const T &obj) | CORE_Vector< T > | inline |
| insertInOrder(const T &obj, const tBoolean &evenIfEqual) | CORE_Vector< T > | |
| is32Architecture() | CORE_Object | inlinestatic |
| is64Architecture() | CORE_Object | static |
| isInstanceOf() const | CORE_Object | inline |
| merge(const CORE_Vector< T > &array) | CORE_Vector< T > | |
| mIsMemoryTesting | CORE_Object | static |
| multiplyBy(const tReal &v) | CORE_Vector< T > | inline |
| New(const boost::shared_ptr< CORE_Vector< T > > &v) | CORE_Vector< T > | inlinestatic |
| New(const CORE_Vector< T > &v) | CORE_Vector< T > | inlinestatic |
| New(const CORE_Vector< T > *v) | CORE_Vector< T > | inlinestatic |
| New() | CORE_Vector< T > | inlinestatic |
| New(const int &dim) | CORE_Vector< T > | inlinestatic |
| next() | CORE_Vector< T > | inline |
| norm() const | CORE_Vector< T > | inline |
| norm2() const | CORE_Vector< T > | inline |
| normalize() | CORE_Vector< T > | inline |
| operator[](int i) const | CORE_Vector< T > | inline |
| operator[](int i) | CORE_Vector< T > | inline |
| outputPrint(const tString &message) | CORE_Object | static |
| permute(const int &i, const int &j) | CORE_Vector< T > | |
| pointer2String(const void *obj) | CORE_Object | static |
| print() | CORE_Object | inlinevirtual |
| print(ostream &out) const | CORE_Object | inlinevirtual |
| print(const tString &message) | CORE_Object | virtual |
| print(const tInteger &str) | CORE_Object | virtual |
| print(const tRelativeInteger &str) | CORE_Object | virtual |
| print(const tReal &str) | CORE_Object | virtual |
| print(const int &str) | CORE_Object | virtual |
| print(ostream &out, const tString &message) | CORE_Object | inlinestatic |
| printObjectsInMemory() | CORE_Object | static |
| remove(const T &obj) | CORE_Vector< T > | |
| remove() | CORE_Vector< T > | inline |
| removeAtIndex(const int &i) | CORE_Vector< T > | |
| reverse() | CORE_Vector< T > | |
| rotX(const tReal &alpha) | CORE_Vector< T > | inline |
| rotZ(const tReal &gamma) | CORE_Vector< T > | inline |
| scalarProduct(const CORE_Vector< Q > &a) const | CORE_Vector< T > | inline |
| scalarProduct(const CORE_Vector< Q > *a) const | CORE_Vector< T > | inline |
| search(const vector< T > &values, const T &value, const tString &order) | CORE_Vector< T > | static |
| search(const T &value, const tString &order) | CORE_Vector< T > | inline |
| set(int i, const T &obj) | CORE_Vector< T > | |
| setCapacity(const int &n) | CORE_Vector< T > | inline |
| setOutput(ostream &out) | CORE_Object | inlinestatic |
| setSize(const int &n) | CORE_Vector< T > | inline |
| setThis(SP::CORE_Object p) | CORE_Object | inlineprotected |
| setType(tString type) | CORE_Object | inlineprotectedvirtual |
| setValue(const int &i, const T &v) | CORE_Vector< T > | inline |
| setValues(const vector< Y > &array) | CORE_Vector< T > | inline |
| setValues(const Y *array, const int &n) | CORE_Vector< T > | inline |
| size() const | CORE_Vector< T > | inline |
| sort(const tString &order) | CORE_Vector< T > | inline |
| sort(vector< T > &items, const tString &order) | CORE_Vector< T > | static |
| sub(const CORE_Vector< T > &v) | CORE_Vector< T > | inline |
| sub(const CORE_Vector< T > &u, const CORE_Vector< T > &v) | CORE_Vector< T > | inline |
| sub(const tReal &f, const CORE_Vector< T > &v) | CORE_Vector< T > | inline |
| toDoAfterThisSetting() | CORE_Object | inlineprotectedvirtual |
| toString() const | CORE_Vector< T > | inlinevirtual |
| ~CORE_List() | CORE_List | virtual |
| ~CORE_Object() | CORE_Object | protectedvirtual |
| ~CORE_Vector() | CORE_Vector< T > | virtual |
1.8.8