TDME2 1.9.121
Public Member Functions | List of all members
FloatBuffer Class Reference

Float buffer class. More...

#include <tdme/utilities/FloatBuffer.h>

Inheritance diagram for FloatBuffer:
Inheritance graph
Collaboration diagram for FloatBuffer:
Collaboration graph

Public Member Functions

virtual int32_t getCapacity ()
 
virtual int32_t getPosition ()
 
float get (int32_t position)
 Get a value at given position. More...
 
FloatBufferput (float value)
 Put a float value into float buffer. More...
 
FloatBufferput (const array< float, 2 > &values)
 Put float values into float buffer. More...
 
FloatBufferput (const array< float, 3 > &values)
 Put float values into float buffer. More...
 
FloatBufferput (const array< float, 4 > &values)
 Put float values into float buffer. More...
 
FloatBufferput (const array< float, 16 > &values)
 Put float values into float buffer. More...
 
 FloatBuffer ()
 Default constructor. More...
 
 FloatBuffer (Buffer *buffer)
 Public constructor. More...
 
- Public Member Functions inherited from Buffer
 Buffer (int32_t capacity)
 Public constructor. More...
 
 Buffer (Buffer *buffer)
 Public constructor. More...
 
 Buffer (vector< uint8_t > *data)
 Public constructor. More...
 
virtual ~Buffer ()
 Destructor. More...
 
Bufferclear ()
 Clear. More...
 
virtual int32_t getCapacity ()
 
virtual int32_t getPosition ()
 
virtual BuffersetPosition (int32_t position)
 Set position. More...
 
uint8_t get (int32_t position)
 
Bufferput (uint8_t value)
 Put value into buffer. More...
 
Bufferput (const uint8_t *data, int32_t size)
 Put data into buffer. More...
 
uint8_t * getBuffer ()
 

Detailed Description

Float buffer class.

Author
Andreas Drewke

Definition at line 17 of file FloatBuffer.h.

Constructor & Destructor Documentation

◆ FloatBuffer() [1/2]

FloatBuffer ( )
inline

Default constructor.

Definition at line 97 of file FloatBuffer.h.

◆ FloatBuffer() [2/2]

FloatBuffer ( Buffer buffer)
inline

Public constructor.

Parameters
bufferbuffer

Definition at line 104 of file FloatBuffer.h.

Member Function Documentation

◆ get()

float get ( int32_t  position)
inline

Get a value at given position.

Parameters
positionposition
Returns
value at given position

Definition at line 39 of file FloatBuffer.h.

◆ getCapacity()

virtual int32_t getCapacity ( )
inlinevirtual
Returns
capacity

Reimplemented from Buffer.

Definition at line 23 of file FloatBuffer.h.

◆ getPosition()

virtual int32_t getPosition ( )
inlinevirtual
Returns
position

Reimplemented from Buffer.

Definition at line 30 of file FloatBuffer.h.

◆ put() [1/5]

FloatBuffer * put ( const array< float, 16 > &  values)
inline

Put float values into float buffer.

Parameters
valuesvalues

Definition at line 88 of file FloatBuffer.h.

◆ put() [2/5]

FloatBuffer * put ( const array< float, 2 > &  values)
inline

Put float values into float buffer.

Parameters
valuesvalues

Definition at line 61 of file FloatBuffer.h.

◆ put() [3/5]

FloatBuffer * put ( const array< float, 3 > &  values)
inline

Put float values into float buffer.

Parameters
valuesvalues

Definition at line 70 of file FloatBuffer.h.

◆ put() [4/5]

FloatBuffer * put ( const array< float, 4 > &  values)
inline

Put float values into float buffer.

Parameters
valuesvalues

Definition at line 79 of file FloatBuffer.h.

◆ put() [5/5]

FloatBuffer * put ( float  value)
inline

Put a float value into float buffer.

Parameters
valuevalue

Definition at line 52 of file FloatBuffer.h.


The documentation for this class was generated from the following file: