#include <nvector_SimTK.h>
Public Member Functions | |
N_VectorContent_SimTK () | |
N_VectorContent_SimTK (const Vector &v) | |
N_VectorContent_SimTK (Vector &v) | |
N_VectorContent_SimTK (const N_VectorContent_SimTK &nv) | |
N_VectorContent_SimTK & | operator= (const N_VectorContent_SimTK &nv) |
~N_VectorContent_SimTK () | |
const Vector & | getVector () const |
Vector & | updVector () |
N_VectorContent_SimTK | ( | ) | [inline] |
N_VectorContent_SimTK | ( | const Vector & | v | ) | [inline] |
N_VectorContent_SimTK | ( | Vector & | v | ) | [inline] |
N_VectorContent_SimTK | ( | const N_VectorContent_SimTK & | nv | ) | [inline] |
~N_VectorContent_SimTK | ( | ) | [inline] |
const Vector& getVector | ( | ) | const [inline] |
Referenced by N_Vector_SimTK::getVector().
N_VectorContent_SimTK& operator= | ( | const N_VectorContent_SimTK & | nv | ) | [inline] |
Vector& updVector | ( | ) | [inline] |
Referenced by N_Vector_SimTK::updVector().