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

Go to the source code of this file.

Namespaces

namespace  uvgformat
 
namespace  uvgformat::API
 

Functions

void uvgformat::API::setParameter (const std::string &name, const std::string &value)
 Stage a parameter value. Must be called before initializeFormat().
 
void uvgformat::API::initializeFormat ()
 Finalize the parameter map and apply all staged values. Must be called once before loadPly().
 
std::shared_ptr< uvgFrameuvgformat::API::loadPly (const std::string &filePath, size_t frameNumber)
 Load a point cloud frame from a PLY file.