VISR  0.12.0
Versatile Interactive Scene Renderer
visr::rbbl::BiquadCoefficientMatrix< CoeffType > Member List

This is the complete list of members for visr::rbbl::BiquadCoefficientMatrix< CoeffType >, including all inherited members.

BiquadCoefficientMatrix(std::size_t numberOfFilters, std::size_t numberOfBiquads)visr::rbbl::BiquadCoefficientMatrix< CoeffType >explicit
fromJson(boost::property_tree::ptree const &tree)visr::rbbl::BiquadCoefficientMatrix< CoeffType >static
fromJson(std::basic_istream< char > &stream)visr::rbbl::BiquadCoefficientMatrix< CoeffType >static
fromJson(std::string const &str)visr::rbbl::BiquadCoefficientMatrix< CoeffType >static
fromXml(boost::property_tree::ptree const &tree)visr::rbbl::BiquadCoefficientMatrix< CoeffType >static
fromXml(std::basic_istream< char > &stream)visr::rbbl::BiquadCoefficientMatrix< CoeffType >static
fromXml(std::string const &str)visr::rbbl::BiquadCoefficientMatrix< CoeffType >static
loadJson(boost::property_tree::ptree const &tree)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
loadJson(std::basic_istream< char > &stream)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
loadJson(std::string const &str)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
loadXml(boost::property_tree::ptree const &tree)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
loadXml(std::basic_istream< char > &stream)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
loadXml(std::string const &str)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
numberOfFilters() const visr::rbbl::BiquadCoefficientMatrix< CoeffType >inline
numberOfSections() const visr::rbbl::BiquadCoefficientMatrix< CoeffType >inline
operator()(std::size_t rowIdx, std::size_t colIdx) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >inline
operator()(std::size_t rowIdx, std::size_t colIdx)visr::rbbl::BiquadCoefficientMatrix< CoeffType >inline
operator[](std::size_t rowIdx) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >inline
operator[](std::size_t rowIdx)visr::rbbl::BiquadCoefficientMatrix< CoeffType >inline
resize(std::size_t numberOfFilters, std::size_t numberOfBiquads)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
setFilter(std::size_t filterIdx, BiquadCoefficientList< CoeffType > const &newFilter)visr::rbbl::BiquadCoefficientMatrix< CoeffType >
writeJson(boost::property_tree::ptree &tree) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >
writeJson(std::basic_ostream< char > &stream) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >
writeJson(std::string &str) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >
writeXml(boost::property_tree::ptree &tree) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >
writeXml(std::basic_ostream< char > &stream) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >
writeXml(std::string &str) const visr::rbbl::BiquadCoefficientMatrix< CoeffType >
~BiquadCoefficientMatrix()visr::rbbl::BiquadCoefficientMatrix< CoeffType >