Audacity 3.2.0
Classes | Typedefs
Envelope.h File Reference
#include <stdlib.h>
#include <algorithm>
#include <vector>
#include "XMLTagHandler.h"
Include dependency graph for Envelope.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EnvPoint
 EnvPoint, derived from XMLTagHandler, provides Envelope with a draggable point type. More...
 
class  Envelope
 Piecewise linear or piecewise exponential function from double to double. More...
 
class  BoundedEnvelope
 

Typedefs

typedef std::vector< EnvPointEnvArray
 

Typedef Documentation

◆ EnvArray

typedef std::vector<EnvPoint> EnvArray

Definition at line 69 of file Envelope.h.