MBDyn-1.7.3
|
#include <matvecexp.h>
Public Member Functions | |
ScalExp (void) | |
~ScalExp (void) | |
ScalExp (const ScalExp &vin) | |
ScalExp (const doublereal &d1, const doublereal &d2=0.) | |
const doublereal & | GetVec (void) const |
const doublereal & | GetMom (void) const |
void | PutVec (const doublereal &x) |
void | PutMom (const doublereal &x) |
ScalExp & | operator= (const ScalExp &v) |
ScalExp & | operator+= (const ScalExp &v) |
ScalExp & | operator-= (const ScalExp &v) |
ScalExp | operator+ (void) const |
ScalExp | operator- (void) const |
ScalExp | operator+ (const ScalExp &v) const |
ScalExp | operator- (const ScalExp &v) const |
ScalExp | operator* (const ScalExp &v) const |
ScalExp | operator/ (const ScalExp &v) const |
std::ostream & | Write (std::ostream &out, const char *sFill=" ") const |
Protected Attributes | |
doublereal | vec |
doublereal | mom |
Definition at line 63 of file matvecexp.h.
|
inline |
Definition at line 69 of file matvecexp.h.
References NO_OP.
Referenced by operator*(), operator+(), operator-(), and operator/().
|
inline |
Definition at line 73 of file matvecexp.h.
References NO_OP.
|
inline |
Definition at line 77 of file matvecexp.h.
|
inline |
Definition at line 82 of file matvecexp.h.
|
inline |
Definition at line 94 of file matvecexp.h.
References mom.
Referenced by cos(), exp(), VecExp::operator*(), VecExp::operator/(), operator<<(), pow(), sin(), sqrt(), and Write().
|
inline |
Definition at line 90 of file matvecexp.h.
References vec.
Referenced by cos(), exp(), VecExp::operator*(), VecExp::operator/(), operator<<(), pow(), sin(), sqrt(), and Write().
Definition at line 140 of file matvecexp.h.
References mom, ScalExp(), and vec.
|
inline |
Definition at line 124 of file matvecexp.h.
Definition at line 132 of file matvecexp.h.
References mom, ScalExp(), and vec.
Definition at line 112 of file matvecexp.h.
|
inline |
Definition at line 128 of file matvecexp.h.
References mom, ScalExp(), and vec.
Definition at line 136 of file matvecexp.h.
References mom, ScalExp(), and vec.
Definition at line 118 of file matvecexp.h.
Definition at line 144 of file matvecexp.h.
References mom, ScalExp(), and vec.
Definition at line 106 of file matvecexp.h.
|
inline |
Definition at line 102 of file matvecexp.h.
References mom.
|
inline |
Definition at line 98 of file matvecexp.h.
References vec.
std::ostream & ScalExp::Write | ( | std::ostream & | out, |
const char * | sFill = " " |
||
) | const |
Definition at line 110 of file matvecexp.cc.
References GetMom(), and GetVec().
Referenced by Write().
|
protected |
Definition at line 66 of file matvecexp.h.
Referenced by GetMom(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator=(), PutMom(), and ScalExp().
|
protected |
Definition at line 65 of file matvecexp.h.
Referenced by GetVec(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator=(), PutVec(), and ScalExp().