source
newtonian
three_dimensional
point_motion_3d.hpp
Go to the documentation of this file.
1
6
#ifndef POINT_MOTION3D_HPP
7
#define POINT_MOTION3D_HPP 1
8
9
#include "../../3D/GeometryCommon/Vector3D.hpp"
10
12
class
PointMotion3D
13
{
14
public
:
15
20
virtual
Vector3D
operator()
(
const
Vector3D
& pos)
const
= 0;
21
23
virtual
~PointMotion3D
(
void
);
24
};
25
26
#endif // POINT_MOTION3D_HPP
PointMotion3D::~PointMotion3D
virtual ~PointMotion3D(void)
Class destructor.
Definition:
point_motion_3d.cpp:3
PointMotion3D::operator()
virtual Vector3D operator()(const Vector3D &pos) const =0
Returns the velocity of a mesh generating point.
PointMotion3D
Abstract class for point motion.
Definition:
point_motion_3d.hpp:12
Vector3D
3D Mathematical vector
Definition:
Vector3D.hpp:15
Generated on Thu Jun 4 2020 18:12:16 by
1.8.13