#include <domSource.h>

Public Member Functions | |
| const domAccessorRef | getAccessor () const |
| const domAccessorRef | getAccessor () const |
| virtual COLLADA_TYPE::TypeEnum | getElementType () const |
| virtual COLLADA_TYPE::TypeEnum | getElementType () 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 daeMetaElement * | registerElement (DAE &dae) |
| static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
| domTechnique_common (DAE &dae) | |
| domTechnique_common (DAE &dae) | |
| virtual domTechnique_common & | operator= (const domTechnique_common &cpy) |
| virtual domTechnique_common & | operator= (const domTechnique_common &cpy) |
| virtual | ~domTechnique_common () |
| virtual | ~domTechnique_common () |
Protected Attributes | |
| domAccessorRef | elemAccessor |
The technique common specifies the common method for accessing this source element's data.
Definition at line 46 of file 1.4/dom/domSource.h.
| domSource::domTechnique_common::domTechnique_common | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 70 of file 1.4/dom/domSource.h.
| virtual domSource::domTechnique_common::~domTechnique_common | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 74 of file 1.4/dom/domSource.h.
| domSource::domTechnique_common::domTechnique_common | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 64 of file dom/domSource.h.
| virtual domSource::domTechnique_common::~domTechnique_common | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 68 of file dom/domSource.h.
| static DLLSPEC daeElementRef domSource::domTechnique_common::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| static DLLSPEC daeElementRef domSource::domTechnique_common::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| const domAccessorRef domSource::domTechnique_common::getAccessor | ( | ) | const [inline] |
Gets the accessor element.
Definition at line 59 of file dom/domSource.h.
| const domAccessorRef domSource::domTechnique_common::getAccessor | ( | ) | const [inline] |
Gets the accessor element.
Definition at line 65 of file 1.4/dom/domSource.h.
| virtual COLLADA_TYPE::TypeEnum domSource::domTechnique_common::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 43 of file dom/domSource.h.
| virtual COLLADA_TYPE::TypeEnum domSource::domTechnique_common::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 49 of file 1.4/dom/domSource.h.
| static daeInt domSource::domTechnique_common::ID | ( | ) | [inline, static] |
Definition at line 44 of file dom/domSource.h.
| static daeInt domSource::domTechnique_common::ID | ( | ) | [inline, static] |
Definition at line 50 of file 1.4/dom/domSource.h.
| virtual domTechnique_common& domSource::domTechnique_common::operator= | ( | const domTechnique_common & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 72 of file dom/domSource.h.
| virtual domTechnique_common& domSource::domTechnique_common::operator= | ( | const domTechnique_common & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 78 of file 1.4/dom/domSource.h.
| static DLLSPEC daeMetaElement* domSource::domTechnique_common::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.
| static DLLSPEC daeMetaElement* domSource::domTechnique_common::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 domSource::domTechnique_common::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 45 of file dom/domSource.h.
| virtual daeInt domSource::domTechnique_common::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 51 of file 1.4/dom/domSource.h.
The source's technique_common must have one and only one accessor.
Definition at line 58 of file 1.4/dom/domSource.h.