|
waLBerla 7.2
|
#include <DynamicBody.h>
Inheritance diagram for walberla::geometry::DynamicBody< Body >:Public Member Functions | |
| DynamicBody (const Body &b) | |
| bool | contains (const Vector3< real_t > &point) const override |
| FastOverlapResult | fastOverlapCheck (const Vector3< real_t > &cellMidpoint, const Vector3< real_t > &dx) const override |
| FastOverlapResult | fastOverlapCheck (const AABB &box) const override |
Public Member Functions inherited from walberla::geometry::AbstractBody | |
| virtual | ~AbstractBody ()=default |
Private Attributes | |
| const Body | body_ |
|
inline |
|
inlineoverridevirtual |
Implements walberla::geometry::AbstractBody.
|
inlineoverridevirtual |
Reimplemented from walberla::geometry::AbstractBody.
|
inlineoverridevirtual |
Reimplemented from walberla::geometry::AbstractBody.
|
private |