#include <domSampler.h>
The sampler element declares an N-dimensional function used for animation. Animation function curves are represented by 1-D sampler elements in COLLADA. The sampler defines sampling points and how to interpolate between them.
Definition at line 24 of file 1.4/dom/domSampler.h.
domSampler::domSampler | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 73 of file 1.4/dom/domSampler.h.
virtual domSampler::~domSampler | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 77 of file 1.4/dom/domSampler.h.
domSampler::domSampler | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 95 of file dom/domSampler.h.
virtual domSampler::~domSampler | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 99 of file dom/domSampler.h.
static DLLSPEC daeElementRef domSampler::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
static DLLSPEC daeElementRef domSampler::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
virtual COLLADA_TYPE::TypeEnum domSampler::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 19 of file dom/domSampler.h.
virtual COLLADA_TYPE::TypeEnum domSampler::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 27 of file 1.4/dom/domSampler.h.
xsID domSampler::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 50 of file dom/domSampler.h.
xsID domSampler::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 50 of file 1.4/dom/domSampler.h.
const domInput_local_Array& domSampler::getInput_array | ( | ) | const [inline] |
Gets the input element array.
Definition at line 90 of file dom/domSampler.h.
domInput_local_Array& domSampler::getInput_array | ( | ) | [inline] |
Gets the input element array.
Definition at line 85 of file dom/domSampler.h.
const domInputLocal_Array& domSampler::getInput_array | ( | ) | const [inline] |
Gets the input element array.
Definition at line 68 of file 1.4/dom/domSampler.h.
domInputLocal_Array& domSampler::getInput_array | ( | ) | [inline] |
Gets the input element array.
Definition at line 63 of file 1.4/dom/domSampler.h.
domSampler_behavior domSampler::getPost_behavior | ( | ) | const [inline] |
Gets the post_behavior attribute.
Definition at line 74 of file dom/domSampler.h.
domSampler_behavior domSampler::getPre_behavior | ( | ) | const [inline] |
Gets the pre_behavior attribute.
Definition at line 63 of file dom/domSampler.h.
static daeInt domSampler::ID | ( | ) | [inline, static] |
Definition at line 20 of file dom/domSampler.h.
static daeInt domSampler::ID | ( | ) | [inline, static] |
Definition at line 28 of file 1.4/dom/domSampler.h.
virtual domSampler& domSampler::operator= | ( | const domSampler & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 103 of file dom/domSampler.h.
virtual domSampler& domSampler::operator= | ( | const domSampler & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 81 of file 1.4/dom/domSampler.h.
static DLLSPEC daeMetaElement* domSampler::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* domSampler::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 domSampler::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 55 of file dom/domSampler.h.
void domSampler::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 55 of file 1.4/dom/domSampler.h.
void domSampler::setPost_behavior | ( | domSampler_behavior | atPost_behavior | ) | [inline] |
Sets the post_behavior attribute.
atPost_behavior | The new value for the post_behavior attribute. |
Definition at line 79 of file dom/domSampler.h.
void domSampler::setPre_behavior | ( | domSampler_behavior | atPre_behavior | ) | [inline] |
Sets the pre_behavior attribute.
atPre_behavior | The new value for the pre_behavior attribute. |
Definition at line 68 of file dom/domSampler.h.
virtual daeInt domSampler::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 21 of file dom/domSampler.h.
virtual daeInt domSampler::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 29 of file 1.4/dom/domSampler.h.
xsID domSampler::attrId [protected] |
The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
Definition at line 36 of file 1.4/dom/domSampler.h.
domSampler_behavior domSampler::attrPost_behavior [protected] |
Indicates what the sampled value should be after the last key.
Definition at line 36 of file dom/domSampler.h.
domSampler_behavior domSampler::attrPre_behavior [protected] |
Indicates what the sampled value should be before the first key.
Definition at line 32 of file dom/domSampler.h.
domInput_local_Array domSampler::elemInput_array [protected] |
The input element must occur at least one time. These inputs are local inputs.
Definition at line 43 of file dom/domSampler.h.
domInputLocal_Array domSampler::elemInput_array [protected] |
The input element must occur at least one time. These inputs are local inputs.
Definition at line 43 of file 1.4/dom/domSampler.h.