domRigid_constraint::domTechnique_common::domSpring::domLinear Class Reference

#include <domRigid_constraint.h>

Inheritance diagram for domRigid_constraint::domTechnique_common::domSpring::domLinear:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const domTargetable_floatRef getDamping () const
const domTargetableFloatRef getDamping () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
virtual COLLADA_TYPE::TypeEnum getElementType () const
const domTargetable_floatRef getStiffness () const
const domTargetableFloatRef getStiffness () const
const domTargetable_floatRef getTarget_value () const
const domTargetableFloatRef getTarget_value () const
virtual daeInt typeID () const
virtual daeInt typeID () const

Static Public Member Functions

static DLLSPEC daeElementRef create (DAE &dae)
static DLLSPEC daeElementRef create (DAE &dae)
static daeInt ID ()
static daeInt ID ()
static DLLSPEC daeMetaElementregisterElement (DAE &dae)
static DLLSPEC daeMetaElementregisterElement (DAE &dae)

Protected Member Functions

 domLinear (DAE &dae)
 domLinear (DAE &dae)
virtual domLinearoperator= (const domLinear &cpy)
virtual domLinearoperator= (const domLinear &cpy)
virtual ~domLinear ()
virtual ~domLinear ()

Protected Attributes

domTargetable_floatRef elemDamping
domTargetableFloatRef elemDamping
domTargetable_floatRef elemStiffness
domTargetableFloatRef elemStiffness
domTargetable_floatRef elemTarget_value
domTargetableFloatRef elemTarget_value

Detailed Description

The linear spring properties.

Definition at line 787 of file 1.4/dom/domRigid_constraint.h.


Constructor & Destructor Documentation

domRigid_constraint::domTechnique_common::domSpring::domLinear::domLinear ( DAE dae  )  [inline, protected]

Constructor

Definition at line 829 of file 1.4/dom/domRigid_constraint.h.

virtual domRigid_constraint::domTechnique_common::domSpring::domLinear::~domLinear (  )  [inline, protected, virtual]

Destructor

Definition at line 833 of file 1.4/dom/domRigid_constraint.h.

domRigid_constraint::domTechnique_common::domSpring::domLinear::domLinear ( DAE dae  )  [inline, protected]

Constructor

Definition at line 821 of file dom/domRigid_constraint.h.

virtual domRigid_constraint::domTechnique_common::domSpring::domLinear::~domLinear (  )  [inline, protected, virtual]

Destructor

Definition at line 825 of file dom/domRigid_constraint.h.


Member Function Documentation

static DLLSPEC daeElementRef domRigid_constraint::domTechnique_common::domSpring::domLinear::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
static DLLSPEC daeElementRef domRigid_constraint::domTechnique_common::domSpring::domLinear::create ( DAE dae  )  [static]

Creates an instance of this class and returns a daeElementRef referencing it.

Returns:
a daeElementRef referencing an instance of this object.
const domTargetable_floatRef domRigid_constraint::domTechnique_common::domSpring::domLinear::getDamping (  )  const [inline]

Gets the damping element.

Returns:
a daeSmartRef to the damping element.

Definition at line 811 of file dom/domRigid_constraint.h.

const domTargetableFloatRef domRigid_constraint::domTechnique_common::domSpring::domLinear::getDamping (  )  const [inline]

Gets the damping element.

Returns:
a daeSmartRef to the damping element.

Definition at line 819 of file 1.4/dom/domRigid_constraint.h.

virtual COLLADA_TYPE::TypeEnum domRigid_constraint::domTechnique_common::domSpring::domLinear::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 782 of file dom/domRigid_constraint.h.

virtual COLLADA_TYPE::TypeEnum domRigid_constraint::domTechnique_common::domSpring::domLinear::getElementType (  )  const [inline, virtual]

Reimplemented from daeElement.

Definition at line 790 of file 1.4/dom/domRigid_constraint.h.

const domTargetable_floatRef domRigid_constraint::domTechnique_common::domSpring::domLinear::getStiffness (  )  const [inline]

Gets the stiffness element.

Returns:
a daeSmartRef to the stiffness element.

Definition at line 806 of file dom/domRigid_constraint.h.

const domTargetableFloatRef domRigid_constraint::domTechnique_common::domSpring::domLinear::getStiffness (  )  const [inline]

Gets the stiffness element.

Returns:
a daeSmartRef to the stiffness element.

Definition at line 814 of file 1.4/dom/domRigid_constraint.h.

const domTargetable_floatRef domRigid_constraint::domTechnique_common::domSpring::domLinear::getTarget_value (  )  const [inline]

Gets the target_value element.

Returns:
a daeSmartRef to the target_value element.

Definition at line 816 of file dom/domRigid_constraint.h.

const domTargetableFloatRef domRigid_constraint::domTechnique_common::domSpring::domLinear::getTarget_value (  )  const [inline]

Gets the target_value element.

Returns:
a daeSmartRef to the target_value element.

Definition at line 824 of file 1.4/dom/domRigid_constraint.h.

static daeInt domRigid_constraint::domTechnique_common::domSpring::domLinear::ID (  )  [inline, static]

Definition at line 783 of file dom/domRigid_constraint.h.

static daeInt domRigid_constraint::domTechnique_common::domSpring::domLinear::ID (  )  [inline, static]

Definition at line 791 of file 1.4/dom/domRigid_constraint.h.

virtual domLinear& domRigid_constraint::domTechnique_common::domSpring::domLinear::operator= ( const domLinear cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 829 of file dom/domRigid_constraint.h.

virtual domLinear& domRigid_constraint::domTechnique_common::domSpring::domLinear::operator= ( const domLinear cpy  )  [inline, protected, virtual]

Overloaded assignment operator

Definition at line 837 of file 1.4/dom/domRigid_constraint.h.

static DLLSPEC daeMetaElement* domRigid_constraint::domTechnique_common::domSpring::domLinear::registerElement ( DAE dae  )  [static]

Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.

Returns:
A daeMetaElement describing this COLLADA element.
static DLLSPEC daeMetaElement* domRigid_constraint::domTechnique_common::domSpring::domLinear::registerElement ( DAE dae  )  [static]

Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.

Returns:
A daeMetaElement describing this COLLADA element.
virtual daeInt domRigid_constraint::domTechnique_common::domSpring::domLinear::typeID (  )  const [inline, virtual]

Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 784 of file dom/domRigid_constraint.h.

virtual daeInt domRigid_constraint::domTechnique_common::domSpring::domLinear::typeID (  )  const [inline, virtual]

Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.

Returns:
The element's type ID.

Implements daeElement.

Definition at line 792 of file 1.4/dom/domRigid_constraint.h.


Member Data Documentation

The spring damping coefficient.

See also:
domDamping

Definition at line 795 of file dom/domRigid_constraint.h.

The spring damping coefficient.

See also:
domDamping

Definition at line 803 of file 1.4/dom/domRigid_constraint.h.

The stiffness (also called spring coefficient) has units of force/distance.

See also:
domStiffness

Definition at line 791 of file dom/domRigid_constraint.h.

The stiffness (also called spring coefficient) has units of force/distance.

See also:
domStiffness

Definition at line 799 of file 1.4/dom/domRigid_constraint.h.

The spring's target or resting distance.

See also:
domTarget_value

Definition at line 799 of file dom/domRigid_constraint.h.

The spring's target or resting distance.

See also:
domTarget_value

Definition at line 807 of file 1.4/dom/domRigid_constraint.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:31:53 2013