uvgVPCCenc 1.2.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations | Functions
parameterManager.hpp File Reference
#include <cstddef>
#include <stdexcept>
#include <string>
#include <unordered_map>
Include dependency graph for parameterManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  uvgutils::ParameterInfo
 

Namespaces

namespace  uvgutils
 

Typedefs

using uvgutils::ParameterMap = std::unordered_map< std::string, ParameterInfo >
 

Enumerations

enum  uvgutils::ParameterType {
  uvgutils::BOOL , uvgutils::INT , uvgutils::UINT , uvgutils::STRING ,
  uvgutils::FLOAT , uvgutils::DOUBLE
}
 

Functions

void uvgutils::setParameterValue (ParameterMap &parameterMap, const std::string &parameterName, const std::string &parameterValue, bool fromPreset)