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

Go to the source code of this file.

Classes

struct  uvgvpcc_enc::Parameters
 
struct  uvgvpcc_enc::ParameterInfo
 

Namespaces

namespace  uvgvpcc_enc
 

Enumerations

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

Functions

void uvgvpcc_enc::initializeParameterMap (Parameters &param)
 
void uvgvpcc_enc::setParameterValue (const std::string &parameterName, const std::string &parameterValue, const bool &fromPreset)