3DiVi Face SDK
3.24.1
|
Interface object for saving the face template. More...
#include <Template.h>
Public Types | |
typedef LightSmartPtr < Template >::tPtr | Ptr |
Alias for the type of a smart pointer to Template. | |
Public Member Functions | |
std::string | getMethodName () const |
Get a method name. Thread-safe. More... | |
void | save (std::ostream &binary_stream) const |
Save the template to binary_stream. The format is platform-independent. Thread-safe. More... | |
void | save (pbio::stl_wraps::WrapOStream &binary_stream) const |
Save the template to binary_stream. The format is platform-independent. Thread-safe. More... | |
Interface object for saving the face template.
|
inline |
Get a method name. Thread-safe.
|
inline |
Save the template to binary_stream. The format is platform-independent. Thread-safe.
[out] | binary_stream | Output stream object for saving the template. The file stream (std::ofstream) must be opened with the set std::ios_base::binary flag. |
|
inline |
Save the template to binary_stream. The format is platform-independent. Thread-safe.
[out] | binary_stream | Output stream object for saving the template. The file stream (std::ofstream) must be opened with the set std::ios_base::binary flag. |