GAMS  1.4.0
gams::pose::OrientationBounds Class Referenceabstract

Interface for defining a bounds checker for Orientations. More...

#include <Epsilon.h>

Inheritance diagram for gams::pose::OrientationBounds:
gams::pose::PoseBounds gams::pose::Epsilon

Public Member Functions

virtual ~OrientationBounds ()=default
 
virtual bool check_orientation (const pose::Orientation &current, const pose::Orientation &target) const =0
 Override to return whether the current orientation is within the expected bounds of target. More...
 

Detailed Description

Interface for defining a bounds checker for Orientations.

Definition at line 80 of file Epsilon.h.

Constructor & Destructor Documentation

◆ ~OrientationBounds()

virtual gams::pose::OrientationBounds::~OrientationBounds ( )
virtualdefault

Member Function Documentation

◆ check_orientation()

virtual bool gams::pose::OrientationBounds::check_orientation ( const pose::Orientation current,
const pose::Orientation target 
) const
pure virtual

Override to return whether the current orientation is within the expected bounds of target.

Implemented in gams::pose::Epsilon.


The documentation for this class was generated from the following file: