uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Functions
Load/save auxiliary functions
Collaboration diagram for Load/save auxiliary functions:

Functions

template<typename T >
void nanoflann::save_value (std::ostream &stream, const T &value)
 
template<typename T >
void nanoflann::save_value (std::ostream &stream, const std::vector< T > &value)
 
template<typename T >
void nanoflann::load_value (std::istream &stream, T &value)
 
template<typename T >
void nanoflann::load_value (std::istream &stream, std::vector< T > &value)
 

Detailed Description

Function Documentation

◆ load_value() [1/2]

template<typename T >
void nanoflann::load_value ( std::istream &  stream,
std::vector< T > &  value 
)
Here is the call graph for this function:

◆ load_value() [2/2]

template<typename T >
void nanoflann::load_value ( std::istream &  stream,
T &  value 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ save_value() [1/2]

template<typename T >
void nanoflann::save_value ( std::ostream &  stream,
const std::vector< T > &  value 
)
Here is the call graph for this function:

◆ save_value() [2/2]

template<typename T >
void nanoflann::save_value ( std::ostream &  stream,
const T &  value 
)
Here is the call graph for this function:
Here is the caller graph for this function: