VISR  0.12.0
Versatile Interactive Scene Renderer
indexed_value_parameter.hpp File Reference
#include "empty_parameter_config.hpp"
#include "export_symbols.hpp"
#include <libvisr/parameter_type.hpp>
#include <libvisr/typed_parameter_base.hpp>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  visr::pml::IndexedValueParameter< IndexType, ValueType >
 

Namespaces

 visr
 
 visr::pml
 

Typedefs

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