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