#ifndef __SOP_IKSAMPLE_H_INCLUDED__
#define __SOP_IKSAMPLE_H_INCLUDED__
namespace HDK_Sample
{
{
public:
protected:
const char *
inputLabel(
unsigned input_index)
const override;
private:
bool evaluateSolverParms(
bool setupRestChain();
int STRAIGHTEN(
fpreal t)
const
{
return evalInt(
"straighten", 0, t); }
private:
};
}
#endif // __SOP_IKSAMPLE_H_INCLUDED__