MBDyn-1.7.3
|
#include <shape_impl.h>
Public Member Functions | |
BilinearShape2D (doublereal d0, doublereal d1x, doublereal d1y, doublereal d1xy) | |
~BilinearShape2D (void) | |
doublereal | dGet (doublereal dx, doublereal dy) const |
std::ostream & | Restart (std::ostream &out) const |
Public Member Functions inherited from Shape2D | |
virtual | ~Shape2D (void) |
Public Member Functions inherited from Shape | |
virtual | ~Shape (void) |
Protected Attributes | |
doublereal | da0 |
doublereal | da1x |
doublereal | da1y |
doublereal | da1xy |
Definition at line 127 of file shape_impl.h.
BilinearShape2D::BilinearShape2D | ( | doublereal | d0, |
doublereal | d1x, | ||
doublereal | d1y, | ||
doublereal | d1xy | ||
) |
BilinearShape2D::~BilinearShape2D | ( | void | ) |
|
virtual |
|
virtual |
|
protected |
Definition at line 129 of file shape_impl.h.
|
protected |
Definition at line 130 of file shape_impl.h.
|
protected |
Definition at line 132 of file shape_impl.h.
|
protected |
Definition at line 131 of file shape_impl.h.