#include <typedarray.h>
Public Member Functions | |
| Float32Array (int size=0, float *data=nullptr, bool copy=true) | |
| Float32Array (const std::initializer_list< float > &array) | |
Public Member Functions inherited from cil::TypedArray< float > | |
| TypedArray () | |
| virtual | ~TypedArray () |
| const float & | operator[] (int index) const |
| float & | operator[] (int index) |
| void | set (int size, float *data=nullptr, bool copy=true) |
| void | clear () |
| int | size () const |
| float * | data () |
| const float * | data () const |
Public Member Functions inherited from cil::ArrayBuffer | |
| ArrayBuffer () | |
| virtual | ~ArrayBuffer () |
Public Member Functions inherited from cil::Variant | |
| Variant () | |
| virtual | ~Variant () |
| const std::string & | type () const |
Additional Inherited Members | |
Protected Attributes inherited from cil::TypedArray< float > | |
| float * | m_data |
| int | m_size |
Protected Attributes inherited from cil::Variant | |
| std::string | m_type |
| cil::Float32Array::Float32Array | ( | int | size = 0, |
| float * | data = nullptr, | ||
| bool | copy = true ) |
| cil::Float32Array::Float32Array | ( | const std::initializer_list< float > & | array | ) |