#include <domKinematics_limits.h>
Public Member Functions | |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domCommon_float_or_paramRef | getMax () const |
const domCommon_float_or_paramRef | getMin () const |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domKinematics_limits (DAE &dae) | |
virtual domKinematics_limits & | operator= (const domKinematics_limits &cpy) |
virtual | ~domKinematics_limits () |
Protected Attributes | |
domCommon_float_or_paramRef | elemMax |
domCommon_float_or_paramRef | elemMin |
Definition at line 11 of file domKinematics_limits.h.
domKinematics_limits::domKinematics_limits | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 37 of file domKinematics_limits.h.
virtual domKinematics_limits::~domKinematics_limits | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 41 of file domKinematics_limits.h.
static DLLSPEC daeElementRef domKinematics_limits::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domKinematics_limits::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 14 of file domKinematics_limits.h.
const domCommon_float_or_paramRef domKinematics_limits::getMax | ( | ) | const [inline] |
Gets the max element.
Definition at line 32 of file domKinematics_limits.h.
const domCommon_float_or_paramRef domKinematics_limits::getMin | ( | ) | const [inline] |
Gets the min element.
Definition at line 27 of file domKinematics_limits.h.
static daeInt domKinematics_limits::ID | ( | ) | [inline, static] |
Definition at line 15 of file domKinematics_limits.h.
virtual domKinematics_limits& domKinematics_limits::operator= | ( | const domKinematics_limits & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 45 of file domKinematics_limits.h.
static DLLSPEC daeMetaElement* domKinematics_limits::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.
virtual daeInt domKinematics_limits::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.
Implements daeElement.
Definition at line 16 of file domKinematics_limits.h.
Definition at line 20 of file domKinematics_limits.h.
Definition at line 19 of file domKinematics_limits.h.