![]() |
PeriDyno 0.8.2
|
Public Member Functions | |
Type | getType () const override |
IElementProperty * | getNext () const override |
DataView | getValue () const override |
int | getCount () const override |
bool | getValues (double *values, int max_size) const override |
bool | getValues (float *values, int max_size) const override |
bool | getValues (u64 *values, int max_size) const override |
bool | getValues (i64 *values, int max_size) const override |
bool | getValues (int *values, int max_size) const override |
![]() | |
virtual | ~IElementProperty () |
virtual Type | getType () const =0 |
virtual IElementProperty * | getNext () const =0 |
virtual DataView | getValue () const =0 |
virtual int | getCount () const =0 |
virtual bool | getValues (double *values, int max_size) const =0 |
virtual bool | getValues (int *values, int max_size) const =0 |
virtual bool | getValues (float *values, int max_size) const =0 |
virtual bool | getValues (u64 *values, int max_size) const =0 |
virtual bool | getValues (i64 *values, int max_size) const =0 |
Public Attributes | |
int | count = 0 |
u8 | type = INTEGER |
DataView | value |
Property * | next = nullptr |
Additional Inherited Members | |
![]() | |
enum | Type : unsigned char { LONG = 'L' , INTEGER = 'I' , STRING = 'S' , FLOAT = 'F' , DOUBLE = 'D' , ARRAY_DOUBLE = 'd' , ARRAY_INT = 'i' , ARRAY_LONG = 'l' , ARRAY_FLOAT = 'f' , BINARY = 'R' } |
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 404 of file ofbx.cpp.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 401 of file ofbx.cpp.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 403 of file ofbx.cpp.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 416 of file ofbx.cpp.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 418 of file ofbx.cpp.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 422 of file ofbx.cpp.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 424 of file ofbx.cpp.
|
inlineoverridevirtual |
Implements ofbx::IElementProperty.
Definition at line 420 of file ofbx.cpp.