#include <domFx_sources.h>
Definition at line 10 of file domFx_sources.h.
Definition at line 82 of file domFx_sources.h.
Definition at line 79 of file domFx_sources.h.
Definition at line 20 of file domFx_sources.h.
Definition at line 17 of file domFx_sources.h.
domFx_sources::domFx_sources | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 200 of file domFx_sources.h.
virtual domFx_sources::~domFx_sources | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 204 of file domFx_sources.h.
static DLLSPEC daeElementRef domFx_sources::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
Reimplemented in domCg_pass::domProgram::domShader::domSources, and domGles2_shader::domSources.
const daeElementRefArray& domFx_sources::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 194 of file domFx_sources.h.
daeElementRefArray& domFx_sources::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 189 of file domFx_sources.h.
virtual COLLADA_TYPE::TypeEnum domFx_sources::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Reimplemented in domCg_pass::domProgram::domShader::domSources, and domGles2_shader::domSources.
Definition at line 13 of file domFx_sources.h.
const domImport_Array& domFx_sources::getImport_array | ( | ) | const [inline] |
Gets the import element array.
Definition at line 184 of file domFx_sources.h.
domImport_Array& domFx_sources::getImport_array | ( | ) | [inline] |
Gets the import element array.
Definition at line 179 of file domFx_sources.h.
const domInline_Array& domFx_sources::getInline_array | ( | ) | const [inline] |
Gets the inline element array.
Definition at line 174 of file domFx_sources.h.
domInline_Array& domFx_sources::getInline_array | ( | ) | [inline] |
Gets the inline element array.
Definition at line 169 of file domFx_sources.h.
static daeInt domFx_sources::ID | ( | ) | [inline, static] |
Reimplemented in domCg_pass::domProgram::domShader::domSources, and domGles2_shader::domSources.
Definition at line 14 of file domFx_sources.h.
virtual domFx_sources& domFx_sources::operator= | ( | const domFx_sources & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 208 of file domFx_sources.h.
static DLLSPEC daeMetaElement* domFx_sources::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.
Reimplemented in domCg_pass::domProgram::domShader::domSources, and domGles2_shader::domSources.
virtual daeInt domFx_sources::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.
Reimplemented in domCg_pass::domProgram::domShader::domSources, and domGles2_shader::domSources.
Definition at line 15 of file domFx_sources.h.
daeTArray< daeCharArray * > domFx_sources::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 161 of file domFx_sources.h.
daeElementRefArray domFx_sources::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 152 of file domFx_sources.h.
daeUIntArray domFx_sources::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 156 of file domFx_sources.h.
domImport_Array domFx_sources::elemImport_array [protected] |
Ref attribute identifies the sid of a code or include element
Definition at line 148 of file domFx_sources.h.
domInline_Array domFx_sources::elemInline_array [protected] |
this is allows you to include some code right here....like a define for an uber shader that is imported
Definition at line 144 of file domFx_sources.h.