OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:daeAtomicType
(Results
1 - 2
of
2
) sorted by null
/external/collada/include/dae/
daeAtomicType.h
23
class
daeAtomicType
;
26
typedef daeTArray<
daeAtomicType
*> daeAtomicTypeArray;
31
* The @c
daeAtomicType
class implements a standard interface for
34
* @c
daeAtomicType
provides a central virtual interface that can be
48
class DLLSPEC
daeAtomicType
54
virtual ~
daeAtomicType
() {}
59
daeAtomicType
(DAE& dae);
95
* Creates a new object of the appropriate type for this
daeAtomicType
and returns it
282
// This is a container class for storing a modifiable list of
daeAtomicType
objects.
293
daeInt append(
daeAtomicType
* t)
[
all
...]
/external/collada/src/dae/
daeAtomicType.cpp
10
#include <dae/
daeAtomicType
.h>
82
daeInt daeAtomicTypeList::append(
daeAtomicType
* t) {
86
const
daeAtomicType
* daeAtomicTypeList::getByIndex(daeInt index) {
94
daeAtomicType
* daeAtomicTypeList::get(daeStringRef typeString) {
108
daeAtomicType
* daeAtomicTypeList::get(daeEnum typeEnum) {
117
daeAtomicType
::
daeAtomicType
(DAE& dae)
130
daeAtomicType
::stringToMemory(daeChar *src, daeChar* dstMemory)
136
void
daeAtomicType
::arrayToString(daeArray& array, std::ostringstream& buffer) {
148
daeAtomicType
::stringToArray(daeChar* src, daeArray& array)
[
all
...]
Completed in 1067 milliseconds