Public Member Functions | |
INLINE_FUNCTION_HD | Model (deviceViewType1D< multiRotatingAxis > axis, int32 numAxis) |
INLINE_FUNCTION_HD | Model (const Model &)=default |
INLINE_FUNCTION_HD Model & | operator= (const Model &)=default |
INLINE_FUNCTION_HD realx3 | pointVelocity (int32 n, const realx3 &p) const |
INLINE_FUNCTION_HD realx3 | operator() (int32 n, const realx3 &p) const |
INLINE_FUNCTION_HD realx3 | transferPoint (int32 n, const realx3 p, real dt) const |
INLINE_FUNCTION_HD int32 | numComponents () const |
Protected Attributes | |
deviceViewType1D< multiRotatingAxis > | axis_ |
int32 | numAxis_ =0 |
Definition at line 43 of file multiRotatingAxisMotion.hpp.
|
inline |
Definition at line 53 of file multiRotatingAxisMotion.hpp.
|
default |
|
default |
|
inline |
Definition at line 67 of file multiRotatingAxisMotion.hpp.
References multiRotatingAxisMotion::Model::axis_, and n.
Referenced by multiRotatingAxisMotion::Model::operator()().
|
inline |
Definition at line 73 of file multiRotatingAxisMotion.hpp.
References n, and multiRotatingAxisMotion::Model::pointVelocity().
|
inline |
Definition at line 79 of file multiRotatingAxisMotion.hpp.
References multiRotatingAxisMotion::Model::axis_, and n.
|
inline |
Definition at line 84 of file multiRotatingAxisMotion.hpp.
References multiRotatingAxisMotion::Model::numAxis_.
|
protected |
Definition at line 47 of file multiRotatingAxisMotion.hpp.
Referenced by multiRotatingAxisMotion::Model::pointVelocity(), and multiRotatingAxisMotion::Model::transferPoint().
|
protected |
Definition at line 48 of file multiRotatingAxisMotion.hpp.
Referenced by multiRotatingAxisMotion::Model::numComponents().