Exemplo n.º 1
0
//==============================================================================
const std::string& PlanarJoint::getType() const
{
  return getStaticType();
}
Exemplo n.º 2
0
//==============================================================================
const std::string& PrismaticJoint::getType() const
{
    return getStaticType();
}
Exemplo n.º 3
0
//==============================================================================
const std::string& FreeJoint::getType() const
{
  return getStaticType();
}
Exemplo n.º 4
0
//==============================================================================
const std::string& CylinderShape::getType() const
{
  return getStaticType();
}
Exemplo n.º 5
0
//==============================================================================
const std::string& DARTCollisionDetector::getType() const
{
  return getStaticType();
}
Exemplo n.º 6
0
//==============================================================================
const std::string& PlaneShape::getType() const
{
  return getStaticType();
}
Exemplo n.º 7
0
//==============================================================================
const std::string& CapsuleShape::getType() const
{
  return getStaticType();
}
//==============================================================================
const std::string& ConfigurationToEndEffectorPose::getType() const
{
  return getStaticType();
}
Exemplo n.º 9
0
//==============================================================================
const std::string& RevoluteJoint::getType() const
{
  return getStaticType();
}
Exemplo n.º 10
0
//==============================================================================
const std::string& EulerJoint::getType() const
{
  return getStaticType();
}
Exemplo n.º 11
0
//==============================================================================
const std::string& VoxelGridShape::getType() const
{
  return getStaticType();
}
Exemplo n.º 12
0
	// static and dynamic methods are needed
	const std::string &getType() const
	{
		return getStaticType();
	}
Exemplo n.º 13
0
//==============================================================================
const std::string& DantzigBoxedLcpSolver::getType() const
{
  return getStaticType();
}
Exemplo n.º 14
0
//==============================================================================
const std::string& TranslationalJoint::getType() const
{
  return getStaticType();
}
Exemplo n.º 15
0
//==============================================================================
const std::string& SphereShape::getType() const
{
    return getStaticType();
}