VISR  0.11.8
Versatile Interactive Scene Renderer
visr::pml Namespace Reference

Namespaces

 test
 

Classes

class  ArrayConfiguration
 
class  BiquadParameterMatrix
 
class  DoubleBufferingProtocol
 
class  EmptyParameterConfig
 
class  FilterRoutingListParameter
 
struct  FilterRoutingParameter
 
class  IndexedValueParameter
 
class  InterpolationParameter
 
class  InterpolationParameterConfig
 
class  ListenerPosition
 
class  MatrixParameter
 
class  MatrixParameterConfig
 
class  MessageQueue
 
class  MessageQueueProtocol
 
class  ObjectVector
 
class  ScalarParameter
 
class  SharedDataProtocol
 
class  SignalRoutingParameter
 
class  SparseGainRoutingListParameter
 
class  SparseGainRoutingParameter
 
class  StringParameter
 
class  TimeFrequencyParameter
 
class  TimeFrequencyParameterConfig
 
class  VectorParameter
 
class  VectorParameterConfig
 

Typedefs

using IndexedVectorDoubleType = visr::pml::IndexedValueParameter< std::size_t, std::vector< double > >
 
using IndexedVectorFloatType = visr::pml::IndexedValueParameter< std::size_t, std::vector< float > >
 
using IndexedStringType = visr::pml::IndexedValueParameter< std::size_t, std::string >
 

Functions

void initialiseParameterLibrary ()
 
std::ostream & operator<< (std::ostream &stream, const ListenerPosition &pos)
 

Typedef Documentation

◆ IndexedStringType

using visr::pml::IndexedStringType = typedef visr::pml::IndexedValueParameter<std::size_t, std::string >

◆ IndexedVectorDoubleType

using visr::pml::IndexedVectorDoubleType = typedef visr::pml::IndexedValueParameter<std::size_t, std::vector<double> >

◆ IndexedVectorFloatType

using visr::pml::IndexedVectorFloatType = typedef visr::pml::IndexedValueParameter<std::size_t, std::vector<float> >

Function Documentation

◆ initialiseParameterLibrary()

void visr::pml::initialiseParameterLibrary ( )

Register all contained parameter types and communication protocols in the respective factories.

◆ operator<<()

std::ostream & visr::pml::operator<< ( std::ostream &  stream,
const ListenerPosition pos 
)