MBDyn-1.7.3
|
#include <shape.h>
Public Member Functions | |
ShapeOwner (const Shape *pS) | |
virtual | ~ShapeOwner (void) |
virtual doublereal | dGet (doublereal d) const |
virtual doublereal | dGet (doublereal d1, doublereal d2) const |
virtual const Shape * | pGetShape (void) const |
Protected Attributes | |
const Shape * | pShape |
ShapeOwner::ShapeOwner | ( | const Shape * | pS | ) |
|
virtual |
|
virtual |
Definition at line 60 of file shape.cc.
References Shape::dGet(), and pShape.
Referenced by AerodynamicBody::AssJac(), AerodynamicBeam::AssJac(), AerodynamicBeam2::AssJac(), AerodynamicBody::AssVec(), AerodynamicBeam::AssVec(), and AerodynamicBeam2::AssVec().
|
virtual |
Definition at line 66 of file shape.cc.
References Shape::dGet(), and pShape.
|
virtual |
Definition at line 72 of file shape.cc.
References pShape.
Referenced by AerodynamicBody::Restart(), AerodynamicBeam::Restart(), and AerodynamicBeam2::Restart().
|
protected |
Definition at line 68 of file shape.h.
Referenced by dGet(), pGetShape(), ShapeOwner(), and ~ShapeOwner().