3DiVi Face SDK
3.25.0
|
Interface object for working with the template index. More...
#include <DynamicTemplateIndex.h>
Public Types | |
typedef LightSmartPtr < DynamicTemplateIndex >::tPtr | Ptr |
Alias for the type of a smart pointer to DynamicTemplateIndex. | |
Public Member Functions | |
size_t | size () const |
Get a number of templates in the index. Thread-safe. More... | |
std::string | getUUID (size_t index) const |
Get the uuid of the i-th template. Thread-safe. More... | |
std::string | getMethodName () const |
Get a method name. Thread-safe. More... | |
Interface object for working with the template index.
|
inline |
Get a method name. Thread-safe.
|
inline |
Get the uuid of the i-th template. Thread-safe.
[in] | i | Integer i: 0 <= i < size. |
|
inline |
Get a number of templates in the index. Thread-safe.