![]() |
VISR
0.11.1
Versatile Interactive Scene Renderer
|
#include <biquad_parameter.hpp>
Public Member Functions | |
BiquadParameterMatrix (MatrixParameterConfig const &config) | |
BiquadParameterMatrix (ParameterConfigBase const &config) | |
virtual | ~BiquadParameterMatrix () override |
![]() | |
TypedParameterBase ()=default | |
virtual | ~TypedParameterBase ()=default |
ParameterType | type () final |
std::unique_ptr< ParameterBase > | clone () const final |
void | assign (ParameterBase const &rhs) override |
![]() | |
ParameterBase () | |
ParameterBase (const ParameterBase &) | |
ParameterBase & | operator= (const ParameterBase &) |
virtual | ~ParameterBase () |
![]() | |
BiquadCoefficientMatrix (std::size_t numberOfFilters, std::size_t numberOfBiquads) | |
~BiquadCoefficientMatrix () | |
std::size_t | numberOfFilters () const |
std::size_t | numberOfSections () const |
void | resize (std::size_t numberOfFilters, std::size_t numberOfBiquads) |
BiquadCoefficientList< CoeffType > const & | operator[] (std::size_t rowIdx) const |
BiquadCoefficientList< CoeffType > & | operator[] (std::size_t rowIdx) |
BiquadCoefficient< CoeffType > const & | operator() (std::size_t rowIdx, std::size_t colIdx) const |
BiquadCoefficient< CoeffType > & | operator() (std::size_t rowIdx, std::size_t colIdx) |
void | setFilter (std::size_t filterIdx, BiquadCoefficientList< CoeffType > const &newFilter) |
void | loadJson (boost::property_tree::ptree const &tree) |
void | loadJson (std::basic_istream< char > &stream) |
void | loadJson (std::string const &str) |
void | loadXml (boost::property_tree::ptree const &tree) |
void | loadXml (std::basic_istream< char > &stream) |
void | loadXml (std::string const &str) |
void | writeJson (boost::property_tree::ptree &tree) const |
void | writeJson (std::basic_ostream< char > &stream) const |
void | writeJson (std::string &str) const |
void | writeXml (boost::property_tree::ptree &tree) const |
void | writeXml (std::basic_ostream< char > &stream) const |
void | writeXml (std::string &str) const |
|
explicit |
|
explicit |
|
overridevirtualdefault |