36 #ifndef sixDoFRigidBodyMotionOrientationConstraint_H 37 #define sixDoFRigidBodyMotionOrientationConstraint_H 46 namespace sixDoFRigidBodyMotionConstraints
Six degree of freedom motion for a rigid body.
virtual autoPtr< sixDoFRigidBodyMotionConstraint > clone() const
Construct and return a clone.
Orientation constraint: fixed in global space.
const word & name() const
Return the name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void constrainTranslation(pointConstraint &) const
Apply and accumulate translational constraints.
Base class for defining constraints for sixDoF motions.
virtual bool read(const dictionary &sDoFRBMCCoeff)
Update properties from given dictionary.
TypeName("orientation")
Runtime type information.
A class for handling words, derived from string.
virtual ~orientation()
Destructor.
virtual void write(Ostream &) const
Write.
Accumulates point constraints through successive applications of the applyConstraint function...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void constrainRotation(pointConstraint &) const
Apply and accumulate rotational constraints.
orientation(const word &name, const dictionary &sDoFRBMCDict, const sixDoFRigidBodyMotion &motion)
Construct from components.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...