MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
ER_Rot::Param_Manip Class Reference

#include <Rot.hh>

Inheritance diagram for ER_Rot::Param_Manip:
Collaboration diagram for ER_Rot::Param_Manip:

Public Member Functions

Vec3 operator<< (const Mat3x3 &m) const
 
void Manipulate (Vec3 &v, const Mat3x3 &m) const
 
- Public Member Functions inherited from Vec3_Manip
virtual ~Vec3_Manip (void)
 

Detailed Description

Definition at line 112 of file Rot.hh.

Member Function Documentation

void ER_Rot::Param_Manip::Manipulate ( Vec3 v,
const Mat3x3 m 
) const
inlinevirtual

Implements Vec3_Manip.

Definition at line 118 of file Rot.hh.

References RotManip::VecRot().

118  {
119  v = RotManip::VecRot(m);
120  };
Vec3 VecRot(const Mat3x3 &Phi)
Definition: Rot.cc:136

Here is the call graph for this function:

Vec3 ER_Rot::Param_Manip::operator<< ( const Mat3x3 m) const
inline

Definition at line 114 of file Rot.hh.

References RotManip::VecRot().

114  {
115  return RotManip::VecRot(m);
116  };
Vec3 VecRot(const Mat3x3 &Phi)
Definition: Rot.cc:136

Here is the call graph for this function:


The documentation for this class was generated from the following file: