Buf specialized buffer for floats only.
More...
#include <SoDaBase.hxx>
|
| | CBuf (unsigned int size) |
| unsigned int | size () |
| bool | copy (const std::shared_ptr< Buf< std::complex< float > > > &src) |
| bool | setSize (size_t size) |
| | set the length of the buffer (in number of complex floats.)
|
| std::vector< std::complex< float > > & | getBuf () |
| std::complex< float > & | operator[] (size_t index) |
|
| | Buf (unsigned int size) |
| | constructor: Allocate a complex/real buffer of complex data values
|
| std::vector< std::complex< float > > | buf |
Buf specialized buffer for floats only.
Definition at line 311 of file SoDaBase.hxx.
◆ CBuf()
| SoDa::CBuf::CBuf |
( |
unsigned int | size | ) |
|
◆ make()
| CBufPtr SoDa::CBuf::make |
( |
unsigned int | _size | ) |
|
|
static |
The documentation for this class was generated from the following file: