MBDyn-1.7.3
|
#include <shape_impl.h>
Public Member Functions | |
PiecewiseLinearShape1D (int n, doublereal *x, doublereal *v) | |
~PiecewiseLinearShape1D (void) | |
doublereal | dGet (doublereal d, doublereal=0.) const |
std::ostream & | Restart (std::ostream &out) const |
Public Member Functions inherited from Shape1D | |
virtual | ~Shape1D (void) |
Public Member Functions inherited from Shape | |
virtual | ~Shape (void) |
Protected Attributes | |
int | nPoints |
doublereal * | pdX |
doublereal * | pdV |
Definition at line 76 of file shape_impl.h.
PiecewiseLinearShape1D::PiecewiseLinearShape1D | ( | int | n, |
doublereal * | x, | ||
doublereal * | v | ||
) |
PiecewiseLinearShape1D::~PiecewiseLinearShape1D | ( | void | ) |
|
virtual |
|
virtual |
|
protected |
Definition at line 78 of file shape_impl.h.
Referenced by dGet(), PiecewiseLinearShape1D(), and Restart().
|
protected |
Definition at line 80 of file shape_impl.h.
Referenced by dGet(), PiecewiseLinearShape1D(), Restart(), and ~PiecewiseLinearShape1D().
|
protected |
Definition at line 79 of file shape_impl.h.
Referenced by dGet(), PiecewiseLinearShape1D(), Restart(), and ~PiecewiseLinearShape1D().