![]() |
VISR
0.11.1
Versatile Interactive Scene Renderer
|
#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 > |