alrobotmodel  2.1.0.18
 All Classes Functions Variables Enumerations Enumerator
Public Types | Public Member Functions | Public Attributes
Sim::JointSymmetry Class Reference

JointSymmetry defines a symmetry between two joints. More...

#include <alrobotmodel.h>

List of all members.

Public Types

enum  SymmetryType { MIRROR_SYM, MIRROR_ANTISYM }
 the symmetry can be direct or reversed

Public Member Functions

 JointSymmetry ()
 creates an empty JointSymmetry, you should not use this.
 ~JointSymmetry ()
 destructor.
std::pair< const Joint
*, const Joint * > 
symmetricJoints () const
 returns the two symmetric joints.
const JointsymmetricJoint (const Joint *joint) const
 returns the symmetric Joint of the given Joint.
SymmetryType symmetryType () const
 returns the type of the symmetry.

Public Attributes

class JointSymmetryImpl * a_impl
 brief private implementation.

Detailed Description

JointSymmetry defines a symmetry between two joints.

Definition at line 336 of file alrobotmodel.h.


Constructor & Destructor Documentation

creates an empty JointSymmetry, you should not use this.

Warning:
The JointSymmetry being empty, every access to this object will throw.

The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator