Resizing positions buffer class. More...
#include <avir.h>
Public Attributes | |
int | FracCount |
The number of fractional delay filters in a filter bank used together with this buffer. | |
double | k |
Resizing step. | |
double | o |
Resizing offset. | |
Additional Inherited Members | |
![]() | |
CBuffer (const CBuffer &Source) | |
CBuffer (const int aCapacity, const int aAlignment=0) | |
void | alloc (const int aCapacity, const int aAlignment=0) |
void | forceCapacity (const int NewCapacity) |
void | free () |
int | getCapacity () const |
void | increaseCapacity (const int NewCapacity, const bool DoDataCopy=true) |
operator CResizePos * () const | |
CBuffer & | operator= (const CBuffer &Source) |
void | truncateCapacity (const int NewCapacity) |
void | updateCapacity (const int ReqCapacity) |
Resizing positions buffer class.
This class combines buffer together with variables that define resizing stepping.