MBDyn-1.7.3
|
#include <shape_impl.h>
Public Member Functions | |
PiecewiseConstShape1D (int n, doublereal *x, doublereal *v) | |
~PiecewiseConstShape1D (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 45 of file shape_impl.h.
PiecewiseConstShape1D::PiecewiseConstShape1D | ( | int | n, |
doublereal * | x, | ||
doublereal * | v | ||
) |
PiecewiseConstShape1D::~PiecewiseConstShape1D | ( | void | ) |
|
virtual |
|
virtual |
|
protected |
Definition at line 47 of file shape_impl.h.
Referenced by dGet(), PiecewiseConstShape1D(), and Restart().
|
protected |
Definition at line 49 of file shape_impl.h.
Referenced by dGet(), PiecewiseConstShape1D(), Restart(), and ~PiecewiseConstShape1D().
|
protected |
Definition at line 48 of file shape_impl.h.
Referenced by dGet(), PiecewiseConstShape1D(), Restart(), and ~PiecewiseConstShape1D().