#include <domFx_common_newparam.h>
Definition at line 11 of file domFx_common_newparam.h.
Definition at line 137 of file domFx_common_newparam.h.
Definition at line 134 of file domFx_common_newparam.h.
Definition at line 195 of file domFx_common_newparam.h.
Definition at line 192 of file domFx_common_newparam.h.
Definition at line 253 of file domFx_common_newparam.h.
Definition at line 250 of file domFx_common_newparam.h.
Definition at line 79 of file domFx_common_newparam.h.
Definition at line 76 of file domFx_common_newparam.h.
Definition at line 21 of file domFx_common_newparam.h.
Definition at line 18 of file domFx_common_newparam.h.
domFx_common_newparam::domFx_common_newparam | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 396 of file domFx_common_newparam.h.
virtual domFx_common_newparam::~domFx_common_newparam | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 400 of file domFx_common_newparam.h.
static DLLSPEC daeElementRef domFx_common_newparam::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domFx_common_newparam::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 390 of file domFx_common_newparam.h.
daeElementRefArray& domFx_common_newparam::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 385 of file domFx_common_newparam.h.
virtual COLLADA_TYPE::TypeEnum domFx_common_newparam::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 14 of file domFx_common_newparam.h.
const domFloatRef domFx_common_newparam::getFloat | ( | ) | const [inline] |
Gets the float element.
Definition at line 360 of file domFx_common_newparam.h.
const domFloat2Ref domFx_common_newparam::getFloat2 | ( | ) | const [inline] |
Gets the float2 element.
Definition at line 365 of file domFx_common_newparam.h.
const domFloat3Ref domFx_common_newparam::getFloat3 | ( | ) | const [inline] |
Gets the float3 element.
Definition at line 370 of file domFx_common_newparam.h.
const domFloat4Ref domFx_common_newparam::getFloat4 | ( | ) | const [inline] |
Gets the float4 element.
Definition at line 375 of file domFx_common_newparam.h.
const domFx_sampler2DRef domFx_common_newparam::getSampler2D | ( | ) | const [inline] |
Gets the sampler2D element.
Definition at line 380 of file domFx_common_newparam.h.
const domSemanticRef domFx_common_newparam::getSemantic | ( | ) | const [inline] |
Gets the semantic element.
Definition at line 355 of file domFx_common_newparam.h.
domSid domFx_common_newparam::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 344 of file domFx_common_newparam.h.
static daeInt domFx_common_newparam::ID | ( | ) | [inline, static] |
Definition at line 15 of file domFx_common_newparam.h.
virtual domFx_common_newparam& domFx_common_newparam::operator= | ( | const domFx_common_newparam & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 404 of file domFx_common_newparam.h.
static DLLSPEC daeMetaElement* domFx_common_newparam::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.
void domFx_common_newparam::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 349 of file domFx_common_newparam.h.
virtual daeInt domFx_common_newparam::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 domFx_common_newparam.h.
daeTArray< daeCharArray * > domFx_common_newparam::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 336 of file domFx_common_newparam.h.
daeElementRefArray domFx_common_newparam::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 327 of file domFx_common_newparam.h.
daeUIntArray domFx_common_newparam::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 331 of file domFx_common_newparam.h.
domSid domFx_common_newparam::attrSid [protected] |
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element. Optional attribute.
Definition at line 315 of file domFx_common_newparam.h.
domFloatRef domFx_common_newparam::elemFloat [protected] |
Definition at line 319 of file domFx_common_newparam.h.
domFloat2Ref domFx_common_newparam::elemFloat2 [protected] |
Definition at line 320 of file domFx_common_newparam.h.
domFloat3Ref domFx_common_newparam::elemFloat3 [protected] |
Definition at line 321 of file domFx_common_newparam.h.
domFloat4Ref domFx_common_newparam::elemFloat4 [protected] |
Definition at line 322 of file domFx_common_newparam.h.
Definition at line 323 of file domFx_common_newparam.h.
domSemanticRef domFx_common_newparam::elemSemantic [protected] |
Definition at line 318 of file domFx_common_newparam.h.