VISR  0.11.6
Versatile Interactive Scene Renderer
visr::rbbl::ParametricIirCoefficientBase Class Reference

#include <parametric_iir_coefficient.hpp>

Inheritance diagram for visr::rbbl::ParametricIirCoefficientBase:
visr::rbbl::ParametricIirCoefficient< CoefficientType >

Classes

class  TypeIdTranslator
 

Public Types

enum  Type {
  Type::lowpass, Type::highpass, Type::bandpass, Type::bandstop,
  Type::highshelf, Type::lowshelf, Type::peak, Type::allpass
}
 

Static Public Member Functions

static Type stringToTypeId (std::string const &name)
 
static std::string const & typeIdToString (Type typeId)
 

Member Enumeration Documentation

◆ Type

Enumerator
lowpass 
highpass 
bandpass 
bandstop 
highshelf 
lowshelf 
peak 
allpass 

Member Function Documentation

◆ stringToTypeId()

ParametricIirCoefficientBase::Type visr::rbbl::ParametricIirCoefficientBase::stringToTypeId ( std::string const &  name)
static

◆ typeIdToString()

std::string const & visr::rbbl::ParametricIirCoefficientBase::typeIdToString ( ParametricIirCoefficientBase::Type  typeId)
static

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